summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2003-01-26 15:42:37 +0000
committerChristian Schaller <uraeus@gnome.org>2003-01-26 15:42:37 +0000
commit6e8404d9bbbf779ac8d603cfa8c4f45d64b848ce (patch)
tree7e3ee415e4b09d707eab5298e57bb21be9e7825a /tools
parent097bbcee20ea71f8f8f98c606f090d75cdb88a6f (diff)
add asf pipeline
Original commit message from CVS: add asf pipeline
Diffstat (limited to 'tools')
-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 0f9a3eb39..f98b7ecf5 100755
--- a/tools/gst-launch-ext
+++ b/tools/gst-launch-ext
@@ -104,6 +104,7 @@ read_config ($0);
"ac3", "a52dec ! $cfg{AUDIOSINK}",
"au", "auparse ! $cfg{AUDIOSINK}",
"avi", "avidemux video_%02d! { queue ! ffmpegdecall ! $cfg{VIDEOSINK} } avidemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }",
+ "asf", "asfdemux video_%02d! { queue ! ffmpegdecall ! $cfg{VIDEOSINK} } asfdemux0.audio_%02d! { queue ! mad ! $cfg{AUDIOSINK} }",
"flac", "flacdec ! $cfg{AUDIOSINK}",
"fli", "flxdec ! colorspace ! $cfg{VIDEOSINK}",
"m1v", "mpegdemux video_%02d! { queue ! mpeg2dec ! $cfg{VIDEOSINK} }",