MattsProjects / pylon_gstreamer

A robust integration of Basler's Pylon API with GStreamer. Delivers applications as ready-to-run standalone compiled executables (gst-launch-1.0 is not needed). Designed for reliability and easy access to performance optimizations. Note: This is not a plugin. It is an intergration using GStreamer's GstAppSrc element.
Apache License 2.0
29 stars 18 forks source link

removed CInstantCameraAppSrc prefix to compile demopylonstreamer #6

Closed cirquit closed 6 years ago

cirquit commented 6 years ago

demopylonstreamer does not compile otherwise.

MattsProjects commented 6 years ago

ah good find my friend :) Increment() was for debugging and never defined, so it can actually be removed (I will do so in the next commit). Visual studio does not mind the extra qualification btw, but it really should I agree! Thank you again!