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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Jul 28 23:27:48 PDT 2013


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #250211|none                        |reviewed
             status|                            |

--- Comment #12 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-07-29 06:27:42 UTC ---
Review of attachment 250211:
 --> (https://bugzilla.gnome.org/review?bug=698853&attachment=250211)

::: gst/gsttaglist.c
@@ +389,3 @@
       _("How the image should be rotated or flipped before display"), NULL);
+  gst_tag_register_static (GST_TAG_TRACK_KIND, GST_TAG_FLAG_META,
+      G_TYPE_STRING, _("track kind"), _("The HTML5 track kind"), NULL);

I think if we name it *HTML5* track kind it should be a tag and inside
libgsttag instead. If this should be a more generic way of specifying what a
track semantically is it should be in libgstreamer directly.

Also, as this has audio/video specific notions, maybe it should be in
gst-plugins-base anyway?

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