processing / processing-video

GStreamer-based video library for Processing
274 stars 130 forks source link

added pipeline parsing with Gst.parseLaunch() #154

Closed DanielAromi97 closed 3 years ago

DanielAromi97 commented 4 years ago

Parse the pipeline string with Gst.parseLaunch() instead of parsing it manually.

codeanticode commented 3 years ago

Took some time but finally merged :-)