summaryrefslogtreecommitdiffstats
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
commit481b0aee8a1f0b178c9ea7db3026e785deb3a13e (patch)
tree73c83633f2d5f4f94826292445b2dda849135a29
parent61e7f7800f41e3dcccfdf2e5fe069667b98cf6b5 (diff)
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 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}) {