d3dvideosink: Don't forget to return a value from ::propose_allocation()

This commit is contained in:
Sebastian Dröge 2012-12-22 18:17:45 +01:00
parent 53b2cdf335
commit 038cf9eba0

View file

@ -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 **/