[Bug 698853] HTML5 kind attribute (subtitles, captions, metadata, descriptions, chapters)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Oct 7 18:48:05 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=698853
  GStreamer | gstreamer (core) | git

--- Comment #42 from Brendan Long <self at brendanlong.com> 2013-10-07 16:47:58 UTC ---
(In reply to comment #40)
> Sorry for the bikeshedding, but I'd prefer to get rid of the function entirely
> (i.e. deprecate it). From tags.c:
> 
> /* FIXME 0.11: rename this to gst_tag_init() or gst_tag_register_tags() or
>  * even better: make tags auto-register themselves, either by defining them
>  * to a wrapper func that does the initing, or by adding tag factories so
>  * that the core can load+register tags automatically when needed. */

Wrappers would be pretty easy:

#define GST_TAG_TRACK_KIND (gst_tag_init (), "track-kind")

But it seems kind of wasteful to do this every time we use a tag.

I don't really know how to do tag factories.

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