From 0c4b5edd76ef2d4f26bc2548e95cf26f5f9e2b49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sun, 26 Jun 2011 01:06:58 +0100 Subject: [PATCH] docs: minor addition to decodebin2 design doc --- docs/design/design-decodebin.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/design/design-decodebin.txt b/docs/design/design-decodebin.txt index 52b343a0f5..07cd3d4ac8 100644 --- a/docs/design/design-decodebin.txt +++ b/docs/design/design-decodebin.txt @@ -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.