From f57bbc585d371a95c114e9257469f65311a6b895 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 20 Sep 2011 13:35:55 +0100 Subject: [PATCH] videorate: don't unref event we don't own http://bugzilla.gnome.org/show_bug.cgi?id=659562 --- gst/videorate/gstvideorate.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/videorate/gstvideorate.c b/gst/videorate/gstvideorate.c index 307ebc2..67aefc4 100644 --- a/gst/videorate/gstvideorate.c +++ b/gst/videorate/gstvideorate.c @@ -623,7 +623,6 @@ format_error: { GST_WARNING_OBJECT (videorate, "Got segment but doesn't have GST_FORMAT_TIME value"); - gst_event_unref (event); return FALSE; } } -- 2.7.4