videotestsrc: Update for basesrc API changes

This commit is contained in:
Sebastian Dröge 2012-04-30 13:06:26 +02:00
parent 52dfa13522
commit 4e649b5bff

View 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