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.
This commit is contained in:
parent
ea0ed511f8
commit
b53c02417c
@ -176,9 +176,6 @@ gst_video_convert_decide_allocation (GstBaseTransform * trans, GstQuery * query)
|
|||||||
GST_BUFFER_POOL_OPTION_VIDEO_META);
|
GST_BUFFER_POOL_OPTION_VIDEO_META);
|
||||||
gst_buffer_pool_set_config (pool, config);
|
gst_buffer_pool_set_config (pool, config);
|
||||||
}
|
}
|
||||||
|
|
||||||
gst_query_add_allocation_meta (query, GST_VIDEO_META_API);
|
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user