mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
v4l2object: Don't advertise crop meta
Currently we advertise crop meta, but not element handle support this meta.
This commit is contained in:
parent
a721e54922
commit
1b4561cf35
1 changed files with 0 additions and 2 deletions
|
@ -3213,8 +3213,6 @@ gst_v4l2_object_propose_allocation (GstV4l2Object * obj, GstQuery * query)
|
|||
|
||||
/* we also support various metadata */
|
||||
gst_query_add_allocation_meta (query, GST_VIDEO_META_API_TYPE, NULL);
|
||||
/* FIXME probe for crop support */
|
||||
gst_query_add_allocation_meta (query, GST_VIDEO_CROP_META_API_TYPE, NULL);
|
||||
|
||||
if (pool)
|
||||
gst_object_unref (pool);
|
||||
|
|
Loading…
Reference in a new issue