[Bug 724255] New: mpegtssection: Provide original binary data in the public API
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Feb 12 15:48:28 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=724255
GStreamer | gst-plugins-bad | git
Summary: mpegtssection: Provide original binary data in the
public API
Classification: Platform
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: self at brendanlong.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
I'm working on providing MPEG-TS PMT's in WebKit:
https://bugs.webkit.org/show_bug.cgi?id=122001
Convenient, GStreamer provides the PMT. Inconveniently, it's pre-parsed. The
original binary data is available, but it's marked /*< private >*/.
Specifically I'm referring to GstMpegTsSection's "data" and "section_length"
members.
Since the data is already there, it would be nice if I could just use it. Is
there any chance of either making those public, or adding functions to access
them (ex: gst_mpegts_section_get_data() and gst_mpegts_section_get_length())?
--
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