Wilhelm Bartel

Results 198 comments of Wilhelm Bartel

Hello, how would you do it in C?

That looks like some code the bindings should contain. You could create a PR for that if you find that this is the way to go.

I don't think this is the way to go though, you are converting the struct pointer and the metadata length to a byte slice. This works, but that doesn't mean...

If you think that this is a needed addition feel free to create a PR.

There are currently some known issues with mingw 12 (https://github.com/go-gst/go-gst/issues/50) I personally only build on linux. @danjenkins can you help?

the first one is on me, I changed the visibility to fix some staticcheck errors. The second one is pure lazyness :smile: As a heads up: I personally find it...

The "parsers" are actually called marshalers and are defined here: https://github.com/go-gst/go-glib/blob/main/glib/gvalue.go#L326 in `go-glib`. Additional marshalers can be registered by other libraries like this: https://github.com/go-gst/go-gst/blob/main/gst/gstwebrtc/session_description.go#L13-L20 The two functions `ToGValue` and `marshalXXX`...

@Xeue did you solve your problem?

@Xeue could you create a PR for this?