BufferMetadata

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
What is the name of the GStreamer element that plays any URI you pass to it?

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: