[Bug 725644] typefinding: mp3 file is misdetected as H.263

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Mar 4 16:21:21 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=725644
  GStreamer | gst-plugins-base | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.3.1
            Summary|Following mp3 file is       |typefinding: mp3 file is
                   |recognized as h.263         |misdetected as H.263

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-03-05 00:43:45 UTC ---
Thanks for the bug report and the sample file.

This should fix it:

commit 61fa4c7bb2295f29d38daceffdfaca3a8eb2216a
Author: Tim-Philipp Müller <tim at centricular.com>
Date:   Wed Mar 5 00:35:30 2014 +0000

    typefindfunctions: lower H.263 typefinder max probability

    The typefinder returns LIKELY for as little as one possible
    sync and no bad sync (not even taking into account how much
    data was looked at for that). It's generally just not fit
    for purpose, so should just not return anything like LIKELY
    at all ever, even more so since it only recognises one out
    of ten H263 files, and likes to mis-detect mp3s as H263.

    https://bugzilla.gnome.org/show_bug.cgi?id=700770
    https://bugzilla.gnome.org/show_bug.cgi?id=725644

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