From 481b0aee8a1f0b178c9ea7db3026e785deb3a13e Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Thu, 27 Jun 2002 21:41:06 +0000 Subject: 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. --- tools/gst-launch-ext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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}) { -- cgit