summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-10-08 11:30:32 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-10-08 11:30:32 +0000
commitac2150000e92b6ea90e01712205148a897a70d0d (patch)
tree1010e0abb9953db4352b4cc24b300d1d365c6899 /ChangeLog
parent4b6fdb2fb0eac648087644ccb58031a8da80b068 (diff)
downloadgst-plugins-bad-ac2150000e92b6ea90e01712205148a897a70d0d.tar.gz
gst-plugins-bad-ac2150000e92b6ea90e01712205148a897a70d0d.tar.bz2
gst-plugins-bad-ac2150000e92b6ea90e01712205148a897a70d0d.zip
gst/playback/: Reuse the audio and video bins.
Original commit message from CVS: * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init), (gst_decode_bin_init), (find_compatibles), (close_pad_link), (try_to_link_1), (no_more_pads), (close_link), (type_found): * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init), (unknown_type), (gst_play_base_bin_remove_element), (gst_play_base_bin_link_stream): * gst/playback/gstplaybasebin.h: * gst/playback/gstplaybin.c: (gst_play_bin_init), (gst_play_bin_set_property), (gen_video_element), (gen_audio_element), (setup_sinks): * gst/playback/gststreaminfo.c: (gst_stream_type_get_type), (gst_stream_info_get_type), (gst_stream_info_class_init), (gst_stream_info_init), (gst_stream_info_new), (gst_stream_info_dispose), (stream_info_mute_pad), (gst_stream_info_set_property), (gst_stream_info_get_property): * gst/playback/gststreaminfo.h: Reuse the audio and video bins. Some internal cleanups in the stream selection code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b82f2ca5..79741d96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2004-10-08 Wim Taymans <wim@fluendo.com>
+
+ * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
+ (gst_decode_bin_init), (find_compatibles), (close_pad_link),
+ (try_to_link_1), (no_more_pads), (close_link), (type_found):
+ * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
+ (unknown_type), (gst_play_base_bin_remove_element),
+ (gst_play_base_bin_link_stream):
+ * gst/playback/gstplaybasebin.h:
+ * gst/playback/gstplaybin.c: (gst_play_bin_init),
+ (gst_play_bin_set_property), (gen_video_element),
+ (gen_audio_element), (setup_sinks):
+ * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
+ (gst_stream_info_get_type), (gst_stream_info_class_init),
+ (gst_stream_info_init), (gst_stream_info_new),
+ (gst_stream_info_dispose), (stream_info_mute_pad),
+ (gst_stream_info_set_property), (gst_stream_info_get_property):
+ * gst/playback/gststreaminfo.h:
+ Reuse the audio and video bins.
+ Some internal cleanups in the stream selection code.
+
2004-10-08 Julien MOUTTE <julien@moutte.net>
* sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),