I am a developer of AudioCuesheetEditor, an audio clip editing application. The new version should be able to play sound, so I would like to use gstreamer as a backend. I did a little research on gstreamer and found out that I need to use version 1.x with gstreamer-sharp binding 0.99.x. No problem, downloaded gstreamer-sharp 0.99.0, opened the solution using monodevelop (on linux) or xamarin (on windows) and tried to build a dll, but that didn’t work. I get the error "namespace Gst.GLib" not found.
I am developing using xamarin / monodevelop and should have a portable application (working with mono / .net).
Can someone help me get the line gstreamer-sharp?
Thanks in advance!
source share