summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-03-03 19:44:20 +0000
committerChristian Schaller <uraeus@gnome.org>2002-03-03 19:44:20 +0000
commit8976508f57cb68badf7b7c6e642a7dd35c7c6874 (patch)
tree58369cbf700c28e6af5086c5ffd2d6280ca0d272 /tools
parentb62e08de6e46ceba1e9e908c566e1db4a6e55af9 (diff)
Wim claims we only need 50 more rewrites to get it working well
Original commit message from CVS: fixed pipeline for vob files so we get sound (bad sound but still), Wim claims we only need 50 more rewrites to get it working well
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gst-launch-ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext
index a12b13ce..298cc06d 100755
--- a/tools/gst-launch-ext
+++ b/tools/gst-launch-ext
@@ -84,7 +84,7 @@ read_config ();
"ogg", "vorbisdec ! $cfg{AUDIOSINK}",
"mpg", "mpegdemux video_00! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.audio_00! { queue ! mad ! $cfg{AUDIOSINK} }",
"avi", "avidemux video_00! { queue ! windec ! $cfg{VIDEOSINK} } avidemux0.audio_00! { queue ! mad ! $cfg{AUDIOSINK} }",
- "vob", "mpegdemux video_00! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.audio_00! { queue ! a52dec ! $cfg{AUDIOSINK} }",
+ "vob", "mpegdemux video_00! { queue max_level=500 ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.private_stream_1.0! { queue max_level=500 ! a52dec ! $cfg{AUDIOSINK} }",
"wav", "wavparse ! $cfg{AUDIOSINK}",
"fli", "flxdec ! colorspace ! $cfg{VIDEOSINK}"
);