summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2002-08-25 05:29:23 +0000
committerDavid Schleef <ds@schleef.org>2002-08-25 05:29:23 +0000
commitabb0571a19310bad55b227c22a237f65700ceb23 (patch)
treef1ecd6d0ce038afc51d39b74eb87ab04e65f4ec5
parentb9139a0bb1082cbeee019e06b031ef52e77ed99c (diff)
downloadgstreamer-plugins-base-abb0571a19310bad55b227c22a237f65700ceb23.tar.gz
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
-rwxr-xr-xtools/gst-launch-ext1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext
index ad2e60e59..f9f930021 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}) {