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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 11 10:25:13 PST 2013


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

--- Comment #11 from Brendan Long <self at brendanlong.com> 2013-11-11 18:25:09 UTC ---
I used uint64 since that's how we store them:

(In matroska-ids.h)

struct _GstMatroskaTrackContext {
  ...
  guint64       uid, num;
  ...
};

Now that I think about it, I'm not sure if that's correct, since the spec
doesn't give any particular length:

http://matroska.org/technical/specs/index.html#TrackUID

I'm going to ask about this in the "In-band tracks community group":

http://www.w3.org/community/inbandtracks/

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