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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 6 15:44:45 PST 2013


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

--- Comment #3 from Brendan Long <self at brendanlong.com> 2013-11-06 23:44:39 UTC ---
Another problem with using the ID from the stream start even is that there's no
way to figure out which part is the one you want. For example, here's a stream
ID from a video track in WebKit:

9f7fea11efe01e5a6961dd297cbd7f77ddb568657cb2fad96783878d99416edd/00000050

Ok, so the PID is 50 (but it's we need to remove the leading 0's).

And here's a text track:

9f7fea11efe01e5a6961dd297cbd7f77ddb568657cb2fad96783878d99416edd/00000050/user_data_src/src

I doubt we could determine the PID here, even though a human can easily pick it
out.

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