summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2014-04-16 16:35:49 -0400
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2014-05-08 15:56:36 -0400
commit1b4561cf3523eef7325cce7b6d6e6e074c80dbb1 (patch)
treeb9a2c37ca7465eab2eb7f7c7deb6f8c139b16bc1 /sys
parenta721e54922729c2b4f8fe5eaa10e51ce0ffb539d (diff)
v4l2object: Don't advertise crop meta
Currently we advertise crop meta, but not element handle support this meta.
Diffstat (limited to 'sys')
-rw-r--r--sys/v4l2/gstv4l2object.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/v4l2/gstv4l2object.c b/sys/v4l2/gstv4l2object.c
index 33641e550..1247a05d0 100644
--- a/sys/v4l2/gstv4l2object.c
+++ b/sys/v4l2/gstv4l2object.c
@@ -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);