Workaround bindinate mistake in gst_element_factory_get_static_pad_templates return...
[platform/upstream/gstreamer.git] / README.md
1 gstreamer-sharp
2 =========
3
4 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.4 and is compatible with newer gstreamer versions. It was developed under GSoC 2014 for the mono organization.
5 gstreamer-sharp covers the core and base gstreamer libraries.
6
7 Prerequisites
8 ----
9 These libraries are needed for clutter-sharp to compile:
10 * [gtk-sharp] 2.99.4 or higher
11 * gstreamer core, base and good 1.4 or higher
12
13 Building & Installing
14 ----
15 Simply type ./autogen.sh --prefix=/usr && make install
16
17 Supported Platforms
18 ----
19 * Linux
20 * Mac OS X
21
22 Quick Start
23 ----
24 gstreamer-sharp provides ports of all samples from the gstreamer SDK in the samples folder. 
25
26 Documentation
27 ----
28 Since this is a gobject-introspection binding the recommended documentation is the native [gstreamer](http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/) documentation. A monodoc generated documentation will be installed.
29
30 Roadmap
31 ----
32 * Add an easy way to compile on Windows
33 * iOS and Android support
34 * Provide binaries for these platforms
35
36 License
37 ----
38 gstreamer-sharp is licensed under the [LGPL 2.1](https://www.gnu.org/licenses/lgpl-2.1.html)
39
40 [bindinator]:https://github.com/andreiagaita/bindinator/
41 [gtk-sharp]:https://github.com/mono/gtk-sharp
42