mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
avcodecmap: Add support for TechSmith Screen Capture 2
https://bugzilla.gnome.org/show_bug.cgi?id=707878
This commit is contained in:
parent
61153a5ac2
commit
94875a34d4
1 changed files with 6 additions and 0 deletions
|
@ -1447,6 +1447,12 @@ gst_ffmpeg_codecid_to_caps (enum CodecID codec_id,
|
||||||
}
|
}
|
||||||
break;
|
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:
|
case AV_CODEC_ID_KMVC:
|
||||||
caps =
|
caps =
|
||||||
gst_ff_vid_caps_new (context, NULL, codec_id, encode, "video/x-kmvc",
|
gst_ff_vid_caps_new (context, NULL, codec_id, encode, "video/x-kmvc",
|
||||||
|
|
Loading…
Reference in a new issue