Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 954 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 954 Bytes

GStreamer support for Pothos

This block provides access to GStreamer multimedia framework from with in Pothos framework. Alowing data to flow in and out of GStreamer and meta data using Pothos packet messages.

Project Home: https://github.com/ashley-b/PothosGStreamer

Dependencies

Building

Configure, build, and install with CMake

Layout

  • README.md - This file
  • LICENSE_1_0.txt - License for this project
  • CMakeLists.txt - CMake build configurations
  • *.cpp and *.hpp - Source code for this block
  • examples/ - Simple Pothos topologies demonstrating this block

Licensing information

Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)