mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
plugins: fix code style for errors
This commit is contained in:
parent
b1f6da98de
commit
1e7d89e7fe
2 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue