diff options
author | Christian Schaller <uraeus@gnome.org> | 2002-06-25 13:06:49 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2002-06-25 13:06:49 +0000 |
commit | 0f022be74769d5a5082422370504062b1ac6a82d (patch) | |
tree | 14ebcc464241fed297aebb40c8a1849430320e03 /tools | |
parent | 78778a90196ae9306c1b41f9e0e61f12a01e2d5d (diff) |
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
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gst-launch-ext | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext index d6e58cff6..04b537d0f 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}) { |