Wim claims we only need 50 more rewrites to get it working well
authorChristian Schaller <uraeus@gnome.org>
Sun, 3 Mar 2002 19:44:20 +0000 (19:44 +0000)
committerChristian Schaller <uraeus@gnome.org>
Sun, 3 Mar 2002 19:44:20 +0000 (19:44 +0000)
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

tools/gst-launch-ext

index a12b13c..298cc06 100755 (executable)
@@ -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}"
 );