tools/: Remove gst-launch-ext. It doesn't work, and is no longer particularly useful.
[platform/upstream/gstreamer.git] / ChangeLog
index b76555c..28cac2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,615 @@
+2005-12-09  Michael Smith  <msmith@fluendo.com>
+
+       * tools/Makefile.am:
+       * tools/gst-launch-ext-m.m:
+         Remove gst-launch-ext. It doesn't work, and is no longer
+         particularly useful.
+
+2005-12-08  Luca Ognibene  <luogni@tin.it>
+
+       * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
+         don't pass random values to ogmparse convert function.
+         Make seeking possible in the exile1.ogm file.
+
+2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
+       * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
+         Work around refcount problem with g_value_set_object() that occur
+         if the core has been compiled against GLib-2.6 (g_value_set_object()
+         will only g_object_ref() the element, but the caller will
+         gst_object_unref() it and bad things will happen due to the way
+         GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
+         totem for people on FC4 using Thomas's 0.10 RPMs.
+         
+2005-12-07  Edward Hervey  <edward@fluendo.com>
+
+       Time to welcome ogm to 0.10 :)
+       
+       * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
+       (gst_ogg_pad_typefind):
+       Oggdemux can now properly typefind elements with dynamic pads.
+       * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
+       Properly set caps on src pad, and set caps on outgoing buffers.
+
+2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * ext/alsa/gstalsamixer.h:
+       * ext/alsa/gstalsamixerelement.h:
+       * ext/alsa/gstalsamixeroptions.h:
+       * ext/alsa/gstalsamixertrack.h:
+       * ext/alsa/gstalsasink.c:
+       * ext/alsa/gstalsasink.h:
+       * ext/alsa/gstalsasrc.c:
+       * ext/alsa/gstalsasrc.h:
+       * ext/cdparanoia/gstcdparanoia.h:
+       * ext/gnomevfs/gstgnomevfsuri.h:
+       * ext/ogg/gstoggdemux.c:
+       * ext/ogg/gstoggmux.c:
+       * ext/pango/gsttextoverlay.h:
+       * ext/theora/theoradec.c:
+       * ext/theora/theoraenc.c:
+       * ext/vorbis/vorbisdec.h:
+       * ext/vorbis/vorbisenc.c:
+       * ext/vorbis/vorbisenc.h:
+       * ext/vorbis/vorbisparse.h:
+       * gst-libs/gst/audio/gstaudioclock.h:
+       * gst-libs/gst/audio/gstaudiosink.c:
+       * gst-libs/gst/audio/gstaudiosink.h:
+       * gst-libs/gst/audio/gstaudiosrc.c:
+       * gst-libs/gst/audio/gstaudiosrc.h:
+       * gst-libs/gst/audio/gstbaseaudiosink.c:
+       * gst-libs/gst/audio/gstbaseaudiosink.h:
+       * gst-libs/gst/audio/gstbaseaudiosrc.c:
+       * gst-libs/gst/audio/gstbaseaudiosrc.h:
+       * gst-libs/gst/audio/gstringbuffer.h:
+       * gst-libs/gst/audio/multichannel.h:
+       * gst-libs/gst/floatcast/floatcast.h:
+       * gst-libs/gst/interfaces/colorbalance.c:
+       * gst-libs/gst/interfaces/colorbalance.h:
+       * gst-libs/gst/interfaces/colorbalancechannel.h:
+       * gst-libs/gst/interfaces/mixer.h:
+       * gst-libs/gst/interfaces/mixeroptions.h:
+       * gst-libs/gst/interfaces/mixertrack.h:
+       * gst-libs/gst/interfaces/navigation.h:
+       * gst-libs/gst/interfaces/propertyprobe.h:
+       * gst-libs/gst/interfaces/tuner.h:
+       * gst-libs/gst/interfaces/tunerchannel.h:
+       * gst-libs/gst/interfaces/tunernorm.h:
+       * gst-libs/gst/interfaces/xoverlay.h:
+       * gst-libs/gst/netbuffer/gstnetbuffer.h:
+       * gst-libs/gst/riff/riff-ids.h:
+       * gst-libs/gst/riff/riff-media.h:
+       * gst-libs/gst/riff/riff-read.h:
+       * gst-libs/gst/rtp/gstbasertpdepayload.h:
+       * gst-libs/gst/rtp/gstbasertppayload.c:
+       * gst-libs/gst/rtp/gstbasertppayload.h:
+       * gst-libs/gst/rtp/gstrtpbuffer.c:
+       * gst-libs/gst/rtp/gstrtpbuffer.h:
+       * gst-libs/gst/tag/gsttageditingprivate.h:
+       * gst-libs/gst/tag/gstvorbistag.c:
+       (gst_tag_list_from_vorbiscomment_buffer):
+       * gst-libs/gst/tag/tag.h:
+       * gst-libs/gst/video/video.h:
+       * gst/adder/gstadder.c:
+       * gst/adder/gstadder.h:
+       * gst/audioconvert/audioconvert.c:
+       * gst/audioconvert/audioconvert.h:
+       * gst/audioconvert/gstaudioconvert.c:
+       * gst/audioconvert/gstchannelmix.c:
+       * gst/audioconvert/gstchannelmix.h:
+       * gst/audiorate/gstaudiorate.c:
+       * gst/audioresample/buffer.h:
+       * gst/audioresample/functable.h:
+       * gst/audioresample/gstaudioresample.c:
+       * gst/audioresample/resample.h:
+       * gst/ffmpegcolorspace/avcodec.h:
+       * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
+       * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
+       * gst/ffmpegcolorspace/imgconvert.c:
+       * gst/ffmpegcolorspace/imgconvert_template.h:
+       * gst/playback/gstdecodebin.c:
+       * gst/playback/gstplaybasebin.h:
+       * gst/playback/gstplaybin.c:
+       * gst/playback/gststreaminfo.h:
+       * gst/tcp/gstfdset.c:
+       * gst/tcp/gstfdset.h:
+       * gst/tcp/gstmultifdsink.c:
+       * gst/tcp/gstmultifdsink.h:
+       * gst/tcp/gsttcp.h:
+       * gst/tcp/gsttcpclientsrc.c:
+       * gst/tcp/gsttcpclientsrc.h:
+       * gst/tcp/gsttcpplugin.h:
+       * gst/tcp/gsttcpserversink.c:
+       * gst/tcp/gsttcpserversrc.c:
+       * gst/typefind/gsttypefindfunctions.c:
+       * gst/videorate/gstvideorate.c:
+       * gst/videotestsrc/gstvideotestsrc.h:
+       * gst/videotestsrc/videotestsrc.h:
+       * sys/v4l/gstv4lcolorbalance.h:
+       * sys/v4l/gstv4ltuner.h:
+       * sys/v4l/gstv4lxoverlay.h:
+       * sys/v4l/v4l_calls.h:
+       * sys/v4l/videodev_mjpeg.h:
+       * tests/check/elements/audioconvert.c:
+       * tests/check/elements/audioresample.c:
+       * tests/check/elements/audiotestsrc.c:
+       * tests/check/elements/videotestsrc.c:
+       * tests/check/elements/volume.c:
+       * tests/examples/seek/scrubby.c:
+       * tests/examples/seek/seek.c:
+         expand tabs
+
+=== release 0.10.0 ===
+
+2005-12-05   <thomas (at) apestaart (dot) org>
+
+       * configure.ac:
+         releasing 0.10.0, "Mont-d'or"
+
+2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * tests/examples/seek/Makefile.am:
+       Build fix for when gtk is not available.
+
+2005-12-05  Andy Wingo  <wingo@pobox.com>
+
+       * ext/libvisual/visual.c: (get_buffer):
+       * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
+       * ext/pango/gsttextrender.c: (gst_text_render_chain):
+       * ext/theora/theoradec.c: (theora_handle_data_packet):
+       * ext/theora/theoraenc.c: (theora_buffer_from_packet),
+       (theora_enc_chain):
+       * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
+       * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
+       Update for alloc_buffer changes.
+
+2005-12-05  Andy Wingo  <wingo@pobox.com>
+
+       patch by: Kai Vehmanen <kv2004 eca cx>
+       
+       * gst-libs/gst/rtp/gstbasertpdepayload.c
+       (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
+
+2005-12-04  Andy Wingo  <wingo@pobox.com>
+
+       patch by: Sebastien Cote <sebas642 yahoo ca>
+       
+       * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
+       Fixes #319172.
+
+2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-base-plugins-docs.sgml:
+       * docs/plugins/gst-plugins-base-plugins-sections.txt:
+       * docs/plugins/gst-plugins-base-plugins.hierarchy:
+       * ext/pango/gstclockoverlay.c:
+       * ext/pango/gsttextoverlay.c: 
+       * ext/pango/gsttextrender.c:
+       * ext/pango/gsttimeoverlay.c:
+         Add gtk-doc blurbs to pango elements.
+
+2005-12-02  Wim Taymans  <wim@fluendo.com>
+
+       * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
+       * gst/audioresample/buffer.h:
+       * gst/audioresample/gstaudioresample.c:
+       * gst/audioresample/gstaudioresample.h:
+       * gst/audioresample/resample.c: (resample_input_flush),
+       (resample_input_pushthrough), (resample_input_eos),
+       (resample_get_output_size_for_input),
+       (resample_get_input_size_for_output), (resample_get_output_size),
+       (resample_get_output_data):
+       * gst/audioresample/resample.h:
+       * gst/audioresample/resample_ref.c: (resample_scale_ref):
+       Fix audioresample, seek torture, new segments, reverse negotiation
+       etc.. work fine.
+
+2005-12-02  Wim Taymans  <wim@fluendo.com>
+
+       * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
+       Small cleanups.
+
+2005-12-02  Wim Taymans  <wim@fluendo.com>
+
+       * gst/audioconvert/gstaudioconvert.c:
+       (gst_audio_convert_transform):
+       Post errors.
+
+=== release 0.9.7 ===
+
+2005-12-01   <thomas (at) apestaart (dot) org>
+
+       * configure.ac:
+         releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * Makefile.am:
+       * po/hu.po:
+       * win32/MANIFEST:
+       * win32/gst.sln:
+         add win32 MANIFEST file
+         do something to the hungarian translation
+
+2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * ext/Makefile.am:
+         Add $(PANGO_DIR) to SUBDIRS
+
+       * ext/pango/gstclockoverlay.c:
+       * ext/pango/gsttimeoverlay.c:
+         Fix and improve element descriptions.
+
+2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
+
+       * docs/plugins/gst-plugins-base-plugins-docs.sgml:
+       * docs/plugins/inspect/plugin-libvisual.xml:
+       * docs/plugins/inspect/plugin-pango.xml:
+         add pango plugin to docs
+
+2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
+
+       * configure.ac:
+       * ext/Makefile.am:
+         moved pango to base
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * configure.ac:
+       * tests/Makefile.am:
+       * tests/icles/.cvsignore:
+       * tests/icles/Makefile.am:
+       * tests/icles/stress-xoverlay.c: (myclock), (open_display),
+       (close_display), (resize_window), (move_window), (create_window),
+       (terminate_playback), (pause_playback), (start_playback), (main):
+         add stress test for xoverlay from Julien
+
+2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
+
+       * docs/libs/tmpl/gstcolorbalance.sgml:
+       * gst-libs/gst/rtp/gstbasertpdepayload.c:
+       * gst-libs/gst/rtp/gstbasertppayload.c:
+       * gst-libs/gst/rtp/gstrtpbuffer.c:
+       * gst-libs/gst/rtp/gstrtpbuffer.h:
+         Do burger's rename for rtp payloaders and depayloaders
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * win32/:
+         add Visual Studio 6 build files
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * docs/libs/gst-plugins-base-libs-docs.sgml:
+       * docs/libs/gst-plugins-base-libs-sections.txt:
+       * docs/libs/tmpl/gstaudio.sgml:
+       * docs/libs/tmpl/gstringbuffer.sgml:
+       * gst-libs/gst/interfaces/xoverlay.c:
+       * gst-libs/gst/video/gstvideofilter.c:
+       * gst-libs/gst/video/gstvideosink.c:
+         update documentation
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
+       (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
+       (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
+       (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
+       (gst_multi_fd_sink_get_stats),
+       (gst_multi_fd_sink_remove_client_link),
+       (gst_multi_fd_sink_handle_client_read),
+       (gst_multi_fd_sink_client_queue_data),
+       (gst_multi_fd_sink_client_queue_caps),
+       (gst_multi_fd_sink_client_queue_buffer),
+       (gst_multi_fd_sink_new_client),
+       (gst_multi_fd_sink_handle_client_write),
+       (gst_multi_fd_sink_recover_client),
+       (gst_multi_fd_sink_queue_buffer),
+       (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
+       (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
+       (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
+       (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
+       * gst/tcp/gstmultifdsink.h:
+       * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
+       (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
+       (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
+       (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
+       (gst_tcp_client_sink_set_property),
+       (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
+       (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
+       * gst/tcp/gsttcpclientsink.h:
+       * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
+       (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
+       (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
+       (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
+       (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
+       (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
+       * gst/tcp/gsttcpclientsrc.h:
+       * gst/tcp/gsttcpplugin.c: (plugin_init):
+       * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
+       (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
+       (gst_tcp_server_sink_finalize),
+       (gst_tcp_server_sink_handle_server_read),
+       (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
+       (gst_tcp_server_sink_set_property),
+       (gst_tcp_server_sink_get_property),
+       (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
+       * gst/tcp/gsttcpserversink.h:
+       * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
+       (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
+       (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
+       (gst_tcp_server_src_set_property),
+       (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
+       (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
+       * gst/tcp/gsttcpserversrc.h:
+         more borgifying
+
+2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * docs/plugins/Makefile.am:
+       * docs/plugins/gst-plugins-base-plugins.args:
+       * docs/plugins/inspect/plugin-libvisual.xml:
+       * gst/audioconvert/plugin.h:
+       * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
+       (gst_audio_rate_base_init), (gst_audio_rate_class_init),
+       (gst_audio_rate_setcaps), (gst_audio_rate_init),
+       (gst_audio_rate_chain), (gst_audio_rate_set_property),
+       (gst_audio_rate_get_property), (gst_audio_rate_change_state),
+       (plugin_init):
+       * gst/audiotestsrc/gstaudiotestsrc.c:
+       (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
+       (gst_audio_test_src_class_init), (gst_audio_test_src_init),
+       (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
+       (gst_audio_test_src_get_query_types),
+       (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
+       (gst_audio_test_src_create_square),
+       (gst_audio_test_src_create_saw),
+       (gst_audio_test_src_create_triangle),
+       (gst_audio_test_src_create_silence),
+       (gst_audio_test_src_create_white_noise),
+       (gst_audio_test_src_init_pink_noise),
+       (gst_audio_test_src_generate_pink_noise_value),
+       (gst_audio_test_src_create_pink_noise),
+       (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
+       (gst_audio_test_src_create), (gst_audio_test_src_set_property),
+       (gst_audio_test_src_get_property), (gst_audio_test_src_start),
+       (plugin_init):
+       * gst/audiotestsrc/gstaudiotestsrc.h:
+       * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
+       (gst_sub_parse_base_init), (gst_sub_parse_class_init),
+       (gst_sub_parse_init), (gst_sub_parse_formats),
+       (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
+       (convert_encoding), (get_next_line),
+       (gst_sub_parse_data_format_autodetect),
+       (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
+       (gst_sub_parse_loop), (gst_sub_parse_chain),
+       (gst_sub_parse_change_state), (gst_sub_parse_type_find),
+       (plugin_init):
+       * gst/subparse/gstsubparse.h:
+       * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
+       (gst_video_rate_base_init), (gst_video_rate_class_init),
+       (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
+       (gst_video_rate_setcaps), (gst_video_rate_blank_data),
+       (gst_video_rate_init), (gst_video_rate_event),
+       (gst_video_rate_chain), (gst_video_rate_set_property),
+       (gst_video_rate_get_property), (gst_video_rate_change_state),
+       (plugin_init):
+       * gst/videoscale/gstvideoscale.c:
+       (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
+       (gst_video_scale_src_template_factory),
+       (gst_video_scale_sink_template_factory),
+       (gst_video_scale_get_type), (gst_video_scale_base_init),
+       (gst_video_scale_class_init), (gst_video_scale_init),
+       (gst_video_scale_set_property), (gst_video_scale_get_property),
+       (gst_video_scale_transform_caps), (gst_video_scale_get_format),
+       (gst_video_scale_prepare_size), (parse_caps),
+       (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
+       (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
+       (gst_video_scale_transform), (gst_video_scale_handle_src_event),
+       (plugin_init):
+       * gst/videoscale/gstvideoscale.h:
+       * gst/videotestsrc/gstvideotestsrc.c:
+       (gst_video_test_src_pattern_get_type),
+       (gst_video_test_src_base_init), (gst_video_test_src_class_init),
+       (gst_video_test_src_init), (gst_video_test_src_src_fixate),
+       (gst_video_test_src_set_pattern),
+       (gst_video_test_src_set_property),
+       (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
+       (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
+       (gst_video_test_src_event), (gst_video_test_src_get_times),
+       (gst_video_test_src_create), (plugin_init):
+       * gst/videotestsrc/gstvideotestsrc.h:
+       * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
+       (gst_video_test_src_smpte), (gst_video_test_src_snow),
+       (gst_video_test_src_black):
+       * gst/videotestsrc/videotestsrc.h:
+         borgify further
+         clean up docs a little
+
+2005-11-30  Wim Taymans  <wim@fluendo.com>
+
+       * gst-libs/gst/rtp/gstbasertpdepayload.h:
+       * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
+       (gst_basertppayload_event), (gst_basertppayload_push),
+       (gst_basertppayload_change_state):
+       * gst-libs/gst/rtp/gstbasertppayload.h:
+       closed #320644.
+
+2005-11-30  Julien MOUTTE  <julien@moutte.net>
+
+       * docs/libs/gst-plugins-base-libs-docs.sgml:
+       * docs/libs/gst-plugins-base-libs-sections.txt:
+       * gst-libs/gst/video/gstvideofilter.c:
+       * gst-libs/gst/video/gstvideosink.c:
+       * gst-libs/gst/video/gstvideosink.h: Adding docs.
+
+2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
+
+       * LICENSE:
+         move
+       * 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:
+       * Makefile.am:
+         update
+       * scripts/autoplugins.sh:
+         remove
+
+2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
+
+       * Makefile.am:
+       * configure.ac:
+       * examples/Makefile.am:
+       * examples/capsfilter/Makefile.am:
+       * examples/capsfilter/capsfilter1.c:
+       * examples/gob/Makefile.am:
+       * examples/gob/gst-identity2.gob:
+       * examples/indexing/.cvsignore:
+       * examples/indexing/Makefile.am:
+       * examples/indexing/indexmpeg.c:
+       * examples/seeking/.cvsignore:
+       * examples/seeking/Makefile.am:
+       * examples/seeking/cdparanoia.c:
+       * examples/seeking/cdplayer.c:
+       * examples/seeking/chained.c:
+       * examples/seeking/scrubby.c:
+       * examples/seeking/seek.c:
+       * examples/stats/Makefile.am:
+       * examples/stats/mp2ogg.c:
+       * examples/switch/.cvsignore:
+       * examples/switch/Makefile.am:
+       * examples/switch/switcher.c:
+       * tests/Makefile.am:
+       * tests/check/generic/.cvsignore:
+       * tests/check/pipelines/.cvsignore:
+       * tests/examples/Makefile.am:
+       * tests/examples/seek/Makefile.am:
+         reorganize stuff under tests/
+
+2005-11-30  Edward Hervey  <edward@fluendo.com>
+
+       * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
+       Go away you stupid GstStaticPadTemplate memleak.
+
+2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst-libs/gst/net/Makefile.am:
+       * gst-libs/gst/net/README:
+       * gst-libs/gst/net/gstnetbuffer.c:
+       * gst-libs/gst/net/gstnetbuffer.h:
+         this was moved to "netbuffer"
+
+2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
+       (gst_video_filter_class_init), (gst_video_filter_init):
+       * gst-libs/gst/video/gstvideofilter.h:
+         borgify name to bring in line with other classes
+
+2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst/audioscale/.cvsignore:
+       * gst/audioscale/Makefile.am:
+       * gst/audioscale/README:
+       * gst/audioscale/audioscale.vcproj:
+       * gst/audioscale/dtof.c:
+       * gst/audioscale/dtos.c:
+       * gst/audioscale/functable.c:
+       * gst/audioscale/gstaudioscale.c:
+       * gst/audioscale/gstaudioscale.h:
+       * gst/audioscale/private.h:
+       * gst/audioscale/resample.c:
+       * gst/audioscale/resample.h:
+       * gst/audioscale/test.c:
+         remove
+
+2005-11-30  Edward Hervey  <edward@fluendo.com>
+
+       * gst-libs/gst/netbuffer/Makefile.am:
+       really, really tired
+
+2005-11-30  Edward Hervey  <edward@fluendo.com>
+
+       * gst/typefind/gsttypefindfunctions.c: (plugin_init):
+       Update for new GstTypeFindFactory _register()
+
+2005-11-30  Edward Hervey  <edward@fluendo.com>
+
+       * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
+       Let's not override libgstnet from core for no reason...
+       (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
+       Ok, maybe not so quick next time.
+
+2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * configure.ac:
+       * gst-libs/gst/Makefile.am:
+         moved gst-libs/gst/net to netbuffer through CVS surgery
+         remove old directory
+         updating build to accomodate
+         (#322257)
+
+2005-11-29  Andy Wingo  <wingo@pobox.com>
+
+       * pkgconfig/gstreamer-plugins-base.pc.in:
+       * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
+       * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
+       (#322257).
+
+2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
+       3rd time's the charm. Correct ref-counting for discarded buffers.
+
+2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * gst/playback/gststreamselector.c:
+       (gst_stream_selector_class_init),
+       (gst_stream_selector_set_property),
+       (gst_stream_selector_get_property),
+       (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
+       Fix ref-counting
+
+2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/subparse/gstsubparse.c: (feed_textbuf):
+         Don't access already unref'ed buffer.
+
+2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * gst/playback/gststreamselector.c:
+       (gst_stream_selector_class_init), (gst_stream_selector_init),
+       (gst_stream_selector_dispose), (gst_stream_selector_set_property),
+       (gst_stream_selector_get_property),
+       (gst_stream_selector_get_linked_pad),
+       (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
+       * gst/playback/gststreamselector.h:
+       Add the active-pad property for playbin to use shortly. Ignore buffers
+       from any other pad, returning GST_FLOW_NOT_LINKED
+
+2005-11-29  Julien MOUTTE  <julien@moutte.net>
+
+       * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
+       patch from bug #322704 (Alessandro Decina).
+
+2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst-libs/gst/audio/Makefile.am:
+         folded audiofilter into the audio library
+
 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * gst/videoscale/gstvideoscale.h: