From 4e649b5bffa716cec179c8427a438e2ed1a337ea Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 30 Apr 2012 13:06:26 +0200 Subject: [PATCH] videotestsrc: Update for basesrc API changes --- gst/videotestsrc/gstvideotestsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/videotestsrc/gstvideotestsrc.c b/gst/videotestsrc/gstvideotestsrc.c index 01bff7fc69..e37ce2a056 100644 --- a/gst/videotestsrc/gstvideotestsrc.c +++ b/gst/videotestsrc/gstvideotestsrc.c @@ -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 -- 2.34.1