Skip to content

gdesmott/gst-n-launch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gst-n-launch

Install meson and ninja

Meson 0.48 or newer is required. On Linux and macOS you can get meson through your package manager or using:

$ pip3 install --user meson

This will install meson into ~/.local/bin which may or may not be included automatically in your PATH by default.

You should get ninja using your package manager or download the official release and put the ninja binary in your PATH.

Build

You can get all GStreamer built running:

meson build/ ninja -C build/

Usage:

Create two complete branches in the same pipeline

./gst-n-launch -b "videotestsrc ! autovideosink" -b "videotestsrc num-buffers=100 ! videoconvert ! autovidosink"

About

No description, website, or topics provided.

Resources

License

LGPL-3.0, LGPL-2.1 licenses found

Licenses found

LGPL-3.0
LICENSE
LGPL-2.1
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.5%
  • Meson 1.5%