mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 10:55:34 +00:00
docs: minor addition to decodebin2 design doc
This commit is contained in:
parent
dd97ccc293
commit
0c4b5edd76
1 changed files with 5 additions and 0 deletions
|
@ -287,3 +287,8 @@ though (e.g. we would not be able to detect the profile in all cases then
|
||||||
before plugging a decoder, which would make it hard to just play the audio
|
before plugging a decoder, which would make it hard to just play the audio
|
||||||
part of a stream and not the video if a suitable decoder was missing, for
|
part of a stream and not the video if a suitable decoder was missing, for
|
||||||
example).
|
example).
|
||||||
|
|
||||||
|
Additional considerations: the same problem exists with sinks that support
|
||||||
|
non-raw formats. Consider, for example, an audio sink that accepts DTS audio,
|
||||||
|
but only the 14-bit variant, not the 16-bit variant (or only native endiannes).
|
||||||
|
Ideally dcaparse would convert into the required stream format here.
|
||||||
|
|
Loading…
Reference in a new issue