Skip to content

envyen/gst-interpipe

 
 

Repository files navigation

GstInterpipe 1.0

GstInterpipe is a Gstreamer plug-in that allows communication between two independent pipelines. The plug-in consists of two elements:

  • interpipesink
  • interpipesrc

The concept behind the Interpipes project is to simplify the construction of GStreamer applications, which often has the complexity of requiring dynamic pipelines. It transforms the construction process from low level pad probe manipulation to the higher level setting an element's parameter value. Application developers don't get mired down in stalled pipelines due to one branch of a complex pipeline changed state.

The official user documentation is held at RidgeRun's Developers Wiki

The API reference is uploaded to GitHub's project page.

About

GStreamer plug-in for interpipeline communication

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 90.1%
  • M4 5.7%
  • Makefile 2.6%
  • Shell 1.6%