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 ( import (
"fmt" "fmt"
"github.com/tinyzimmer/go-glib/glib" "github.com/go-gst/go-glib/glib"
"github.com/tinyzimmer/go-gst/examples" "github.com/go-gst/go-gst/examples"
"github.com/tinyzimmer/go-gst/gst" "github.com/go-gst/go-gst/gst"
) )
func runPipeline(loop *glib.MainLoop) error { func runPipeline(loop *glib.MainLoop) error {

View File

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

View File

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

View File

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