mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
typefindfunctions: aac: don't try to unref NULL caps
This commit is contained in:
parent
4c82bf973d
commit
4c58077f22
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue