1# App Library 2 3This library should be linked to by getting cflags and libs from 4`gstreamer-plugins-base-{{ gst_api_version.md }}pc` and adding 5-lgstapp-{{ gst_api_version.md }} to the library flags. 6 7To use it the functionality, insert an `appsrc` or `appsink` element 8into a pipeline and call the appropriate functions on the element. 9