Skip to content
  • Andre Guedes's avatar
    avtp: AVTP plugin bootstrap code · eaeab383
    Andre Guedes authored
    This patch introduces the bootstrap code from the AVTP plugin (plugin
    definition and init) as well as the build system files. Upcoming patches
    will introduce payloaders, source and sink elements provided by the AVTP
    plugin. These elements can be utilized by a GStreamer pipeline to
    implement TSN audio/video applications.
    
    Regarding the plugin build system files, both autotools and meson files
    are introduced. The AVTP plugin is landed in ext/ since it has an
    external dependency on libavtp, an opensource AVTP packetization
    library. For further information about libavtp check [1].
    
    [1] https://github.com/AVnu/libavtp
    eaeab383