Diff for "BufferMetadata"

Differences between revisions 6 and 7
Revision 6 as of 2009-01-29 09:48:22
Size: 1773
Editor: 74
Comment:
Revision 7 as of 2009-01-29 11:45:36
Size: 1775
Editor: esprx01x
Comment: escape two camel-case words
Deletions are marked like this. Additions are marked like this.
Line 17: Line 17:
 A. Store GstStructures in GstIndex  A. Store !GstStructures in !GstIndex

We need a mechanism to transport extra data in a GstBuffer. Unlike caps the content is likely to change for each buffer.

Examples:

Ideas:

  1. GstStructure in GstBuffer

  2. GstTaglist in GstBuffer

  3. syncronized downstream events
  4. Store GstStructures in GstIndex

GstStructure is also use in GstTaglist. The structure can be hierarchical. We could require that the producer uses its element name as a root tag. This way the taglist could carry multiple data-sets identified in a unique way. Elements that can use the data need to know the name of the element that created it.

Issues: