mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
vajpegdec: only support progressive mjpeg streams
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5838>
This commit is contained in:
parent
ec4054e637
commit
fdfd51397b
1 changed files with 4 additions and 0 deletions
|
@ -535,6 +535,10 @@ _fixup_sink_caps (GstVaDisplay * display, GstCaps * caps)
|
|||
g_value_unset (&sampling);
|
||||
return ret;
|
||||
}
|
||||
|
||||
/* TODO: support interleaved mjpeg */
|
||||
gst_caps_set_simple (caps, "interlace-mode", G_TYPE_STRING, "progressive",
|
||||
NULL);
|
||||
return gst_caps_ref (caps);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue