summaryrefslogtreecommitdiffstats
path: root/tools
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
commit6b9a82720f8902c888a23a46c47b0a1413d6b79b (patch)
tree45198c47780d003c981bdd6262bad4dc6815c46a /tools
parent4a889ef37c1749aec8a22310d759098e3d265cf2 (diff)
added more media formats: mod, sid, au
Original commit message from CVS: added more media formats: mod, sid, au
Diffstat (limited to 'tools')
-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 298cc06d..084cd818 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}) {