[gstreamer-bugs] [Bug 345352] [API] query tag setters (and getters?) for supported tags

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Jan 10 07:40:12 PST 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=345352

  GStreamer | gstreamer (core) | Ver: HEAD CVS




------- Comment #4 from Stefan Kost (gstreamer, gtkdoc dev)  2008-01-10 15:40 UTC -------
We have 3 kind of tags:
1) known mapped ones
2) known unmapped ones or new (unmapped) ones

- type 1 is fine
- type 2 can be caught with the technique outlines in comment #3

So if we want to generate a chart as described in comment #1, we would need:
- some way to get all registered tags from gst/gsttaglist.c::__tags hashtable
  to build a dummy taglist
- get all tagsetter elements from registry and send the list to them
- get the unhandled tags back -> red
- those in the input list that or not in the unhandledlist -> green

the red one need to be rechecked from time to time, wheter they can be
supported.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=345352.




More information about the Gstreamer-bugs mailing list