From b53c02417c112d1c84c2d1086bd94a79652ea5f1 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 5 Dec 2011 20:33:41 +0100 Subject: [PATCH] Revert "videoconvert: We can handle GST_VIDEO_META_API" This reverts commit bd539753eb098c37afa033065f122712bf85f53a. 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. --- gst/videoconvert/gstvideoconvert.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gst/videoconvert/gstvideoconvert.c b/gst/videoconvert/gstvideoconvert.c index 3041b27..3c5eadb 100644 --- a/gst/videoconvert/gstvideoconvert.c +++ b/gst/videoconvert/gstvideoconvert.c @@ -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; } -- 2.7.4