App Library

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-.pc and adding -lgstapp- 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.