GStreamer multimedia framework
Find a file
Stephan Sundermann f9c7f45e31 Added GstVideo and GstBase bindings
Hack: The bindings for these plugins are generated from the 1.2 girs,
so there might be some API which is not available yet in 1.0
2013-12-21 16:52:21 +01:00
doc Initial commit 2013-12-21 16:52:19 +01:00
out Windows library name instead of package name for .NET support 2013-12-21 16:52:20 +01:00
samples Added basic sample. Just plays a movie and parses the messages it gets from Gstreamer and writes them to the console 2013-12-21 16:52:20 +01:00
sources Added GstVideo and GstBase bindings 2013-12-21 16:52:21 +01:00
.gitignore Initial commit 2013-12-21 16:52:19 +01:00
AUTHORS Initial commit 2013-12-21 16:52:19 +01:00
autogen.sh Initial commit 2013-12-21 16:52:19 +01:00
ChangeLog Initial commit 2013-12-21 16:52:19 +01:00
configure.ac configure: require 2.99.2 2013-12-21 16:52:21 +01:00
COPYING Initial commit 2013-12-21 16:52:19 +01:00
gstreamer-sharp-1.0.pc.in Changed assembly name to gstreamer-sharp 2013-12-21 16:52:20 +01:00
Makefile.am Changed assembly name to gstreamer-sharp 2013-12-21 16:52:20 +01:00
NEWS Initial commit 2013-12-21 16:52:19 +01:00
README Shifted things from GstGlobal into their own classes Added missing README 2013-12-21 16:52:20 +01:00
README.md Update README.md 2013-12-21 16:52:20 +01:00

gstreamer-sharp

Bindings for gstreamer-1.0 generated from introspection data

Compilation

Open a terminal, navigate to the folder containting this repository and run:

./autogen.sh && make