summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-06-25 13:06:49 +0000
committerChristian Schaller <uraeus@gnome.org>2002-06-25 13:06:49 +0000
commit2f9d72f6e177ea5a2c0167418941b00cb0f583ca (patch)
tree4d1c45949151efa5d14aa0515c311cd4382e7166
parent61a065eabd93073d7ef865659ce91b6ec49b1c6b (diff)
downloadgstreamer-plugins-base-2f9d72f6e177ea5a2c0167418941b00cb0f583ca.tar.gz
fixed the vob pipeline. It now plays the movie perfectly, but the sound is missing and it is still very dark
Original commit message from CVS: fixed the vob pipeline. It now plays the movie perfectly, but the sound is missing and it is still very dark
-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 d6e58cff6..04b537d0f 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 ! {queue $cfg{VIDEOSINK} } } foo.audio_%02d! { queue ! a52dec ! { queue $cfg{AUDIOSINK} } }",
+ "vob", "mpegdemux name=foo video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } foo.audio_%02d! { queue ! a52dec ! $cfg{AUDIOSINK} }",
);
if ($cfg{VISUALIZER}) {