Skip to content
  • Mathieu Duponchelle's avatar
    meta: expose API to register and create custom meta · bbca6b1d
    Mathieu Duponchelle authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
    Custom meta is backed by a GstStructure, and does not require
    that users of the API expose their GstMeta implementation as
    public API for other components to make use of it.
    
    In addition, it provides a simpler interface by ignoring the
    impl vs. api distinction that the regular API exposes.
    
    This new API is meant to be the meta counterpart to custom events
    and messages, and to be more convenient than the lower-level API
    when the absolute best performance isn't a requirement.
    
    Part-of: <!609>
    bbca6b1d