<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=iso-8859-1"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span lang=EN-US>Hello everybody,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I'm currently working on an audiobackend for my application. It is written in C# using Mono to be plattformindependent. Therefore I choose gstreamer-sharp with binding to gstreamer 1.0.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I asked already some stuff at https://stackoverflow.com/questions/21577733/how-to-build-gstreamer-sharp-with-monodevelop-xamarin<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>The main problem, I'm currently facing is, that gstreamer-sharp.dll doesn't find the libgstreamer-1.0-0.dll. <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I get this exception in Xamarin Studio:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal>System.DllNotFoundException: Die DLL "libgstreamer-1.0-0.dll": Die angegebene Prozedur wurde nicht gefunden. (Ausnahme von HRESULT: 0x8007007F) kann nicht geladen werden. ---> System.Exception: <o:p></o:p></p><p class=MsoNormal>  <span lang=EN-US>--- End of inner exception stack trace ---<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>  at bei Gst.Parse.gst_parse_launch(IntPtr pipeline_description, IntPtr& error)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>  at bei Gst.Parse.Launch(String pipeline_description)<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>  at bei MainWindow..ctor(Program _objProgram) in e:\Projekte\Audio Cuesheet Editor (Windows)\src\AudioCuesheetEditor\MainWindow.cs:Zeile 98.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>  at bei AudioCuesheetEditor.Program.initialise() in e:\Projekte\Audio Cuesheet Editor (Windows)\src\AudioCuesheetEditor\Program.cs:Zeile 64.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>  at bei AudioCuesheetEditor.MainClass.Main(String[] args) in e:\Projekte\Audio Cuesheet Editor (Windows)\src\AudioCuesheetEditor\MainClass.cs:Zeile 126.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>I tried:<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Environment.SetEnvironmentVariable("PATH", Environment.GetEnvironmentVariable("PATH") + ";C:\\Program Files (x86)\\gstreamer\\1.0\\x86\\bin\\");<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Environment.SetEnvironmentVariable("PATH", Environment.GetEnvironmentVariable("PATH") + ";C:\\Program Files (x86)\\gstreamer\\1.0\\x86\\lib\\gstreamer-1.0\\");<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Environment.SetEnvironmentVariable("PATH", Environment.GetEnvironmentVariable("PATH") + ";C:\\Program Files (x86)\\gstreamer\\1.0\\x86\\lib\\");<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US>Environment.SetEnvironmentVariable("PATH", Environment.GetEnvironmentVariable("PATH") + ";C:\\Program Files (x86)\\gstreamer\\1.0\\x86\\");<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>but that doesn't help. <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-US>Has anyone ever tried to get gstreamer-sharp on Windows running? Any help is welcome ;).<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US><o:p> </o:p></span></p><p class=MsoNormal>Mit freundlichen Grüßen<o:p></o:p></p><p class=MsoNormal>Sven Baus<o:p></o:p></p><p class=MsoNormal>s.baus86@gmx.net<o:p></o:p></p><p class=MsoNormal>http://www.djfreezet.de<o:p></o:p></p><p class=MsoNormal>0175 / 49 50 309<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>