[Bug 729625] Problem playing a 1 frame mp3 (encoded as a data: URL or from file)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 8 06:24:57 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=729625
  GStreamer | gstreamer (core) | 1.2.2

--- Comment #11 from Arun Raghavan <arun at accosted.net> 2014-05-08 13:24:52 UTC ---
(In reply to comment #10)
> (From update of attachment 276157 [details])
> 60% is not a low probability in the grand scheme of things. I'm not in favour
> of this patch, I think it compromises robustness in the general case for an
> exotic cornercase.

We'll only end up using GST_MP3_TYPEFIND_MIN_HEADERS if we read less than
GST_MP3_TYPEFIND_TRY_HEADERS, and even then, there's a penalty for skipped
bytes.

That said, we could increase the penalty for finding _any_ bad data, if we find
less than the 5 headers we are currently looking for (like halve the
probability if skipped > 0). Do you think that would allow us to continue being
robust enough for the general case?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list