delete old bindings to change the license, switch from gotk4 back to go-glib and regenerate

now with fixed array conversion support
This commit is contained in:
RSWilli
2025-09-16 22:36:48 +02:00
parent 26bdedfadc
commit 017a0af634
225 changed files with 4366 additions and 35663 deletions

View File

@@ -1,7 +1,7 @@
package custombin
import (
"github.com/diamondburned/gotk4/pkg/gobject/v2"
"github.com/go-gst/go-glib/pkg/gobject/v2"
"github.com/go-gst/go-gst/pkg/gst"
)

View File

@@ -6,7 +6,7 @@ import (
"math"
"time"
"github.com/diamondburned/gotk4/pkg/gobject/v2"
"github.com/go-gst/go-glib/pkg/gobject/v2"
"github.com/go-gst/go-gst/pkg/gst"
)

View File

@@ -1,7 +1,7 @@
package customsrc
import (
"github.com/diamondburned/gotk4/pkg/gobject/v2"
"github.com/go-gst/go-glib/pkg/gobject/v2"
"github.com/go-gst/go-gst/pkg/gst"
)