- GstAppSrc — Easy way for applications to inject buffers into a pipeline
- GstAppSink — Easy way for applications to extract samples from a pipeline
This library should be linked to by getting cflags and libs from
gstreamer-plugins-base-1.0.pc and adding
-lgstapp-1.0 to the library flags.
To use it the functionality, insert an appsrc or appsink element into a pipeline and call the appropriate functions on the element.
