summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-03-04 18:15:14 +0000
committerChristian Schaller <uraeus@gnome.org>2002-03-04 18:15:14 +0000
commitb758b9efec9204d1f9c6178989cfe18d4d54a493 (patch)
tree90dbe52d137877bb25a2fbec69158f79fff6cdfb
parent2f99a5a1e070ff6f9a2223b08797644d266efc12 (diff)
downloadgstreamer-plugins-base-b758b9efec9204d1f9c6178989cfe18d4d54a493.tar.gz
added more media formats: mod, sid, au
Original commit message from CVS: added more media formats: mod, sid, au
-rwxr-xr-xtools/gst-launch-ext5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/gst-launch-ext b/tools/gst-launch-ext
index 298cc06d5..084cd8182 100755
--- a/tools/gst-launch-ext
+++ b/tools/gst-launch-ext
@@ -86,7 +86,10 @@ read_config ();
"avi", "avidemux video_00! { queue ! windec ! $cfg{VIDEOSINK} } avidemux0.audio_00! { queue ! mad ! $cfg{AUDIOSINK} }",
"vob", "mpegdemux video_00! { queue max_level=500 ! mpeg2dec ! $cfg{VIDEOSINK} } mpegdemux0.private_stream_1.0! { queue max_level=500 ! a52dec ! $cfg{AUDIOSINK} }",
"wav", "wavparse ! $cfg{AUDIOSINK}",
- "fli", "flxdec ! colorspace ! $cfg{VIDEOSINK}"
+ "fli", "flxdec ! colorspace ! $cfg{VIDEOSINK}",
+ "mod", "modplug ! $cfg{AUDIOSINK}",
+ "sid", "siddec ! $cfg{AUDIOSINK}",
+ "au", "auparse ! $cfg{AUDIOSINK}"
);
if ($cfg{VISUALIZER}) {