basler / gst-plugin-pylon

The official GStreamer plug-in for Basler cameras
BSD 3-Clause "New" or "Revised" License
40 stars 9 forks source link

terminate pylon after plugin scan phase #86

Open thiesmoeller opened 6 months ago

thiesmoeller commented 6 months ago

Pylon init and terminate was not properly balanced.

The PR adds the missing pair of terminate and init calls during plugin loading phase.