From 41dab4e2040f6797ae75c0ed8be240c98c7ed0ba Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Sat, 13 Jun 2015 19:47:45 -0400 Subject: [PATCH] gi: Skip gst_consitency_checker_new This non boxed type cannot be allocated safely. --- libs/gst/check/gstconsistencychecker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gst/check/gstconsistencychecker.c b/libs/gst/check/gstconsistencychecker.c index 2e98537..e152c6a 100644 --- a/libs/gst/check/gstconsistencychecker.c +++ b/libs/gst/check/gstconsistencychecker.c @@ -213,7 +213,7 @@ add_pad (GstStreamConsistency * consist, GstPad * pad) } /** - * gst_consistency_checker_new: + * gst_consistency_checker_new: (skip) * @pad: The #GstPad on which the dataflow will be checked. * * Sets up a data probe on the given pad which will raise assertions if the -- 2.7.4