summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-11-08 09:46:16 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-11-08 09:46:16 +0000
commit9b40b0851ec4de113c0d1f970dc9127e653481aa (patch)
treedca43bb9897eab1f2df998eae979d35712876075 /ChangeLog
parent5b4d5f7c4ed1da1402ccc82a5d5059618a432529 (diff)
downloadgst-plugins-bad-9b40b0851ec4de113c0d1f970dc9127e653481aa.tar.gz
gst-plugins-bad-9b40b0851ec4de113c0d1f970dc9127e653481aa.tar.bz2
gst-plugins-bad-9b40b0851ec4de113c0d1f970dc9127e653481aa.zip
gst/playback/: Add support for chained ogg files. Prepare for playlist support. This patch introduces the concept of ...
Original commit message from CVS: * gst/playback/gstdecodebin.c: (unlinked): * gst/playback/gstplay-marshal.list: * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init), (gst_play_base_bin_init), (group_create), (get_active_group), (get_building_group), (group_destroy), (group_commit), (queue_overrun), (remove_groups), (add_stream), (unknown_type), (add_element_stream), (no_more_pads), (probe_triggered), (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad), (state_change), (setup_source), (gst_play_base_bin_get_property), (gst_play_base_bin_change_state), (gst_play_base_bin_add_element), (gst_play_base_bin_link_stream), (gst_play_base_bin_get_streaminfo): * gst/playback/gstplaybasebin.h: * gst/playback/gstplaybin.c: (gst_play_bin_class_init), (remove_sinks), (setup_sinks), (gst_play_bin_change_state): Add support for chained ogg files. Prepare for playlist support. This patch introduces the concept of pad groups, which together compose one playable media file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cb60c95..71443a5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2004-11-08 Wim Taymans <wim@fluendo.com>
+
+ * gst/playback/gstdecodebin.c: (unlinked):
+ * gst/playback/gstplay-marshal.list:
+ * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
+ (gst_play_base_bin_init), (group_create), (get_active_group),
+ (get_building_group), (group_destroy), (group_commit),
+ (queue_overrun), (remove_groups), (add_stream), (unknown_type),
+ (add_element_stream), (no_more_pads), (probe_triggered),
+ (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
+ (state_change), (setup_source), (gst_play_base_bin_get_property),
+ (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
+ (gst_play_base_bin_link_stream),
+ (gst_play_base_bin_get_streaminfo):
+ * gst/playback/gstplaybasebin.h:
+ * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
+ (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
+ Add support for chained ogg files. Prepare for playlist
+ support. This patch introduces the concept of pad groups, which
+ together compose one playable media file.
+
2004-11-07 David Schleef <ds@schleef.org>
* testsuite/gst-lint: Check for pad templates that aren't statically