mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
gstffmpegcodecmap: Add proper caps for Fraps video codec
This commit is contained in:
parent
4cf88b2c32
commit
cc9dace674
1 changed files with 3 additions and 0 deletions
|
@ -880,6 +880,9 @@ gst_ffmpeg_codecid_to_caps (enum CodecID codec_id,
|
|||
break;
|
||||
|
||||
case CODEC_ID_FRAPS:
|
||||
caps = gst_ff_vid_caps_new (context, codec_id, "video/x-fraps", NULL);
|
||||
break;
|
||||
|
||||
case CODEC_ID_MDEC:
|
||||
case CODEC_ID_ROQ:
|
||||
case CODEC_ID_INTERPLAY_VIDEO:
|
||||
|
|
Loading…
Reference in a new issue