[Bug 711522] Need a standard way to get format-specific stream ID (for HTML5 track "id")

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 15 10:28:45 PST 2013


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

--- Comment #25 from Brendan Long <self at brendanlong.com> 2013-11-15 18:28:41 UTC ---
I'm wondering if it might be better to just provide all of the headers or track
info as tags. For example:

GST_TAG_MATROSKA_TRACKUID
GST_TAG_MATROSKA_TRACKNUMBER
GST_TAG_MATROSKA_NAME
GST_TAG_MATROSKA_LANGUAGE
...
GST_TAG_OGG_NAME
GST_TAG_OGG_TITLE
GST_TAG_OGG_ROLE
GST_TAG_OGG_STREAM_SERIAL_NUMBER
...
GST_TAG_MPEGTS_PID

Then the browser can figure out what it wants to do with it.

It might be nice if we could provide this in a general way, since Ogg Skeleton
allows free-form headers. Maybe just GST_TAG_OGG_SKELETON_HEADERS, with a list
of headers?

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