gst/playback/: Don't try to preroll or decode more than one audio/video track.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 24 Sep 2004 16:38:28 +0000 (16:38 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 24 Sep 2004 16:38:28 +0000 (16:38 +0000)
Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (remove_prerolls),
(new_decoded_pad):
* gst/playback/gstplaybasebin.h:
* gst/playback/gstplaybin.c: (setup_sinks):
Don't try to preroll or decode more than one audio/video
track.

ChangeLog

index 8623b259c786eef0067f60398558addf26dfecf9..8ee27ec7b80e83923c2991eee49f3a0cd453d60f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-09-24  Wim Taymans  <wim@fluendo.com>
+
+       * gst/playback/gstplaybasebin.c: (remove_prerolls),
+       (new_decoded_pad):
+       * gst/playback/gstplaybasebin.h:
+       * gst/playback/gstplaybin.c: (setup_sinks):
+       Don't try to preroll or decode more than one audio/video
+       track.
+
 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
 
        * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):