v4l2object: Don't advertise crop meta

Currently we advertise crop meta, but not element handle support this meta.
This commit is contained in:
Nicolas Dufresne 2014-04-16 16:35:49 -04:00
parent a721e54922
commit 1b4561cf35

View file

@ -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);