typefind: stop scanning after suggesting E-AC-3 caps

This commit is contained in:
René Stadler 2010-12-03 16:14:15 +02:00
parent 886ea051e7
commit cc65ba987a

View file

@ -1311,6 +1311,7 @@ ac3_type_find (GstTypeFind * tf, gpointer unused)
prob = GST_TYPE_FIND_NEARLY_CERTAIN;
gst_type_find_suggest (tf, prob, EAC3_CAPS);
return;
} else {
GST_LOG ("no second E-AC3 frame found, false sync");
}