d3dvideosink: Don't forget to return a value from ::propose_allocation()
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 22 Dec 2012 17:17:45 +0000 (18:17 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 22 Dec 2012 17:17:45 +0000 (18:17 +0100)
sys/d3dvideosink/d3dvideosink.c

index 7063819..cd57b57 100644 (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 **/