diff options
Diffstat (limited to 'gst/isomp4/qtdemux.c')
-rw-r--r-- | gst/isomp4/qtdemux.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gst/isomp4/qtdemux.c b/gst/isomp4/qtdemux.c index a8fb75fb2..a22a69006 100644 --- a/gst/isomp4/qtdemux.c +++ b/gst/isomp4/qtdemux.c @@ -9513,6 +9513,10 @@ qtdemux_video_caps (GstQTDemux * qtdemux, QtDemuxStream * stream, _codec ("On2 VP8"); caps = gst_caps_from_string ("video/x-vp8"); break; + case GST_MAKE_FOURCC ('a', 'p', 'c', 's'): + _codec ("Apple ProRes"); + caps = gst_caps_from_string ("video/x-prores"); + break; case FOURCC_ovc1: _codec ("VC-1"); caps = gst_caps_new_simple ("video/x-wmv", |