From: Christian Schaller Date: Thu, 27 Jun 2002 21:41:06 +0000 (+0000) Subject: more fix for vob pipeline. This works in theory, but there are still timestamp issues... X-Git-Tag: 1.19.3~511^2~15899 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7bf083b366a73ff5981b7b4110b18e51cf30b603;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/common b/common index 4dab760..c6bd62c 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 4dab76096cb84988dc2b6366cf5bd964fe5857d7 +Subproject commit c6bd62c43f01b2012d81dfa61dd58777c41de07a diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext index 04b537d..12c85ba 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}) {