opentok-rust / gst-plugin-opentok

Mozilla Public License 2.0
2 stars 1 forks source link

helper: Expose the helper code in the crate #11

Closed thiblahute closed 10 months ago

thiblahute commented 10 months ago

Some application statically link GStreamer and the plugin and need to be able to link the helper with the same version of GStreamer. The simplest way to do that is to let the application be in control of building the helper binary itself.