mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
8737b9ca84
The assertion that was present before is a bit too harsh, since there is now a (understandable) use-case where this could happen. In gapless use-case, with two files containing the same type (ex:audio). The first one *does* expose a collection with an audio stream, but decoding fails (for whatever reason). That would cause us to have configured a audio combiner, which was never used (i.e. not active). Then the second file plays and we (wrongly) assume it should be activated ... whereas the combiner was indeed present. Demote the assertion to a warning and properly handle it Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3389 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6737> |
||
---|---|---|
.. | ||
adder | ||
app | ||
audioconvert | ||
audiomixer | ||
audiorate | ||
audioresample | ||
audiotestsrc | ||
compositor | ||
debugutils | ||
dsd | ||
encoding | ||
gio | ||
overlaycomposition | ||
pbtypes | ||
playback | ||
rawparse | ||
subparse | ||
tcp | ||
typefind | ||
videoconvertscale | ||
videorate | ||
videotestsrc | ||
volume | ||
meson.build |