commit | 3c5b6c03f49b841c19ae26fc07e05100c451806a | [log] [tgz] |
---|---|---|
author | Seungha Yang <seungha.yang@navercorp.com> | Mon Aug 13 22:45:54 2018 +0900 |
committer | Nicolas Dufresne <nicolas.dufresne@collabora.com> | Tue Sep 11 16:08:15 2018 -0400 |
tree | fa4b67bf68e87b12fa8117182f245297c90f7d15 | |
parent | 42f324cb91a4bb51923d9f281ba17d70e3eeed86 [diff] |
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
diff --git a/gst/videoparsers/gsth265parse.c b/gst/videoparsers/gsth265parse.c index f76ce43..79e3fa5 100644 --- a/gst/videoparsers/gsth265parse.c +++ b/gst/videoparsers/gsth265parse.c
@@ -872,7 +872,6 @@ if (h265parse->split_packetized) { GST_ELEMENT_ERROR (h265parse, STREAM, FAILED, (NULL), ("invalid HEVC input data")); - gst_buffer_unref (buffer); return GST_FLOW_ERROR; } else {