summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorgnome@flyn.org <gnome@flyn.org>2004-03-31 06:00:40 +0000
committerDavid Schleef <ds@schleef.org>2004-03-31 06:00:40 +0000
commit7fa2985d48b5587e7a0ac116d52937a329485feb (patch)
treeeeb01aae0588aa21fd9b6e652b3c02d9d4715de4 /tools
parent0941bfb00ea1d8b28d242ecd9963792a583bdafd (diff)
tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
Original commit message from CVS: * tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W. Michael Petullo) to handle .mov
Diffstat (limited to 'tools')
-rw-r--r--tools/gst-launch-ext-m.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gst-launch-ext-m.m b/tools/gst-launch-ext-m.m
index b5c52442..dc794dd0 100644
--- a/tools/gst-launch-ext-m.m
+++ b/tools/gst-launch-ext-m.m
@@ -126,6 +126,7 @@ read_config ($0);
"wmv", "asfdemux name=demux ! { queue ! spider ! $cfg{VIDEOSINK} } { demux. ! queue ! spider ! $cfg{AUDIOSINK} }",
"mkv", "matroskademux name=demux ! { queue ! spider ! $cfg{VIDEOSINK} } { demux. ! queue ! spider ! $cfg{AUDIOSINK} }",
"mka", "matroskademux ! spider ! $cfg{AUDIOSINK}",
+ "mov", "qtdemux name=demux { .video_00 ! queue ! spider ! $cfg{VIDEOSINK} } { demux. ! queue ! spider ! $cfg{AUDIOSINK} }",
);
if ($cfg{VISUALIZER}) {