mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-05 07:56:51 +08:00
major move of all glib specific bindings and extendable objects from go runtime to go-glib package
This commit is contained in:
@@ -15,11 +15,12 @@ import (
|
||||
"math"
|
||||
"time"
|
||||
|
||||
"github.com/tinyzimmer/go-glib/glib"
|
||||
"github.com/tinyzimmer/go-gst/examples"
|
||||
"github.com/tinyzimmer/go-gst/gst"
|
||||
)
|
||||
|
||||
func padProbes(mainLoop *gst.MainLoop) error {
|
||||
func padProbes(mainLoop *glib.MainLoop) error {
|
||||
gst.Init(nil)
|
||||
|
||||
// Parse the pipeline we want to probe from a static in-line string.
|
||||
|
Reference in New Issue
Block a user