typefindfunctions: aac: don't try to unref NULL caps

This commit is contained in:
Tim-Philipp Müller 2012-12-12 15:31:20 +00:00
parent 4c82bf973d
commit 4c58077f22

View file

@ -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,