summaryrefslogtreecommitdiffstats
path: root/ext/resindvd/gstmpegdemux.h
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-05-27 22:54:51 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-05-27 22:57:03 +0100
commit4d5a48db9779ac1ff4cfda42a5180f8bc1462882 (patch)
treecbeab386a342a9e35b3afde4bd0e57f9d527a8e9 /ext/resindvd/gstmpegdemux.h
parentaf89b6de1c08115ea4e31267de3c36b955ac079a (diff)
downloadgst-plugins-bad-4d5a48db9779ac1ff4cfda42a5180f8bc1462882.tar.gz
gst-plugins-bad-4d5a48db9779ac1ff4cfda42a5180f8bc1462882.tar.bz2
gst-plugins-bad-4d5a48db9779ac1ff4cfda42a5180f8bc1462882.zip
resindvd: Create all the audio streams of all formats
Enable creation of the demuxer pads for all audio streams, even types we don't yet support. This means that unsupported types (LPCM, DTS) are output, but not linked to anything yet. If only unsupported streams are available, the user hears silence instead of having the pipeline not pre-roll correctly. This is a prerequisite for hooking up the automatic decoder switching.
Diffstat (limited to 'ext/resindvd/gstmpegdemux.h')
-rw-r--r--ext/resindvd/gstmpegdemux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/resindvd/gstmpegdemux.h b/ext/resindvd/gstmpegdemux.h
index 683b7cde..f6291500 100644
--- a/ext/resindvd/gstmpegdemux.h
+++ b/ext/resindvd/gstmpegdemux.h
@@ -106,6 +106,7 @@ struct _GstFluPSDemux {
/* Indicates an MPEG-2 stream */
gboolean is_mpeg2_pack;
+ gboolean disable_stream_creation;
/* Language codes event is stored when a dvd-lang-codes
* custom event arrives from upstream */