videoconvert: We can handle GST_VIDEO_META_API

This commit is contained in:
Edward Hervey 2011-12-05 18:30:50 +01:00
parent 94230af7a3
commit bd539753eb

View file

@ -176,6 +176,9 @@ 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;
}