mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-07 17:00:54 +08:00
11 lines
372 B
Go
11 lines
372 B
Go
/*
|
|
Package app contains bindings for the gstreamer-app C API. If you are trying
|
|
to build simple pipelines quickly (and optiionally readers/writers) see
|
|
the gstauto/app package.
|
|
|
|
The location of this library may be different depending on your OS. It is usually
|
|
either with the gst-plugins-base development headers or a separate package called
|
|
gstreamer-app.
|
|
*/
|
|
package app
|