more fix for vob pipeline. This works in theory, but there are still timestamp issues...
authorChristian Schaller <uraeus@gnome.org>
Thu, 27 Jun 2002 21:41:06 +0000 (21:41 +0000)
committerChristian Schaller <uraeus@gnome.org>
Thu, 27 Jun 2002 21:41:06 +0000 (21:41 +0000)
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.

common
tools/gst-launch-ext

diff --git a/common b/common
index 4dab760..c6bd62c 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 4dab76096cb84988dc2b6366cf5bd964fe5857d7
+Subproject commit c6bd62c43f01b2012d81dfa61dd58777c41de07a
index 04b537d..12c85ba 100755 (executable)
@@ -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}) {