GstSharp 1.13.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package GstSharp --version 1.13.0.1
NuGet\Install-Package GstSharp -Version 1.13.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GstSharp" Version="1.13.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GstSharp --version 1.13.0.1
#r "nuget: GstSharp, 1.13.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install GstSharp as a Cake Addin
#addin nuget:?package=GstSharp&version=1.13.0.1

// Install GstSharp as a Cake Tool
#tool nuget:?package=GstSharp&version=1.13.0.1

gstreamer-sharp

gstreamer-sharp is a .NET/mono binding for Gstreamer generated from gobject-introspection data using the bindinator. gstreamer-sharp currently wraps the API exposed by Gstreamer 1.12 and is compatible with newer gstreamer versions. It was developed under GSoC 2014 for the mono organization. gstreamer-sharp covers the core and base gstreamer libraries.

Prerequisites

These libraries are needed for clutter-sharp to compile:

  • gstreamer core, base and good 1.4 or higher
  • gtk-sharp 3.22.6 or higher - NOTE: This can be built as a meson subproject if using the meson build system.

Building & Installing

With meson:

meson build && ninja -C build/

With Autotools:

./autogen.sh --prefix=/usr && make install

Supported Platforms

  • Linux
  • Mac OS X

Quick Start

gstreamer-sharp provides ports of all samples from gst-docs in the samples folder.

Documentation

Since this is a gobject-introspection binding the recommended documentation is the native gstreamer documentation. A monodoc generated documentation will be installed.

Roadmap

  • Add an easy way to compile on Windows
  • iOS and Android support
  • Provide binaries for these platforms

License

gstreamer-sharp is licensed under the LGPL 2.1

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.18.0 6,419 9/11/2020
1.16.0 12,334 4/22/2019
1.14.2 3,880 7/21/2018
1.14.0 1,809 3/20/2018
1.13.91 962 3/14/2018
1.13.90.1 1,058 3/14/2018
1.13.90 912 3/14/2018
1.13.0.1 1,336 11/27/2017

* Wraps the GStreamer 1.13 (development) API
* No need for glue code
* Uses the meson build system

Provides GtkSharp 3.21.99 from https://github.com/GLibSharp/GtkSharp/tree/3.21.99