change module url

This commit is contained in:
Dan Jenkins
2023-08-23 16:30:11 +01:00
parent 8253c81e6d
commit 0a4e5aeb60
4 changed files with 8 additions and 8 deletions

View File

@@ -6,9 +6,9 @@ package main
import (
"fmt"
"github.com/tinyzimmer/go-glib/glib"
"github.com/tinyzimmer/go-gst/examples"
"github.com/tinyzimmer/go-gst/gst"
"github.com/go-gst/go-glib/glib"
"github.com/go-gst/go-gst/examples"
"github.com/go-gst/go-gst/gst"
)
func runPipeline(loop *glib.MainLoop) error {

View File

@@ -6,9 +6,9 @@ package main
import (
"fmt"
"github.com/tinyzimmer/go-glib/glib"
"github.com/tinyzimmer/go-gst/examples"
"github.com/tinyzimmer/go-gst/gst"
"github.com/go-gst/go-glib/glib"
"github.com/go-gst/go-gst/examples"
"github.com/go-gst/go-gst/gst"
)
func runPipeline(loop *glib.MainLoop) error {

View File

@@ -6,7 +6,7 @@ import "C"
import (
"unsafe"
"github.com/tinyzimmer/go-glib/glib"
"github.com/go-gst/go-glib/glib"
)
// DeviceMonitor is a Go representation of a GstDeviceMonitor.

View File

@@ -6,7 +6,7 @@ import "C"
import (
"unsafe"
"github.com/tinyzimmer/go-glib/glib"
"github.com/go-gst/go-glib/glib"
)
// DeviceProvider is a Go representation of a GstDeviceProvider.