GStreamer multimedia framework
Find a file
2013-12-21 16:52:20 +01:00
doc Initial commit 2013-12-21 16:52:19 +01:00
out Initial commit 2013-12-21 16:52:19 +01:00
sources Pass all miniobjects and GstStructure by reference These types contain more information internally, which would get lost if we pass them by value, because only parts of these structs are visible to the bindings and thus information is missed when the structure would get passed back to native. 2013-12-21 16:52:20 +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 Initial commit 2013-12-21 16:52:19 +01:00
COPYING Initial commit 2013-12-21 16:52:19 +01:00
gst-sharp-1.0.pc.in Initial commit 2013-12-21 16:52:19 +01:00
Makefile.am Initial commit 2013-12-21 16:52:19 +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