mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
37f219bd57
It might be possible to fulfill those but not with the first caps structure. Instead of just fixating the first caps structure, check if the preference can be fulfilled by any of the structures as the first step. Without this the following pipeline negotiates to mono after the decoder because opusenc only has a single channel in its first caps structure. gst-launch-1.0 audiotestsrc ! audio/x-raw,channels=2 ! opusenc \ ! queue ! opusdec ! queue ! opusenc ! fakesink Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3689> |
||
---|---|---|
.. | ||
gstopus.c | ||
gstopuscommon.c | ||
gstopuscommon.h | ||
gstopusdec.c | ||
gstopusdec.h | ||
gstopuselement.c | ||
gstopuselements.h | ||
gstopusenc.c | ||
gstopusenc.h | ||
gstopusheader.c | ||
gstopusheader.h | ||
meson.build |