From c96dfdb50f2047ad9439eac93404b0412812aecc Mon Sep 17 00:00:00 2001 From: Gilbok Lee Date: Fri, 30 Jul 2021 08:45:57 +0900 Subject: [PATCH] subparse: Remove gst_event_unref when not support byte seek Change-Id: I5b1ab17ef331a4a712d02cbb6969dd5bbc09cd0e --- gst/subparse/gstsubparse.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/subparse/gstsubparse.c b/gst/subparse/gstsubparse.c index 12bfed8..0b698f5 100644 --- a/gst/subparse/gstsubparse.c +++ b/gst/subparse/gstsubparse.c @@ -309,7 +309,6 @@ gst_sub_parse_src_event (GstPad * pad, GstObject * parent, GstEvent * event) #ifdef TIZEN_FEATURE_SUBPARSE_MODIFICATION if (!gst_sub_parse_check_byte_seekability (self)) { ret = gst_pad_event_default (pad, parent, event); - gst_event_unref (event); break; } -- 2.7.4