qtdemux: add support for VP6F VP6 flash codec

https://bugzilla.gnome.org/show_bug.cgi?id=699010
This commit is contained in:
Yury Delendik 2013-04-27 09:39:45 +01:00 committed by Tim-Philipp Müller
parent d4126ff986
commit 4bc06859d1

View file

@ -9689,6 +9689,10 @@ qtdemux_video_caps (GstQTDemux * qtdemux, QtDemuxStream * stream,
_codec ("VP3");
caps = gst_caps_new_empty_simple ("video/x-vp3");
break;
case GST_MAKE_FOURCC ('V', 'P', '6', 'F'):
_codec ("VP6 Flash");
caps = gst_caps_new_empty_simple ("video/x-vp6-flash");
break;
case GST_MAKE_FOURCC ('X', 'i', 'T', 'h'):
_codec ("Theora");
caps = gst_caps_new_empty_simple ("video/x-theora");