From 3ad30ef76e67f88417f782578772540a90c918cc Mon Sep 17 00:00:00 2001 From: Seungha Yang Date: Mon, 13 Aug 2018 22:45:54 +0900 Subject: h265parse: Don't unref buffer that was unreffed just a few lines before already Apply the commit 9b50a12 https://bugzilla.gnome.org/show_bug.cgi?id=754124 --- gst/videoparsers/gsth265parse.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/videoparsers/gsth265parse.c b/gst/videoparsers/gsth265parse.c index f76ce43d2..79e3fa55c 100644 --- a/gst/videoparsers/gsth265parse.c +++ b/gst/videoparsers/gsth265parse.c @@ -872,7 +872,6 @@ gst_h265_parse_handle_frame_packetized (GstBaseParse * parse, if (h265parse->split_packetized) { GST_ELEMENT_ERROR (h265parse, STREAM, FAILED, (NULL), ("invalid HEVC input data")); - gst_buffer_unref (buffer); return GST_FLOW_ERROR; } else { -- cgit v1.2.3