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

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Oct 11 02:25:46 PDT 2007


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

Edward Hervey changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bilboed at bilboed.com




------- Comment #3 from Edward Hervey  2007-10-11 09:25 UTC -------
Maybe we could just make the elements emit a GST_MESSAGE_ELEMENT containing the
non-handled tags.
Maybe we could combine that with some API to gst_tag_setter to emit those
messages on its own.

Ex :
API for elements implementing GstTagSetter:
void gst_tag_setter_set_unhandled_tags(.., GstTagList *unhandled);
That code would emit a gst_message_new_element ('unhandled-tags', taglist); //
The second argument is meant to be a GstStructure, but behold... a GstTagList
IS a GstStructure.

API for applications:
GstTagList *gst_tag_setter_get_unhandled_tags(..);


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