Documentation ¶
Overview ¶
Package gst provides an easy API to create an appsrc pipeline
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartMainLoop ¶
func StartMainLoop()
StartMainLoop starts GLib's main loop It needs to be called from the process' main thread Because many gstreamer plugins require access to the main thread See: https://golang.org/pkg/runtime/#LockOSThread
Types ¶
type Pipeline ¶
type Pipeline struct {
Pipeline *C.GstElement
}
Pipeline is a wrapper for a GStreamer Pipeline
func CreatePipeline ¶
CreatePipeline creates a GStreamer Pipeline
Click to show internal directories.
Click to hide internal directories.