diff options
author | David Schleef <ds@schleef.org> | 2002-08-25 05:29:23 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2002-08-25 05:29:23 +0000 |
commit | 5a7f0731a669f840512c5b710730c7636c8b6695 (patch) | |
tree | d22076341af4cc0e78effa5bb0b5d635daab9667 /tools | |
parent | 69a7a16fd7d6dfcc21f3c4d508a505e38c93b1f6 (diff) |
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
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/gst-launch-ext | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext index ad2e60e5..f9f93002 100755 --- a/tools/gst-launch-ext +++ b/tools/gst-launch-ext @@ -90,6 +90,7 @@ read_config (); "ogg", "vorbisdec ! $cfg{AUDIOSINK}", "sid", "siddec ! $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}) { |