Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jan Schmidt
gst-plugins-good
Commits
00887784
Commit
00887784
authored
Jul 27, 2017
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mulawdec: Unmap input buffer if failing to map the output buffer
parent
c049f854
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
gst/law/mulaw-decode.c
gst/law/mulaw-decode.c
+1
-0
No files found.
gst/law/mulaw-decode.c
View file @
00887784
...
...
@@ -130,6 +130,7 @@ gst_mulawdec_handle_frame (GstAudioDecoder * dec, GstBuffer * buffer)
error_failed_map_output_buffer:
gst_buffer_unref
(
outbuf
);
gst_buffer_unmap
(
buffer
,
&
inmap
);
error_failed_map_input_buffer:
return
GST_FLOW_ERROR
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment