Generating GStreamer Pipeline Graphs

I've been working with GStreamer quite a bit recently. I often find it difficult to visualize the pipelines I'm working with, especially for complex pipelines involving multiple video streams. I've been manually creating my own pipeline graphs to keep the details straight. However, maintaining these graphs is time consuming and error-prone. Recently I discovered that …