videotestsrc: Update for basesrc API changes
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 30 Apr 2012 11:06:26 +0000 (13:06 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 1 May 2012 11:33:20 +0000 (13:33 +0200)
gst/videotestsrc/gstvideotestsrc.c

index 01bff7fc69b7728b27b58069c2d8e3c2abdfab7b..e37ce2a05613577b1275734f9e08c4b30ec351cd 100644 (file)
@@ -650,7 +650,7 @@ gst_video_test_src_decide_allocation (GstBaseSrc * bsrc, GstQuery * query)
   if (pool)
     gst_object_unref (pool);
 
-  return TRUE;
+  return GST_BASE_SRC_CLASS (parent_class)->decide_allocation (bsrc, query);
 }
 
 static gboolean