From 9b50a12b528097e189eced13b0a6defbf6777e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 15 Apr 2015 21:07:35 +0200 Subject: [PATCH] h264parse: Don't unref buffer that was unreffed just a few lines before already --- gst/videoparsers/gsth264parse.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/videoparsers/gsth264parse.c b/gst/videoparsers/gsth264parse.c index f7a56e2c34..5d3ac7c4dc 100644 --- a/gst/videoparsers/gsth264parse.c +++ b/gst/videoparsers/gsth264parse.c @@ -887,7 +887,6 @@ gst_h264_parse_handle_frame_packetized (GstBaseParse * parse, if (h264parse->split_packetized) { GST_ELEMENT_ERROR (h264parse, STREAM, FAILED, (NULL), ("invalid AVC input data")); - gst_buffer_unref (buffer); return GST_FLOW_ERROR; } else {