From e4cbae46cca95abd69ba48415522881bdd15dd74 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 9 May 2013 09:38:35 +0200 Subject: [PATCH] capsfilter: Fix typo in last commit --- plugins/elements/gstcapsfilter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/elements/gstcapsfilter.c b/plugins/elements/gstcapsfilter.c index ea11886..db4bf1b 100644 --- a/plugins/elements/gstcapsfilter.c +++ b/plugins/elements/gstcapsfilter.c @@ -341,7 +341,7 @@ gst_capsfilter_prepare_buf (GstBaseTransform * trans, GstBuffer * input, ("Output caps are unfixed: %s", caps_str)); g_free (caps_str); - g_list_free_full (pending_events, (GDestroyNotify) pending_events); + g_list_free_full (pending_events, (GDestroyNotify) gst_event_unref); ret = GST_FLOW_ERROR; } -- 2.7.4