You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.