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

Remove unneccesary videoconverters from CPipelineHelper #11

Open MattsProjects opened 4 years ago

MattsProjects commented 4 years ago

Since Issue #9 is closed and we now have a single converter element in the AppSrc bin, we can remove the converters after m_source in CPipelineHelper functions to make them simplier.