summaryrefslogtreecommitdiffstats
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
commit4f7b97540fd74ba5bb2969a9191fe33b62c30ad2 (patch)
tree76c8b1d655fc159fb00bb71cc33c777a17487347 /tools
parent13b860b7fedb1238503382100ab38d5da04f950f (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 0f9a3eb3..f98b7ecf 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} }",