GStreamer multimedia framework
Find a file
Andrés G. Aragoneses 1963b18a8d configure: require 2.99.2
Also, we now check for glib-sharp instead of gtk-sharp, because
even if they are hosted in the same repository named "gtk-sharp",
that could change in the future, and glib-sharp provides its
own .pc file as well.
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 configure: require 2.99.2 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