From 86fb628d09d711bf2428088c8874f5455f8536ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Cr=C3=AAte?= Date: Wed, 22 Jul 2015 19:27:19 -0400 Subject: [PATCH] audioaggregator: Register function name Otherwise, it sometimes segfaults with debugging enabled --- gst/audiomixer/gstaudioaggregator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/audiomixer/gstaudioaggregator.c b/gst/audiomixer/gstaudioaggregator.c index cba57eed7b..b7e5cff674 100644 --- a/gst/audiomixer/gstaudioaggregator.c +++ b/gst/audiomixer/gstaudioaggregator.c @@ -1026,7 +1026,7 @@ gst_audio_aggregator_aggregate (GstAggregator * agg, gboolean timeout) /* Sync pad properties to the stream time */ gst_aggregator_iterate_sinkpads (agg, - (GstAggregatorPadForeachFunc) sync_pad_values, NULL); + (GstAggregatorPadForeachFunc) GST_DEBUG_FUNCPTR (sync_pad_values), NULL); GST_AUDIO_AGGREGATOR_LOCK (aagg); GST_OBJECT_LOCK (agg);