summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-10-18 13:40:48 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-10-18 13:40:48 +0000
commitb917cfce01a9714c1fd36549be6b3600d631653d (patch)
tree31fe74d92bc7275ba44cbc1cae70ad48698a7a6b
parent1b7324731f615d019ebfbbea5efb8db475c2f3a7 (diff)
downloadgst-plugins-bad-b917cfce01a9714c1fd36549be6b3600d631653d.tar.gz
gst-plugins-bad-b917cfce01a9714c1fd36549be6b3600d631653d.tar.bz2
gst-plugins-bad-b917cfce01a9714c1fd36549be6b3600d631653d.zip
gst/playback/: Add sink padtemplate to decodebin.
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: (gen_preroll_element), (remove_prerolls), (unknown_type), (add_element_stream), (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element), (gst_play_base_bin_remove_element), (gst_play_base_bin_link_stream): * gst/playback/gstplaybin.c: (gen_video_element), (gen_vis_element), (remove_sinks), (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: Add sink padtemplate to decodebin. Added some more comments. Make queue size configurable in playbasebin. Added possibility to use elements as sinks (ex cdaudio).
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d76f850d..2ae5e7d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2004-10-18 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: (gen_preroll_element),
+ (remove_prerolls), (unknown_type), (add_element_stream),
+ (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
+ (gst_play_base_bin_remove_element),
+ (gst_play_base_bin_link_stream):
+ * gst/playback/gstplaybin.c: (gen_video_element),
+ (gen_vis_element), (remove_sinks), (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:
+ Add sink padtemplate to decodebin.
+ Added some more comments.
+ Make queue size configurable in playbasebin.
+ Added possibility to use elements as sinks (ex cdaudio).
+
2004-10-15 Wim Taymans <wim@fluendo.com>
* ext/speex/gstspeexenc.c: (gst_speexenc_class_init),