[Bug 656345] [discoverer] Avoid decoding where possible

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 17 23:17:59 PDT 2013


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

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at gmail.com
            Summary|[discoverer] optionally use |[discoverer] Avoid decoding
                   |tagreadbin for metadata     |where possible
                   |extraction                  |

--- Comment #3 from Edward Hervey <bilboed at gmail.com> 2013-07-18 06:17:52 UTC ---
Now that we have parsers for most common formats, it would be as efficient to
stop auto-plugging once we have a parser plugged in. Furthermore those parsers
will only set caps and start outputting once they have all/most information.

We would reach the same result (tags/metadata without decoding for formats that
have parsers) and more (extract information for formats that don't have a
parser).

Furthermore it would concentrate all the information/logic into one
single/reused location (the parsers).

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