mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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
This commit is contained in:
parent
0941bfb00e
commit
7fa2985d48
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
|
||||||
|
|
||||||
* sys/oss/gstosselement.c: (gst_osselement_probe_caps),
|
* sys/oss/gstosselement.c: (gst_osselement_probe_caps),
|
||||||
|
|
|
@ -126,6 +126,7 @@ read_config ($0);
|
||||||
"wmv", "asfdemux name=demux ! { queue ! spider ! $cfg{VIDEOSINK} } { demux. ! queue ! spider ! $cfg{AUDIOSINK} }",
|
"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} }",
|
"mkv", "matroskademux name=demux ! { queue ! spider ! $cfg{VIDEOSINK} } { demux. ! queue ! spider ! $cfg{AUDIOSINK} }",
|
||||||
"mka", "matroskademux ! 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}) {
|
if ($cfg{VISUALIZER}) {
|
||||||
|
|
Loading…
Reference in a new issue