mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
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
This commit is contained in:
parent
61a065eabd
commit
2f9d72f6e1
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ read_config ();
|
||||||
"mpg", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }",
|
"mpg", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }",
|
||||||
"ogg", "vorbisdec ! $cfg{AUDIOSINK}",
|
"ogg", "vorbisdec ! $cfg{AUDIOSINK}",
|
||||||
"sid", "siddec ! $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}) {
|
if ($cfg{VISUALIZER}) {
|
||||||
|
|
Loading…
Reference in a new issue