mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-01 22:32:12 +08:00
change module url
This commit is contained in:
@@ -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 {
|
||||||
|
@@ -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 {
|
||||||
|
@@ -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.
|
||||||
|
@@ -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.
|
||||||
|
Reference in New Issue
Block a user