Thibault Saunier b5beac1217 Make GstVideo/AudioInfo GLib.Opaque structures
So that we generate a ABI compatible structure and make it working.
Also this is the way we do it for almost all other structures of this
kind.

I first tried to keep having a managed structure that properly matches
the C structure ABI generating in the gtk-sharp generator Explicit structure
for the union as we do with non managed structures but this is not
possible and leads to the following assertion in mono:

    Type Gst.Video.VideoInfo/__ABI which has an [ExplicitLayout] attribute cannot have a reference field at the same offset as another field.

This sensibly changes the API but I bet noone will even notice.

https://bugzilla.gnome.org/show_bug.cgi?id=788133
2017-09-26 10:35:37 -03:00
2014-08-07 01:24:23 +02:00
2014-09-18 15:05:45 +02:00
2013-12-21 16:52:19 +01:00
2013-12-21 16:52:19 +01:00
2017-09-06 13:22:57 -03:00
2017-08-29 22:20:46 -03:00
2013-12-21 16:52:27 +01:00
2014-08-06 23:21:40 +02:00
2014-09-19 18:37:36 +02:00
2017-09-26 09:35:20 -03:00
2013-12-21 17:54:39 +01:00
2017-09-26 09:35:20 -03:00
2017-09-06 13:23:00 -03:00
2017-08-29 22:20:46 -03:00

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

Description
Enthält Gestreamer mit dem stand vom Yolo Tensordecoder + OpenVINO Execution Provider
Readme 258 MiB
Languages
C 80.6%
C++ 10.2%
C# 4.6%
Python 1.7%
Meson 1%
Other 1.3%