gst-launch

Parse a gst-launch-1.0 pipeline string and extract elements and links.

This uses GStreamer's native pipeline parser to ensure complete compatibility with the gst-launch-1.0 syntax.

post/api/gst-launch/parse

Request body

pipelinestring required

The gst-launch-1.0 pipeline string to parse Example: "videotestsrc pattern=ball ! videoconvert ! autovideosink"

Response

Pipeline parsed successfully

Changes