tools/: Remove gst-launch-ext. It doesn't work, and is no longer particularly useful.
[platform/upstream/gstreamer.git] / ChangeLog
index da8fbdf..28cac2c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,211 @@
+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):