[gstreamer-bugs] [Bug 324186] Smarter (deterministic!) typefind decisions

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Mar 5 05:50:50 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=324186
 GStreamer | gstreamer (core) | Ver: HEAD CVS


Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.4




------- Comment #4 from Tim-Philipp Müller  2006-03-05 13:50 UTC -------
I think this is fixed now.

We have typefind helpers for typefinding in pull-mode and for typefinding
buffers. Those typefind helpers call typefind functions in order of rank, and
then in (reverse?) alphabetical order as secondary sort criterion if the rank
is the same. The rest is done via probabilities. Typefinding is stopped
immediately when a function returns a probability of TYPEFIND_MAXIMUM,
otherwise the highest probability found is used.

2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>

        * gst/typefind/gsttypefindfunctions.c: (plugin_init):
          Give id3 and ape tag typefinders a rank slightly higher
          than PRIMARY to ensure they're always run before any of
          the other typefinders (in particular wav and mp3) (#324186).


-- 
Configure bugmail: http://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