mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 15:08:48 +00:00
Add .swf file type, even though swfdec isn't in gst-plugins yet
Original commit message from CVS: Add .swf file type, even though swfdec isn't in gst-plugins yet
This commit is contained in:
parent
69a7a16fd7
commit
5a7f0731a6
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ read_config ();
|
||||||
"ogg", "vorbisdec ! $cfg{AUDIOSINK}",
|
"ogg", "vorbisdec ! $cfg{AUDIOSINK}",
|
||||||
"sid", "siddec ! $cfg{AUDIOSINK}",
|
"sid", "siddec ! $cfg{AUDIOSINK}",
|
||||||
"vob", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.private_stream_1_%02d! { queue ! a52dec ! $cfg{AUDIOSINK} }",
|
"vob", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.private_stream_1_%02d! { queue ! a52dec ! $cfg{AUDIOSINK} }",
|
||||||
|
"swf", "swfdec video_%02d! { queue ! colorspace ! $cfg{VIDEOSINK} } swfdec0.audio_%02d! { queue ! $cfg{AUDIOSINK} }",
|
||||||
);
|
);
|
||||||
|
|
||||||
if ($cfg{VISUALIZER}) {
|
if ($cfg{VISUALIZER}) {
|
||||||
|
|
Loading…
Reference in a new issue