Skip to content
Snippets Groups Projects
ChangeLog 7.7 MiB
Newer Older
Jan Schmidt's avatar
Jan Schmidt committed
	  Original commit message from CVS:
	  * configure.ac:
	  All the cool kids use GST_DOCBOOK_CHECK now.

Jan Schmidt's avatar
Jan Schmidt committed
2005-10-18 08:39:41 +0000  Julien Moutte <julien@moutte.net>
Jan Schmidt's avatar
Jan Schmidt committed
	  gst/speed/Makefile.am: Fix build of speed.
	  Original commit message from CVS:
	  2005-10-18  Julien MOUTTE  <julien@moutte.net>
	  * gst/speed/Makefile.am: Fix build of speed.
Jan Schmidt's avatar
Jan Schmidt committed
2005-10-17 20:48:35 +0000  Edgard Lima <edgard.lima@indt.org.br>
Jan Schmidt's avatar
Jan Schmidt committed
	* ChangeLog:
	* common:
	* configure.ac:
	* gst/speed/gstspeed.c:
	* gst/speed/gstspeed.h:
	  Fixed Speed - Recovered featured missed since version 1.37, and changed other minor things.
	  Original commit message from CVS:
	  Fixed Speed - Recovered featured missed since version 1.37, and changed other
	  minor things.
Jan Schmidt's avatar
Jan Schmidt committed
2005-10-16 17:08:26 +0000  Tim-Philipp Müller <tim@centricular.net>
Jan Schmidt's avatar
Jan Schmidt committed
	  configure.ac: Fix glib check
	  Original commit message from CVS:
	  * configure.ac:
Jan Schmidt's avatar
Jan Schmidt committed
2005-10-16 13:54:38 +0000  Thomas Vander Stichele <thomas@apestaart.org>
Jan Schmidt's avatar
Jan Schmidt committed
	* common:
	* gst/audioresample/gstaudioresample.c:
	  restructure configure.ac, use correct libtool LDFLAGS, fix up defines
	  Original commit message from CVS:
	  restructure configure.ac, use correct libtool LDFLAGS, fix up defines

2005-10-13 15:31:20 +0000  Stefan Kost <ensonic@users.sourceforge.net>

	  ex/: and more typos fixed
	  Original commit message from CVS:
	  * examples/stats/mp2ogg.c:
	  * ext/tarkin/tarkin.c: (tarkin_analysis_framein),
	  (tarkin_synthesis_packetin):
Stefan Kost's avatar
Stefan Kost committed
	  and more typos fixed

Jan Schmidt's avatar
Jan Schmidt committed
2005-10-13 11:37:39 +0000  Tim-Philipp Müller <tim@centricular.net>
Jan Schmidt's avatar
Jan Schmidt committed
	  ext/faac/gstfaac.c: Gst09-ize code a little bit more: use gst_pad_alloc_buffer(), move event handling from chain func...
	  Original commit message from CVS:
	  * ext/faac/gstfaac.c: (gst_faac_class_init), (gst_faac_init),
	  (gst_faac_sink_setcaps), (gst_faac_src_setcaps),
	  (gst_faac_sink_event), (gst_faac_chain), (gst_faac_set_property),
	  (gst_faac_get_property), (gst_faac_change_state):
	  Gst09-ize code a little bit more: use gst_pad_alloc_buffer(),
	  move event handling from chain function into an event function,
	  add some locks here and there, do some cleanups; disable 32-bit
