mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 03:46:11 +00:00
typefind: stop scanning after suggesting E-AC-3 caps
This commit is contained in:
parent
886ea051e7
commit
cc65ba987a
1 changed files with 1 additions and 0 deletions
|
@ -1311,6 +1311,7 @@ ac3_type_find (GstTypeFind * tf, gpointer unused)
|
||||||
prob = GST_TYPE_FIND_NEARLY_CERTAIN;
|
prob = GST_TYPE_FIND_NEARLY_CERTAIN;
|
||||||
|
|
||||||
gst_type_find_suggest (tf, prob, EAC3_CAPS);
|
gst_type_find_suggest (tf, prob, EAC3_CAPS);
|
||||||
|
return;
|
||||||
} else {
|
} else {
|
||||||
GST_LOG ("no second E-AC3 frame found, false sync");
|
GST_LOG ("no second E-AC3 frame found, false sync");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue