tools/gst-launch-ext-m.m: Applied patch from gnome@flyn.org (W.
authorgnome@flyn.org <gnome@flyn.org>
Wed, 31 Mar 2004 06:00:40 +0000 (06:00 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 31 Mar 2004 06:00:40 +0000 (06:00 +0000)
Original commit message from CVS:
* tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
Michael Petullo) to handle .mov

ChangeLog
tools/gst-launch-ext-m.m

index 854a685..d174455 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-30  David Schleef  <ds@schleef.org>
+
+       * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
+       Michael Petullo) to handle .mov
+
 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
 
        * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
index b5c5244..dc794dd 100644 (file)
@@ -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}) {