mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
d3dvideosink: Don't forget to return a value from ::propose_allocation()
This commit is contained in:
parent
53b2cdf335
commit
038cf9eba0
1 changed files with 2 additions and 0 deletions
|
@ -412,6 +412,8 @@ static gboolean
|
|||
gst_d3dvideosink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
|
||||
{
|
||||
gst_query_add_allocation_meta (query, GST_VIDEO_META_API_TYPE, NULL);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
/** PUBLIC FUNCTIONS **/
|
||||
|
|
Loading…
Reference in a new issue