diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-10-06 16:33:05 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-10-06 16:33:05 +0000 |
commit | 4933cf0bd0bd6a8f4003ecdb0f89b6e8731240c2 (patch) | |
tree | 0b3cec04766696b0b722987902801d1b049b9abf | |
parent | d4513bb84f050b31d328586879d2393c29124a78 (diff) | |
download | gst-plugins-bad-4933cf0bd0bd6a8f4003ecdb0f89b6e8731240c2.tar.gz gst-plugins-bad-4933cf0bd0bd6a8f4003ecdb0f89b6e8731240c2.tar.bz2 gst-plugins-bad-4933cf0bd0bd6a8f4003ecdb0f89b6e8731240c2.zip |
gst/playback/: Do not signal the no_more_pads after the first pad when we are plugging a non dynamic element with mul...
Original commit message from CVS:
* gst/playback/gstdecodebin.c: (gst_decode_bin_init),
(find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
(no_more_pads), (close_link), (type_found):
* gst/playback/gstplaybasebin.c: (new_decoded_pad):
* gst/playback/gstplaybin.c: (gen_video_element):
Do not signal the no_more_pads after the first pad when
we are plugging a non dynamic element with multiple
output pads (like swfdec, dvdec, ...).
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-10-06 Wim Taymans <wim@fluendo.com> + + * gst/playback/gstdecodebin.c: (gst_decode_bin_init), + (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad), + (no_more_pads), (close_link), (type_found): + * gst/playback/gstplaybasebin.c: (new_decoded_pad): + * gst/playback/gstplaybin.c: (gen_video_element): + Do not signal the no_more_pads after the first pad when + we are plugging a non dynamic element with multiple + output pads (like swfdec, dvdec, ...). + 2004-10-06 Thomas Vander Stichele <thomas at apestaart dot org> * configure.ac: |