plugins: fix code style for errors

This commit is contained in:
Víctor Manuel Jáquez Leal 2016-11-03 12:54:23 +01:00
parent b1f6da98de
commit 1e7d89e7fe
2 changed files with 2 additions and 0 deletions

View file

@ -340,6 +340,7 @@ _h264_convert_byte_stream_to_avc (GstBuffer * buf)
gst_buffer_unmap (buf, &info);
return TRUE;
/* ERRORS */
error:
{
gst_buffer_unmap (buf, &info);

View file

@ -339,6 +339,7 @@ _h265_convert_byte_stream_to_hvc (GstBuffer * buf)
gst_buffer_unmap (buf, &info);
return TRUE;
/* ERRORS */
error:
{
gst_buffer_unmap (buf, &info);