update for allocation query changes
This commit is contained in:
parent
7b6029ebe1
commit
dc4ad091aa
@ -1213,7 +1213,7 @@ gst_vp8_enc_sink_event (GstVideoEncoder * benc, GstEvent * event)
|
|||||||
static gboolean
|
static gboolean
|
||||||
gst_vp8_enc_propose_allocation (GstVideoEncoder * encoder, GstQuery * query)
|
gst_vp8_enc_propose_allocation (GstVideoEncoder * encoder, GstQuery * query)
|
||||||
{
|
{
|
||||||
gst_query_add_allocation_meta (query, GST_VIDEO_META_API_TYPE);
|
gst_query_add_allocation_meta (query, GST_VIDEO_META_API_TYPE, 0);
|
||||||
|
|
||||||
return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder,
|
return GST_VIDEO_ENCODER_CLASS (parent_class)->propose_allocation (encoder,
|
||||||
query);
|
query);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user