From: Christian Schaller Date: Tue, 25 Jun 2002 13:06:49 +0000 (+0000) Subject: fixed the vob pipeline. It now plays the movie perfectly, but the sound is missing... X-Git-Tag: 1.19.3~511^2~15901 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2f9d72f6e177ea5a2c0167418941b00cb0f583ca;p=platform%2Fupstream%2Fgstreamer.git 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 --- diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext index d6e58cf..04b537d 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}) {