mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
9 lines
336 B
Markdown
9 lines
336 B
Markdown
|
# App Library
|
||
|
|
||
|
This library should be linked to by getting cflags and libs from
|
||
|
`gstreamer-plugins-base-{{ gst_api_version.md }}pc` and adding
|
||
|
-lgstapp-{{ gst_api_version.md }} 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.
|