summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-06-27 21:41:06 +0000
committerChristian Schaller <uraeus@gnome.org>2002-06-27 21:41:06 +0000
commit7bf083b366a73ff5981b7b4110b18e51cf30b603 (patch)
tree615165eea76e6593d13338b91ec521263886ac21
parentd948838ac32cb4c489e83125603d5a2f9d620300 (diff)
downloadgstreamer-plugins-base-7bf083b366a73ff5981b7b4110b18e51cf30b603.tar.gz
more fix for vob pipeline. This works in theory, but there are still timestamp issues with a52dec that needs addressing.
Original commit message from CVS: more fix for vob pipeline. This works in theory, but there are still timestamp issues with a52dec that needs addressing.
m---------common0
-rwxr-xr-xtools/gst-launch-ext2
2 files changed, 1 insertions, 1 deletions
diff --git a/common b/common
-Subproject 4dab76096cb84988dc2b6366cf5bd964fe5857d
+Subproject c6bd62c43f01b2012d81dfa61dd58777c41de07
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext
index 04b537d0f..12c85bae4 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}) {