Bruce Kim

Results 17 comments of Bruce Kim

@tinyzimmer Hi. I am willing to want joining as a maintainer since I think `go-gst` is best go-Binding package for gstreamer. I would be nice if `go-gst` would be official...

Hello ~ How does it send data from buffer to gcp? I could not see relevant code in the example you post. Since buffer is only reference, you may need...

I found that `GST_MESSAGE_DEVICE_CHANGED` is defined in `gstmessage.h` that is one of headers inclusion in `gst.h`. Since `gst/gst.go.h` includes `gst.h`, it seems that your environment has not been correctly path...

I found a comment of the macro as follow (required >= 1.16) ```bash @GST_MESSAGE_DEVICE_CHANGED: Message indicating a #GstDevice was changed 125 * a #GstDeviceProvider (Since: 1.16) ``` I installed gstreamer...

This has been resolved with reinstalling latest gstreamer, 1.19.0, on Ubuntu 20.04.

I agree with you that the line of code you mentioned is unnecessary part. I think `gst_parse_launch()` has no restriction on its parameter, `pipeline_description` so it would be enough let...

I suffer from the same issue. Client.Close() calls Engine.DelClient() which calls Client.Close() again. This makes panic since it tries to close the closed channel, c.notify here. Is there any reason...