Skip to content

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.

Notifications You must be signed in to change notification settings

SangeetaCharantimath/gstreamer-video-pipeline-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

GStreamer Video Display - Command Line and C Example

This repository demonstrates how to build a basic GStreamer pipeline to display video from a file, using:

  • GStreamer command-line tool (gst-launch-1.0)
  • A C program using the GStreamer API

🔧 Requirements

  • GStreamer (version 1.0+)
  • gcc (for compiling C code)
  • A sample video file (e.g., sample.mp4)

🎬 Command Line Example

You can display a video using a one-liner GStreamer command:

gst-launch-1.0 filesrc location=sample.mp4 ! decodebin ! videoconvert ! autovideosink

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages