GStreamer multimedia framework
Find a file
Andrés G. Aragoneses b47125ea7a configure: check for plugins-base and others (bgo#721587)
This would prevent a build failure when trying to 'make' the glue:

generated.c: In function 'gst__tagssharp_gst__tags_tagdemux_get_element_offset':
generated.c:1092:2: error: unknown type name 'GstTagDemux'
  return (guint)G_STRUCT_OFFSET (GstTagDemux, element);
  ^
2014-01-05 19:36:38 +01:00
doc Initial commit 2013-12-21 16:52:19 +01:00
out dllmap: Add dllmap for FFT 2013-12-21 16:52:28 +01:00
samples Samples: Ported overlay sample from 0.10 2013-12-21 16:52:27 +01:00
sources fixup: Autogenerated list of all abstract classes which 2014-01-05 16:30:54 +01:00
.gitignore .gitignore: ignore MonoDevelop cache file 2013-12-21 16:52:28 +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: check for plugins-base and others (bgo#721587) 2014-01-05 19:36:38 +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
gstreamer-sharp.csproj solution: Set target version to .NET 2.0 and ouput directory to out/ 2013-12-21 16:52:27 +01:00
gstreamer-sharp.sln Added solution file 2013-12-21 16:52:27 +01:00
LICENSE Release 0.99.0 2013-12-21 17:54:39 +01:00
Makefile.am makefile: Add regenerate target 2013-12-21 16:52:27 +01:00
NEWS Release 0.99.0 2013-12-21 17:54:39 +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
VERSION Version bump 2014-01-05 15:24:48 +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