mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
update for allocation query changes
This commit is contained in:
parent
ab7b7cbff3
commit
3ae9eb158c
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ static gboolean
|
||||||
gst_ffmpegvidenc_propose_allocation (GstVideoEncoder * encoder,
|
gst_ffmpegvidenc_propose_allocation (GstVideoEncoder * encoder,
|
||||||
GstQuery * query)
|
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…
Reference in a new issue