A simple GStreamer project that demonstrates basic video playback using both command-line and C programming. Great for beginners to learn how GStreamer pipelines are constructed and executed.
-
Updated
Jul 16, 2025 - C
A simple GStreamer project that demonstrates basic video playback using both command-line and C programming. Great for beginners to learn how GStreamer pipelines are constructed and executed.
This repository demonstrates how to generate a DOT (Graphviz) file from a simple GStreamer pipeline. DOT files help visualize the structure of a GStreamer pipeline graphically using tools like Graphviz. Perfect for debugging and understanding complex multimedia pipelines.
gstreamer-fps-monitor is a simple C-based GStreamer app that plays a video while showing real-time FPS as an overlay. It's great for beginners to learn pipeline creation in C, using fpsdisplaysink for performance monitoring, and compiling easily with a Makefile.
Add a description, image, and links to the gstreamer-pipeline topic page so that developers can more easily learn about it.
To associate your repository with the gstreamer-pipeline topic, visit your repo's landing page and select "manage topics."