avcodecmap: Add support for TechSmith Screen Capture 2

https://bugzilla.gnome.org/show_bug.cgi?id=707878
This commit is contained in:
Matej Knopp 2013-09-10 21:47:55 +02:00 committed by Sebastian Dröge
parent 61153a5ac2
commit 94875a34d4

View file

@ -1447,6 +1447,12 @@ gst_ffmpeg_codecid_to_caps (enum CodecID codec_id,
}
break;
case AV_CODEC_ID_TSCC2:
caps =
gst_ff_vid_caps_new (context, NULL, codec_id, encode,
"video/x-tscc", "tsccversion", G_TYPE_INT, 2, NULL);
break;
case AV_CODEC_ID_KMVC:
caps =
gst_ff_vid_caps_new (context, NULL, codec_id, encode, "video/x-kmvc",