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
Seungha Yang
gst-plugins-base
Commits
4c58077f
Commit
4c58077f
authored
Dec 12, 2012
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typefindfunctions: aac: don't try to unref NULL caps
parent
4c82bf97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gst/typefind/gsttypefindfunctions.c
gst/typefind/gsttypefindfunctions.c
+1
-1
No files found.
gst/typefind/gsttypefindfunctions.c
View file @
4c58077f
...
...
@@ -1040,7 +1040,7 @@ aac_type_find (GstTypeFind * tf, gpointer unused)
count
=
aac_type_find_scan_loas_frames
(
tf
,
&
c
,
20
);
if
(
count
>=
3
&&
count
>
best_count
)
{
gst_caps_
unref
(
best_caps
);
gst_caps_
replace
(
&
best_caps
,
NULL
);
best_caps
=
gst_caps_new_simple
(
"audio/mpeg"
,
"framed"
,
G_TYPE_BOOLEAN
,
FALSE
,
"mpegversion"
,
G_TYPE_INT
,
4
,
...
...
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