d3dvideosink: Don't forget to return a value from ::propose_allocation()
This commit is contained in:
parent
53b2cdf335
commit
038cf9eba0
@ -412,6 +412,8 @@ static gboolean
|
|||||||
gst_d3dvideosink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
|
gst_d3dvideosink_propose_allocation (GstBaseSink * bsink, GstQuery * query)
|
||||||
{
|
{
|
||||||
gst_query_add_allocation_meta (query, GST_VIDEO_META_API_TYPE, NULL);
|
gst_query_add_allocation_meta (query, GST_VIDEO_META_API_TYPE, NULL);
|
||||||
|
|
||||||
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** PUBLIC FUNCTIONS **/
|
/** PUBLIC FUNCTIONS **/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user