[Bug 657343] [patch] add PES support
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jun 11 23:45:44 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=657343
GStreamer | gst-plugins-bad | git
Edward Hervey <bilboed> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bilboed at gmail.com
--- Comment #26 from Edward Hervey <bilboed at gmail.com> 2013-06-12 06:45:39 UTC ---
With the new 1.0, I think we should handle PES in a different way (i.e. not a
new caps type).
We should have a well-know GstMeta for PES (GstPESMeta ?) which:
* includes parsed header structure
* points to actual PES header data in the underlying GstBuffer GstMemory
The memory of the buffers created by PES-aware elements should:
* Contain all the data (including PES header)
* have the offset point to the actual data (i.e. memory offset == size(PES
header).
This would:
* allow non-pes aware elements to still work as expected (no special path)
* pes-aware elements to make usage of the PES information
--
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