tinyzimmer / go-gst

Gstreamer bindings and utilities for golang
GNU Lesser General Public License v2.1
130 stars 37 forks source link

Register GstSample marshaling functions #57

Open biglittlebigben opened 1 year ago

biglittlebigben commented 1 year ago

Some of the gstreamer signals, such as the splitmuxsink format-location-full pass a GstSample in the signal callback. We need to register a GstSample marshaling function for this to work.

RSWilli commented 1 year ago

@biglittlebigben please recreate this PR for https://github.com/go-gst/go-gst (where future development of the bindings will take place) if you think it is necessary.