mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
fix
Original commit message from CVS: fix
This commit is contained in:
parent
4a596daeb3
commit
bd162b790a
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ read_config ();
|
|||
### "ac3", "ac3parse ! $cfg{AUDIOSINK}",
|
||||
%pipes = (
|
||||
"au", "auparse ! $cfg{AUDIOSINK}",
|
||||
"avi", "avidemux video_%02d! { queue ! windec ! $cfg{VIDEOSINK} } avidemux0.audio_00! { queue ! mad ! $cfg{AUDIOSINK} }",
|
||||
"avi", "avidemux video_%02d! { queue ! windec ! $cfg{VIDEOSINK} } avidemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }",
|
||||
"fli", "flxdec ! colorspace ! $cfg{VIDEOSINK}",
|
||||
"mod", "modplug ! $cfg{AUDIOSINK}",
|
||||
"mp3", "mad ! $cfg{AUDIOSINK}",
|
||||
|
|
Loading…
Reference in a new issue