Skip to content

Tags: brucekim/go-gst

Tags

v0.2.27

Toggle v0.2.27's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
gst: add wrapper for deinit function (tinyzimmer#15)

* gst: add wrapper for deinit function

* build: prevent unused variable warning in cgo code compilation.

While compiling the code gcc complained with unused-variable
According to:
golang/go#6883 (comment)
Wall flag should not be used in CGO, nonetheless in this PR we only
remove the unused variable warning.

Co-authored-by: Solganik Alexander <alexanders@anyvision.co>

v0.2.26

Toggle v0.2.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
bin: allow bin creation from elements string. (tinyzimmer#13)

Adding golang binding for gst_parse_bin_from_description gstreamer API

Co-authored-by: Solganik Alexander <alexanders@anyvision.co>

v0.2.25

Toggle v0.2.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Modified gst_pad.go c function cgoGstPadActivateModeFunction (tinyzim…

…mer#12)

Modified to call goGstPadActivateModeFunction instead of cgoGstPadActivateModeFunction which would be itself.

v0.2.24

Toggle v0.2.24's commit message

Unverified

This user has not yet uploaded their public signing key.
use internal gstClockTimeNone for comparissons

v0.2.23

Toggle v0.2.23's commit message

Unverified

This user has not yet uploaded their public signing key.
more logging helpers

v0.2.22

Toggle v0.2.22's commit message

Unverified

This user has not yet uploaded their public signing key.
bump glib version

v0.2.21

Toggle v0.2.21's commit message

Unverified

This user has not yet uploaded their public signing key.
add remove pad

v0.2.20

Toggle v0.2.20's commit message

Unverified

This user has not yet uploaded their public signing key.
add another error helper for elements

v0.2.19

Toggle v0.2.19's commit message

Unverified

This user has not yet uploaded their public signing key.
more element and pad fixes

v0.2.18

Toggle v0.2.18's commit message

Unverified

This user has not yet uploaded their public signing key.
bump go.mod to 1.16 - some query parsing fixes