Skip to content

Create a pipeline with GUI and play it with GStreamer

Stéphane Cerveau requested to merge rust_dev into main

Be able to create/save/load/play a pipeline with multiple branches such as:

gst-launch-1.0 filesrc name=filesrc1 location=file.mp4 ! decodebin name=decodebin3 decodebin3. ! audioconvert name=audioconvert6 ! queue name=queue2 ! autoaudiosink name=autoaudiosink5 decodebin3. ! autovideosink name=autovideosink4

Edited by Stéphane Cerveau

Merge request reports