[gstreamer-bugs] [Bug 623799] [xmp] Configurable xmp output

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 3 03:25:34 PDT 2010


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

Thiago Sousa Santos <thiago.sousa.santos> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1

--- Comment #9 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2010-08-03 10:25:32 UTC ---
If we were to create a generic interface and add it to GstTagSetter, I can
think of the following methods:

* const gchar** _get_supported_formats () - returns the list of supported
formats: e.g. native, xmp, exif, id3...

* const gchar** _get_supported_sub_formats (major-format) - returns the list of
subformats supported for the specific major-format

* void _set_enabled_formats (hashtable of major-format to subformat list)

* hashtable _get_enabled_formats ()

This looks like it would work, don't know how worth would be doing that and if
there is a good generic way of handling subformats.

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