diff options
-rw-r--r-- | gst/videoparsers/gsth264parse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/videoparsers/gsth264parse.c b/gst/videoparsers/gsth264parse.c index f7a56e2c3..5d3ac7c4d 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 { |