basler / gst-plugin-pylon

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

terminate pylon after plugin scan phase #86

Closed thiesmoeller closed 3 months ago

thiesmoeller commented 10 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.