gst

package
v3.0.4-0...-b50b36f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2021 License: MIT Imports: 2 Imported by: 0

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.ir/pkg/runtime/#LockOSThread

Types

type Pipeline

type Pipeline struct {
	Pipeline *C.GstElement
}

Pipeline is a wrapper for a GStreamer Pipeline

func CreatePipeline

func CreatePipeline(codecName string) *Pipeline

CreatePipeline creates a GStreamer Pipeline

func (*Pipeline) Push

func (p *Pipeline) Push(buffer []byte)

Push pushes a buffer on the appsrc of the GStreamer Pipeline

func (*Pipeline) Start

func (p *Pipeline) Start()

Start starts the GStreamer Pipeline

func (*Pipeline) Stop

func (p *Pipeline) Stop()

Stop stops the GStreamer Pipeline

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL