Revert "videoconvert: We can handle GST_VIDEO_META_API"

This reverts commit bd539753eb.

Adding the supported metadata to the query does nothing at this stage. Proposing
allocation parameters and supported metadata for upstream should use the
propose_allocation vmethod.
This commit is contained in:
Wim Taymans 2011-12-05 20:33:41 +01:00
parent ea0ed511f8
commit b53c02417c

View file

@ -176,9 +176,6 @@ gst_video_convert_decide_allocation (GstBaseTransform * trans, GstQuery * query)
GST_BUFFER_POOL_OPTION_VIDEO_META);
gst_buffer_pool_set_config (pool, config);
}
gst_query_add_allocation_meta (query, GST_VIDEO_META_API);
return TRUE;
}