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
Johan Sternerup
gst-plugins-bad
Commits
9b50a12b
Commit
9b50a12b
authored
Apr 15, 2015
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264parse: Don't unref buffer that was unreffed just a few lines before already
parent
12ffc7f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
gst/videoparsers/gsth264parse.c
gst/videoparsers/gsth264parse.c
+0
-1
No files found.
gst/videoparsers/gsth264parse.c
View file @
9b50a12b
...
...
@@ -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
{
...
...
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