From a2b1243064eac404c293fb03f1b0bccea8208593 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Sun, 12 Aug 2012 09:57:11 +0200 Subject: [PATCH] oggmux: remove superflous assignment --- ext/ogg/gstoggmux.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/ogg/gstoggmux.c b/ext/ogg/gstoggmux.c index b628e60..845bc01 100644 --- a/ext/ogg/gstoggmux.c +++ b/ext/ogg/gstoggmux.c @@ -533,7 +533,6 @@ gst_ogg_mux_handle_src_event (GstPad * pad, GstObject * parent, /* don't allow flushing seeks once we started */ gst_event_unref (event); event = NULL; - res = FALSE; } break; } -- 2.7.4