Jan Schmidt's avatar
Jan Schmidt committed
	  integer and float input formats until we're sure that those
	  actually work (couldn't play back the produced files with
Jan Schmidt's avatar
Jan Schmidt committed
2005-10-12 14:29:55 +0000  Stefan Kost <ensonic@users.sourceforge.net>

	  renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enum definition
	  Original commit message from CVS:
	  * examples/indexing/indexmpeg.c: (main):
	  * ext/artsd/gstartsdsink.c: (gst_artsdsink_open_audio),
	  (gst_artsdsink_close_audio), (gst_artsdsink_change_state):
	  * ext/artsd/gstartsdsink.h:
	  * ext/audiofile/gstafparse.c: (gst_afparse_open_file),
	  (gst_afparse_close_file):
	  * ext/audiofile/gstafparse.h:
	  * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
	  (gst_afsink_close_file), (gst_afsink_chain),
	  (gst_afsink_change_state):
	  * ext/audiofile/gstafsink.h:
	  * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
	  (gst_afsrc_close_file), (gst_afsrc_change_state):
	  * ext/audiofile/gstafsrc.h:
	  * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_init):
	  * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_init):
	  * ext/dts/gstdtsdec.c: (gst_dtsdec_init):
	  * ext/jack/gstjack.h:
	  * ext/jack/gstjackbin.c: (gst_jack_bin_init),
	  (gst_jack_bin_change_state):
	  * ext/musepack/gstmusepackdec.c: (gst_musepackdec_init):
	  * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_init):
	  * ext/nas/nassink.c: (gst_nassink_open_audio),
	  (gst_nassink_close_audio), (gst_nassink_change_state):
	  * ext/nas/nassink.h:
	  * ext/polyp/polypsink.c: (gst_polypsink_init):
	  * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_change_state):
	  * ext/sdl/sdlvideosink.h:
	  * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init):
	  * ext/sndfile/gstsf.c: (gst_sf_set_property),
	  (gst_sf_change_state), (gst_sf_release_request_pad),
	  (gst_sf_open_file), (gst_sf_close_file), (gst_sf_loop):
	  * ext/sndfile/gstsf.h:
	  * ext/swfdec/gstswfdec.c: (gst_swfdec_init):
	  * ext/tarkin/gsttarkindec.c: (gst_tarkindec_init):
	  * gst/apetag/apedemux.c: (gst_ape_demux_init):
	  * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init):
	  * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_init):
	  * gst/festival/gstfestival.c: (gst_festival_change_state):
	  * gst/festival/gstfestival.h:
	  * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
	  * gst/multifilesink/gstmultifilesink.c: (gst_multifilesink_init),
	  (gst_multifilesink_set_location), (gst_multifilesink_open_file),
	  (gst_multifilesink_close_file), (gst_multifilesink_next_file),
	  (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
	  (gst_multifilesink_chain), (gst_multifilesink_change_state):
	  * gst/multifilesink/gstmultifilesink.h:
	  * gst/videodrop/gstvideodrop.c: (gst_videodrop_init):
	  * sys/cdrom/gstcdplayer.c: (cdplayer_init):
	  * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init),
	  (dxr3audiosink_open), (dxr3audiosink_close),
	  (dxr3audiosink_chain_pcm), (dxr3audiosink_chain_ac3),
	  (dxr3audiosink_change_state):
	  * sys/dxr3/dxr3audiosink.h:
	  * sys/dxr3/dxr3spusink.c: (dxr3spusink_init), (dxr3spusink_open),
	  (dxr3spusink_close), (dxr3spusink_chain),
	  (dxr3spusink_change_state):
	  * sys/dxr3/dxr3spusink.h:
	  * sys/dxr3/dxr3videosink.c: (dxr3videosink_init),
	  (dxr3videosink_open), (dxr3videosink_close),
	  (dxr3videosink_write_data), (dxr3videosink_change_state):
	  * sys/dxr3/dxr3videosink.h:
	  * sys/glsink/glimagesink.c: (gst_glimagesink_init):
	  * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
	  (gst_qcamsrc_open), (gst_qcamsrc_close):
	  * sys/qcam/gstqcamsrc.h:
	  * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init):
	  * sys/vcd/vcdsrc.c: (gst_vcdsrc_set_property), (gst_vcdsrc_get),
	  (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
	  (gst_vcdsrc_change_state), (gst_vcdsrc_recalculate):
	  * sys/vcd/vcdsrc.h:
	  renamed GST_FLAGS macros to GST_OBJECT_FLAGS
	  moved bitshift from macro to enum definition

2005-10-12 13:54:34 +0000  Tim-Philipp Müller <tim@centricular.net>

	  ext/faac/gstfaac.c: Fix depth/width handling for float audio (#318659).
	  Original commit message from CVS:
	  Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
	  * ext/faac/gstfaac.c: (gst_faac_sink_setcaps):
	  Fix depth/width handling for float audio (#318659).
Jan Schmidt's avatar
Jan Schmidt committed
2005-10-12 12:53:07 +0000  Tim-Philipp Müller <tim@centricular.net>
Jan Schmidt's avatar
Jan Schmidt committed
	  ext/faac/gstfaac.c: Refcount fixes (#318659)
	  Original commit message from CVS:
	  Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
	  * ext/faac/gstfaac.c: (gst_faac_sink_setcaps),
	  (gst_faac_src_setcaps), (gst_faac_chain):
	  Refcount fixes (#318659)
Jan Schmidt's avatar
Jan Schmidt committed
2005-10-12 09:15:40 +0000  Julien Moutte <julien@moutte.net>
Jan Schmidt's avatar
Jan Schmidt committed
	  ext/Makefile.am: libvisual and snapshot are not here anymore.
	  Original commit message from CVS:
	  2005-10-12  Julien MOUTTE  <julien@moutte.net>
	  * ext/Makefile.am: libvisual and snapshot are not here anymore.
	  Makes
	  automake-1.7 happy again.
Jan Schmidt's avatar
Jan Schmidt committed
2005-10-11 23:03:09 +0000  Tim-Philipp Müller <tim@centricular.net>
Jan Schmidt's avatar
Jan Schmidt committed
	  ext/faad/gstfaad.c: newsegment API update
	  Original commit message from CVS:
	  * ext/faad/gstfaad.c: (gst_faad_event):
	  newsegment API update
Jan Schmidt's avatar
Jan Schmidt committed
2005-10-11 16:34:36 +0000  Wim Taymans <wim.taymans@gmail.com>
Jan Schmidt's avatar
Jan Schmidt committed
	  gst/: newsegment API update.
	  Original commit message from CVS:
	  * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
	  * gst/tta/gstttaparse.c: (gst_tta_parse_src_event),
	  (gst_tta_parse_parse_header):
	  newsegment API update.
Jan Schmidt's avatar
Jan Schmidt committed
2005-10-07 15:24:24 +0000  Andy Wingo <wingo@pobox.com>
Jan Schmidt's avatar
Jan Schmidt committed
	  ext/raw1394/gstdv1394src.c: Make interruptible, so it won't block forever in a read().
	  Original commit message from CVS:
	  2005-10-07  Andy Wingo  <wingo@pobox.com>
	  * ext/raw1394/gstdv1394src.c: Make interruptible, so it won't
	  block forever in a read().
Jan Schmidt's avatar
Jan Schmidt committed
2005-10-04 15:49:35 +0000  Christian Schaller <uraeus@gnome.org>
Jan Schmidt's avatar
Jan Schmidt committed
	* gst-plugins-bad.spec.in:
	  fix spec file
	  Original commit message from CVS:
	  fix spec file
Jan Schmidt's avatar
Jan Schmidt committed
2005-10-03 18:00:32 +0000  Thomas Vander Stichele <thomas@apestaart.org>
Jan Schmidt's avatar
Jan Schmidt committed
	* ChangeLog:
Thomas Vander Stichele's avatar
Thomas Vander Stichele committed
	* configure.ac:
Jan Schmidt's avatar
Jan Schmidt committed
	  back to head
	  Original commit message from CVS:
	  back to head
Thomas Vander Stichele's avatar
Thomas Vander Stichele committed
=== release 0.9.3 ===

Jan Schmidt's avatar
Jan Schmidt committed
2005-10-03 17:50:21 +0000  Thomas Vander Stichele <thomas@apestaart.org>
Jan Schmidt's avatar
Jan Schmidt committed
	* ChangeLog:
	* NEWS:
	* RELEASE:
	* common:
Thomas Vander Stichele's avatar
Thomas Vander Stichele committed
	* configure.ac:
Jan Schmidt's avatar
Jan Schmidt committed
	* po/af.po:
	* po/az.po:
	* po/cs.po:
	* po/en_GB.po:
	* po/hu.po:
	* po/it.po:
	* po/nb.po:
	* po/nl.po:
	* po/or.po:
	* po/sq.po:
	* po/sr.po:
	* po/sv.po:
	* po/uk.po:
	* po/vi.po:
	  release time
	  Original commit message from CVS:
	  release time

2005-09-28 13:38:02 +0000  Wim Taymans <wim.taymans@gmail.com>
Jan Schmidt's avatar
Jan Schmidt committed
	  gst/qtdemux/qtdemux.c: No need to take stream lock here.
	  Original commit message from CVS:
	  * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header):
	  No need to take stream lock here.
Jan Schmidt's avatar
Jan Schmidt committed
2005-09-26 17:57:56 +0000  Thomas Vander Stichele <thomas@apestaart.org>

	* configure.ac:
	  fix build
	  Original commit message from CVS:
	  fix build
Jan Schmidt's avatar
Jan Schmidt committed
2005-09-26 15:19:38 +0000  Christian Schaller <uraeus@gnome.org>
Jan Schmidt's avatar
Jan Schmidt committed
	* ChangeLog:
	* common:
	* configure.ac:
	* gst/librfb/Makefile.am:
	  some disting and build fixes
	  Original commit message from CVS:
	  some disting and build fixes
Jan Schmidt's avatar
Jan Schmidt committed
2005-09-23 17:05:29 +0000  Edgard Lima <edgard.lima@indt.org.br>
Jan Schmidt's avatar
Jan Schmidt committed
	* ChangeLog:
	* PORTED_09:
	* ext/gsm/Makefile.am:
	* ext/gsm/gstgsm.c:
	* ext/gsm/gstgsmdec.c:
Jan Schmidt's avatar
Jan Schmidt committed
	  Gsmdec ported to 0.9. Tested with filesrc ! gsmdec ! alsasink and osssink.
	  Original commit message from CVS:
	  Gsmdec ported to 0.9. Tested with filesrc ! gsmdec ! alsasink and osssink.

2005-09-23 16:40:27 +0000  David Schleef <ds@schleef.org>

	  gst/audioresample/: Convert to using gst debugging
	  Original commit message from CVS:
	  * gst/audioresample/Makefile.am:
	  * gst/audioresample/debug.h:
	  * gst/audioresample/gstaudioresample.c:
	  * gst/audioresample/resample.c: Convert to using gst debugging
Jan Schmidt's avatar
Jan Schmidt committed
2005-09-23 04:22:54 +0000  Thomas Vander Stichele <thomas@apestaart.org>
Jan Schmidt's avatar
Jan Schmidt committed
	* ext/ladspa/Makefile.am:
	  fix build and use of GST_LIBS
	  Original commit message from CVS:
	  fix build and use of GST_LIBS

2005-09-22 11:17:26 +0000  Arwed v. Merkatz <v.merkatz@gmx.net>

	* ChangeLog:
	* configure.ac:
Jan Schmidt's avatar
Jan Schmidt committed
	* gst/tta/gstttadec.c:
	* gst/tta/gstttaparse.c:
	* gst/tta/gstttaparse.h:
Jan Schmidt's avatar
Jan Schmidt committed
	  tta plugin ported to 0.9
	  Original commit message from CVS:
	  tta plugin ported to 0.9
Jan Schmidt's avatar
Jan Schmidt committed
2005-09-21 20:33:42 +0000  Flavio Oliveira <flavio.oliveira@indt.org.br>
Jan Schmidt's avatar
Jan Schmidt committed
	* ChangeLog:
Thomas Vander Stichele's avatar
Thomas Vander Stichele committed
	* ext/gsm/gstgsmenc.c:
	  Setting caps on the outgoing buffers.
Jan Schmidt's avatar
Jan Schmidt committed
	  Original commit message from CVS:
	  Setting caps on the outgoing buffers.

2005-09-20 19:25:12 +0000  Thomas Vander Stichele <thomas@apestaart.org>
Jan Schmidt's avatar
Jan Schmidt committed
	* ext/sdl/Makefile.am:
	  fix Makefile.am  ugh
	  Original commit message from CVS:
	  fix Makefile.am  ugh

2005-09-20 18:49:05 +0000  Edgard Lima <edgard.lima@indt.org.br>
Jan Schmidt's avatar
Jan Schmidt committed
	* ChangeLog:
	* common:
Thomas Vander Stichele's avatar
Thomas Vander Stichele committed
	* configure.ac:
	* ext/sdl/Makefile.am:
Jan Schmidt's avatar
Jan Schmidt committed
	  Fixed configure.ac and ext/sdl/Makefile.am for sdl port to 0.9.
	  Original commit message from CVS:
	  Fixed configure.ac and ext/sdl/Makefile.am for sdl port to 0.9.
Jan Schmidt's avatar
Jan Schmidt committed
2005-09-19 21:51:02 +0000  Edgard Lima <edgard.lima@indt.org.br>
Jan Schmidt's avatar
Jan Schmidt committed
	* ChangeLog:
	  sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2dec
	  Original commit message from CVS:
	  sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2dec

2005-09-19 21:47:54 +0000  Edgard Lima <edgard.lima@indt.org.br>

	* PORTED_09:
Thomas Vander Stichele's avatar
Thomas Vander Stichele committed
	* configure.ac:
Jan Schmidt's avatar
Jan Schmidt committed
	* ext/Makefile.am:
Thomas Vander Stichele's avatar
Thomas Vander Stichele committed
	* ext/sdl/Makefile.am:
	* ext/sdl/sdlvideosink.c:
Jan Schmidt's avatar
Jan Schmidt committed
	  sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2dec
	  Original commit message from CVS:
	  sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2dec
Jan Schmidt's avatar
Jan Schmidt committed
2005-09-19 16:44:37 +0000  Thomas Vander Stichele <thomas@apestaart.org>
Jan Schmidt's avatar
Jan Schmidt committed
	* Makefile.am:
	* common:
	  add check-valgrind target
	  Original commit message from CVS:
	  add check-valgrind target

2005-09-09 17:53:47 +0000  Jan Schmidt <thaytan@mad.scientist.com>

	  check/: Add extra tests for basetransform based components.
	  Original commit message from CVS:
	  * check/Makefile.am:
	  * check/pipelines/simple_launch_lines.c: (setup_pipeline),
	  (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
	  Add extra tests for basetransform based components.
	  Comment out the test_element_negotiation test until we decide
	  if it's testing correct behaviour.
	  * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
	  (gst_visual_chain), (gst_visual_change_state):
	  Slightly more correct but still bogus timestamping.
	  Fix state change function.
	  * gst/audioconvert/gstaudioconvert.c:
	  (gst_audio_convert_class_init):
	  * gst/audioresample/gstaudioresample.c:
	  * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
	  (gst_ffmpegcsp_class_init):
	  * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
	  (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
	  (gst_videoscale_prepare_image):
	  * gst/volume/gstvolume.c: (gst_volume_class_init),
	  (volume_transform_ip):
	  Basetransform updates. Enable passthrough modes.
	  * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
	  (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
	  (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
	  Negotiation fix that allows the window to return to the original
	  size and renegotiate passthrough upstream. Extra debug output.

2005-09-08 15:56:38 +0000  Flavio Oliveira <flavio.oliveira@indt.org.br>
Jan Schmidt's avatar
Jan Schmidt committed
	* ChangeLog:
	* PORTED_09:
	* configure.ac:
	* gst/speed/Makefile.am:
Jan Schmidt's avatar
Jan Schmidt committed
	* gst/speed/gstspeed.c:
	  Ported speed Plugin to GStreamer 0.9
	  Original commit message from CVS:
	  Ported speed Plugin to GStreamer 0.9

2005-09-06 14:06:55 +0000  Thomas Vander Stichele <thomas@apestaart.org>

	* configure.ac:
	  back to HEAD
	  Original commit message from CVS:
	  back to HEAD

=== release 0.9.1 ===
Jan Schmidt's avatar
Jan Schmidt committed
2005-09-06 14:05:50 +0000  Thomas Vander Stichele <thomas@apestaart.org>
Jan Schmidt's avatar
Jan Schmidt committed
	* ChangeLog:
	* Makefile.am:
Thomas Vander Stichele's avatar
Thomas Vander Stichele committed
	* NEWS:
	* README:
	* RELEASE:
	* autogen.sh:
Jan Schmidt's avatar
Jan Schmidt committed
	* common:
	* configure.ac:
	* gst-plugins.spec.in:
	* po/af.po:
	* po/az.po:
	* po/cs.po:
	* po/en_GB.po:
	* po/hu.po:
	* po/it.po:
	* po/nb.po:
	* po/nl.po:
	* po/or.po:
	* po/sq.po:
	* po/sr.po:
	* po/sv.po:
	* po/uk.po:
	* po/vi.po:
	  releasing 0.9.1
	  Original commit message from CVS:
	  releasing 0.9.1

2005-09-05 17:20:29 +0000  Jan Schmidt <thaytan@mad.scientist.com>

	* ChangeLog:
	* examples/gstplay/player.c:
	* examples/stats/mp2ogg.c:
	* ext/artsd/gstartsdsink.c:
	* ext/audiofile/gstafsink.c:
	* ext/audiofile/gstafsrc.c:
	* ext/cdaudio/gstcdaudio.c:
	* ext/dirac/gstdiracdec.cc:
	* ext/directfb/directfbvideosink.c:
Jan Schmidt's avatar
Jan Schmidt committed
	* ext/dts/gstdtsdec.c:
	* ext/faac/gstfaac.c:
	* ext/hermes/gsthermescolorspace.c:
Jan Schmidt's avatar
Jan Schmidt committed
	* ext/ivorbis/vorbisfile.c:
	* ext/jack/gstjack.c:
	* ext/jack/gstjackbin.c:
	* ext/lcs/gstcolorspace.c:
	* ext/libmms/gstmms.c:
	* ext/mpeg2enc/gstmpeg2enc.cc:
	* ext/mplex/gstmplex.cc:
Jan Schmidt's avatar
Jan Schmidt committed
	* ext/musepack/gstmusepackdec.c:
	* ext/musicbrainz/gsttrm.c:
	* ext/nas/nassink.c:
	* ext/polyp/polypsink.c:
	* ext/sdl/sdlvideosink.c:
	* ext/shout/gstshout.c:
	* ext/smoothwave/gstsmoothwave.c:
	* ext/sndfile/gstsf.c:
	* ext/swfdec/gstswfdec.c:
	* ext/tarkin/gsttarkindec.c:
	* ext/xine/xine.c:
	* ext/xine/xineaudiodec.c:
	* ext/xine/xineaudiosink.c:
	* ext/xine/xineinput.c:
	* ext/xvid/gstxviddec.c:
	* ext/xvid/gstxvidenc.c:
	* gst/apetag/apedemux.c:
	* gst/cdxaparse/gstcdxaparse.c:
	* gst/cdxaparse/gstcdxastrip.c:
	* gst/cdxaparse/gstvcdparse.c:
	* gst/colorspace/gstcolorspace.c:
	* gst/festival/gstfestival.c:
	* gst/librfb/gstrfbsrc.c:
	* gst/modplug/gstmodplug.cc:
	* gst/mpeg1videoparse/gstmp1videoparse.c:
	* gst/mpegaudioparse/gstmpegaudioparse.c:
	* gst/multifilesink/gstmultifilesink.c:
Jan Schmidt's avatar
Jan Schmidt committed
	* gst/smoothwave/gstsmoothwave.c:
	* gst/speed/gstspeed.c:
	* gst/switch/gstswitch.c:
	* gst/videocrop/gstvideocrop.c:
	* gst/videodrop/gstvideodrop.c:
	* gst/y4m/gsty4mencode.c:
	* po/af.po:
	* po/az.po:
	* po/cs.po:
	* po/en_GB.po:
	* po/hu.po:
	* po/it.po:
	* po/nb.po:
	* po/nl.po:
	* po/or.po:
	* po/sq.po:
	* po/sr.po:
	* po/sv.po:
	* po/uk.po:
	* po/vi.po:
Jan Schmidt's avatar
Jan Schmidt committed
	* sys/cdrom/gstcdplayer.c:
	* sys/dxr3/dxr3audiosink.c:
	* sys/dxr3/dxr3spusink.c:
	* sys/dxr3/dxr3videosink.c:
	* sys/glsink/glimagesink.c:
	* sys/qcam/gstqcamsrc.c:
	* sys/sunaudio/gstsunaudio.c:
	* sys/sunaudio/gstsunaudiosrc.c:
	* sys/sunaudio/gstsunelement.c:
	* sys/v4l2/gstv4l2element.c:
	* sys/v4l2/gstv4l2src.c:
	* sys/vcd/vcdsrc.c:
	  Fix up all the state change functions.
	  Original commit message from CVS:
	  Fix up all the state change functions.

Jan Schmidt's avatar
Jan Schmidt committed
2005-09-05 15:10:18 +0000  Thomas Vander Stichele <thomas@apestaart.org>
Jan Schmidt's avatar
Jan Schmidt committed
	* Makefile.am:
	* configure.ac:
	* ext/faad/gstfaad.c:
	* gst-plugins-bad.spec.in:
	* gst/qtdemux/qtdemux.c:
	* po/POTFILES.in:
	  cleaning up bad
	  Original commit message from CVS:
	  cleaning up bad
Jan Schmidt's avatar
Jan Schmidt committed
2005-09-05 13:49:41 +0000  Thomas Vander Stichele <thomas@apestaart.org>
Jan Schmidt's avatar
Jan Schmidt committed
	* ChangeLog:
	* common:
	* docs/random/ChangeLog-0.8:
	* ext/Makefile.am:
Jan Schmidt's avatar
Jan Schmidt committed
	  created gst-plugins-bad
	  Original commit message from CVS:
	  created gst-plugins-bad

=== release 0.9.2 ===
Jan Schmidt's avatar
Jan Schmidt committed
2005-09-04 10:38:45 +0000  Thomas Vander Stichele <thomas@apestaart.org>
Jan Schmidt's avatar
Jan Schmidt committed
	  fix distcheck
	  Original commit message from CVS:
	  * common/gtk-doc-plugins.mak:
	  * docs/plugins/Makefile.am:
	  fix distcheck
	  * gst/audioresample/resample.c:
	  fix wrong docstring

2005-09-02 20:21:17 +0000  Flavio Oliveira <flavio.oliveira@indt.org.br>

	* ChangeLog:
	* PORTED_09:
	* configure.ac:
	* ext/Makefile.am:
Jan Schmidt's avatar
Jan Schmidt committed
	* ext/gsm/Makefile.am:
	* ext/gsm/gstgsm.c:
	* ext/gsm/gstgsmenc.c:
	  Ported GSM Encoder to GStreamer 0.9
	  Original commit message from CVS:
	  Ported GSM Encoder to GStreamer 0.9

2005-09-02 15:44:44 +0000  Andy Wingo <wingo@pobox.com>

	* ext/ladspa/gstsignalprocessor.c:
	  All plugins updated for element state changes.
	  Original commit message from CVS:
	  2005-09-02  Andy Wingo  <wingo@pobox.com>
	  * All plugins updated for element state changes.

2005-09-02 15:43:14 +0000  Andy Wingo <wingo@pobox.com>

	* common:
	* tests/check/elements/audioresample.c:
	  All plugins updated for element state changes.
	  Original commit message from CVS:
	  2005-09-02  Andy Wingo  <wingo@pobox.com>
	  * All plugins updated for element state changes.

2005-09-01 19:53:12 +0000  Flavio Oliveira <flavio.oliveira@indt.org.br>

	* PORTED_09:
	  update PORTED_09 file
	  Original commit message from CVS:
	  update PORTED_09 file