mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-04 23:52:55 +08:00
major move of all glib specific bindings and extendable objects from go runtime to go-glib package
This commit is contained in:
@@ -16,13 +16,14 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/tinyzimmer/go-glib/glib"
|
||||
"github.com/tinyzimmer/go-gst/examples"
|
||||
"github.com/tinyzimmer/go-gst/gst"
|
||||
)
|
||||
|
||||
var srcURI string
|
||||
|
||||
func playbin(mainLoop *gst.MainLoop) error {
|
||||
func playbin(mainLoop *glib.MainLoop) error {
|
||||
if len(os.Args) < 2 {
|
||||
return errors.New("Usage: playbin <uri>")
|
||||
}
|
||||
|
Reference in New Issue
Block a user