start building out audio and rtp libraries

This commit is contained in:
Avi Zimmerman
2021-01-25 19:49:57 +02:00
parent 177507cf0c
commit 099460e179
18 changed files with 888 additions and 35 deletions

View File

@@ -1,5 +1,2 @@
// Package video contains bindings for the gstvideo C API.
//
// This library should be linked to by getting cflags and libs from gstreamer-plugins-base-1.0.pc
// and adding -lgstvideo-1.0 to the library flags.
package video