summaryrefslogtreecommitdiffstats
path: root/tools/gst-launch-ext
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gst-launch-ext')
-rwxr-xr-xtools/gst-launch-ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext
index 04b537d0..12c85bae 100755
--- a/tools/gst-launch-ext
+++ b/tools/gst-launch-ext
@@ -88,7 +88,7 @@ read_config ();
"mpg", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }",
"ogg", "vorbisdec ! $cfg{AUDIOSINK}",
"sid", "siddec ! $cfg{AUDIOSINK}",
- "vob", "mpegdemux name=foo video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } foo.audio_%02d! { queue ! a52dec ! $cfg{AUDIOSINK} }",
+ "vob", "mpegdemux name=foo video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } foo.private_stream_1__%02d! { queue ! a52dec ! $cfg{AUDIOSINK} }",
);
if ($cfg{VISUALIZER}) {