mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-01 22:32:12 +08:00
major move of all glib specific bindings and extendable objects from go runtime to go-glib package
This commit is contained in:
@@ -20,11 +20,12 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/tinyzimmer/go-glib/glib"
|
||||
"github.com/tinyzimmer/go-gst/examples"
|
||||
"github.com/tinyzimmer/go-gst/gst"
|
||||
)
|
||||
|
||||
func queries(mainLoop *gst.MainLoop) error {
|
||||
func queries(mainLoop *glib.MainLoop) error {
|
||||
|
||||
if len(os.Args) < 2 {
|
||||
fmt.Println("USAGE: queries <pipeline>")
|
||||
|
Reference in New Issue
Block a user