Add .swf file type, even though swfdec isn't in gst-plugins yet
authorDavid Schleef <ds@schleef.org>
Sun, 25 Aug 2002 05:29:23 +0000 (05:29 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 25 Aug 2002 05:29:23 +0000 (05:29 +0000)
Original commit message from CVS:
Add .swf file type, even though swfdec isn't in gst-plugins yet

tools/gst-launch-ext

index ad2e60e..f9f9300 100755 (executable)
@@ -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}) {