mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
add mpeg
Original commit message from CVS: add mpeg
This commit is contained in:
parent
83813ace9e
commit
ca810029cc
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ read_config ($0);
|
||||||
"mod", "modplug ! $cfg{AUDIOSINK}",
|
"mod", "modplug ! $cfg{AUDIOSINK}",
|
||||||
"mp2", "mad ! $cfg{AUDIOSINK}",
|
"mp2", "mad ! $cfg{AUDIOSINK}",
|
||||||
"mp3", "mad ! $cfg{AUDIOSINK}",
|
"mp3", "mad ! $cfg{AUDIOSINK}",
|
||||||
|
"mpeg", "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} }",
|
"mpg", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }",
|
||||||
"ogg", "vorbisfile ! $cfg{AUDIOSINK}",
|
"ogg", "vorbisfile ! $cfg{AUDIOSINK}",
|
||||||
"sid", "siddec ! $cfg{AUDIOSINK}",
|
"sid", "siddec ! $cfg{AUDIOSINK}",
|
||||||
|
|
Loading…
Reference in a new issue