2003-06-28 Thomas Vander Stichele * gst/modplug/gstmodplug.cc: * gst/modplug/gstmodplug.h: fix state change cleanup 2003-06-12 Thomas Vander Stichele * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_change_state), (gst_videotestsrc_init), (gst_videotestsrc_reset): reset object properties on ->NULL * sys/xvideo/xvideosink.c: (gst_xvideosink_class_init), (gst_xvideosink_init), (gst_xvideosink_reset), (gst_xvideosink_change_state): reset object properties on ->NULL 2003-05-31 Thomas Vander Stichele * gst-libs/gst/play/play.c: (gst_play_get_length_callback), (gst_play_idle_signal), (callback_pipeline_error), (callback_pipeline_deep_notify), (gst_play_dispose), (gst_play_class_init), (gst_play_init): * gst-libs/gst/play/play.h: * gst-libs/gst/play/playpipelines.c: (gst_play_audio_setup), (gst_play_audiot_setup), (gst_play_audioht_setup), (gst_play_video_setup), (gst_play_video_vis_setup): backport Julien's error handling stuff 2003-02-06 Colin Walters * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_open_file): Don't assume the pad always has caps; instead create a new one and set its properties. 2003-02-03 Colin Walters * ext/gnomevfs/gstgnomevfssrc.c: (struct _GstGnomeVFSSrc, gst_gnomevfssrc_init): Remove local file bits. (gst_gnomevfssrc_get): Delete special local file code path. (gst_gnomevfssrc_open_file): Ditto. (gst_gnomevfssrc_close_file): Ditto. (gst_gnomevfssrc_srcpad_event): Ditto. (gst_gnomevfssrc_open_file): Always get file info from gnomevfs. 2003-02-03 Colin Walters * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_received_headers_callback): Remove previous silly code which tried to use Content-Type header. (gst_gnomevfssrc_open_file): Get GnomeVFSFileInfo structure from handle instead of URI. Set caps based on the mime type we received there. 2003-02-02 Colin Walters * ext/gnomevfs/gstgnomevfssrc.c (struct _GstGnomeVFSSrc): s/iradio_callbacks_pushed/http_callbacks_pushed/g. Users updated. (struct _GstGnomeVFSSrc): New member in_first_get. (gst_gnomevfssrc_get): Use it. We only want to read an 8k chunk the first time. (gst_gnomevfssrc_received_headers_callback): Try to detect Content-Type header. This doesn't work yet because gnome-vfs eats that header. We will fix that. (gst_gnomevfssrc_get_icy_metadata): Use g_ascii_strncasecmp instead of g_strncasecmp. 2003-02-02 Thomas Vander Stichele * configure.ac: - release 0.6.0 - revert libtool version to 0.0.0 due to major/minor library rename 2003-01-25 Colin Walters * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_open_file): Don't make a size request when in iradio mode. 2002-11-25 Colin Walters * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_received_headers_callback): Test for url in correct variable. 2002-11-17 Ken MacLeod * gst/modplug/modplug_types.cc: Renamed from gst/modplug/modplug_types.c. Change GST_BUFFER_DATA(buf) result type from 'gchar' to 'gunit8'. 2002-07-07 Richard Boulton * LICENSE_readme: Mention that synaesthesia is derived from GPL code. 2002-06-03 Richard Boulton * m4/mpeg2dec.m4: Test for cpuaccel library as well as mpeg2dec library. Add appropriate includes before test compile of mpeg2.h so that compilation succeeds. 2002-05-06 Thomas Vander Stichele * GConf stuff : from http://www.gnome.org/projects/gconf/ and eog - added gstreamer-gconf package 2002-02-06 Thomas Vander Stichele * more build cleanup : merging over changes from gst-player 2002-01-17 Bastien Nocera * sys/Makefile.am: make the qcam plugin build only only platforms using NASM, ie. x86 2002-01-06 Rodney Dawes * configure.ac: added -lm to cdparanoia check so it works, fixed a couple typos for the libraw1394 checks 2001-12-20 Thomas Vander Stichele * opened gst-plugins module * starting with sys plugins