gstreamer/gst
Thiago Santos 6382d4c0ad decodebin2: do not handle the next-groups list as if it was a single item
Decodebin2's chains store a next_groups list that was being handled as
it could only have a single element. This is true for most of the
chaining streams scenarios where streams change not very often.

In more stressfull changing scenarios, like adaptive streams, those
changes can happen very often, and in short time intervals. This could
confuse decodebin2 as this list was always being used as a single
element list.

This patches makes it handle as a real list, using iteration instead
of picking the first element as the correct one always.
2013-04-23 10:32:19 -03:00
..
adder Update disted orc backup files 2013-04-22 13:58:33 +01:00
app gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
audioconvert Update disted orc backup files 2013-04-22 13:58:33 +01:00
audiorate gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
audioresample gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
audiotestsrc gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
encoding gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
gio gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
playback decodebin2: do not handle the next-groups list as if it was a single item 2013-04-23 10:32:19 -03:00
subparse gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
tcp gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
typefind typefind: add smoothstreaming manifest typefinding 2013-04-23 10:32:19 -03:00
videoconvert Update disted orc backup files 2013-04-22 13:58:33 +01:00
videorate gst: Add better support for static plugins 2013-04-15 15:52:58 +02:00
videoscale Update disted orc backup files 2013-04-22 13:58:33 +01:00
videotestsrc Update disted orc backup files 2013-04-22 13:58:33 +01:00
volume Update disted orc backup files 2013-04-22 13:58:33 +01:00
Makefile.am build: build plugin and example directories in parallel if make -jN is used 2010-03-29 00:26:59 +01:00