docs: minor addition to decodebin2 design doc
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 26 Jun 2011 00:06:58 +0000 (01:06 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sun, 26 Jun 2011 20:07:52 +0000 (21:07 +0100)
docs/design/design-decodebin.txt

index 52b343a..07cd3d4 100644 (file)
@@ -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
 part of a stream and not the video if a suitable decoder was missing, for
 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.