Forget about Gstreamer#. As far as I know, nobody is maintaining it. Take a look at the Banshe Project to see how they use Gstreamer. http://banshee.fm/contribute/write-code/
libbanshee might be a native library that wraps gstreamer. Banshee then uses libanshee. --- On Tue, 10/19/10, carbos <[email protected]> wrote: > From: carbos <[email protected]> > Subject: [Mono-list] GStreamer# > To: [email protected] > Date: Tuesday, October 19, 2010, 1:53 PM > > When I try to create a Gst.Pipeline object in my program, > a > DllNotFoundException is thrown for > "gstreamersharpglue-0.10.dll". I'm > running Arch linux with mono 2.6.4. I looked in my gsharp > build directory > and found "libgstreamersharpglue-0.10.la", so I assume it's > looking for the > .dll when it should be looking for the .la. Do I need to > modify the > GStreamer# source to look for the .la instead? > > Unhandled Exception: System.TypeInitializationException: An > exception was > thrown by the type initializer for Gst.Pipeline ---> > System.DllNotFoundException: gstreamersharpglue-0.10.dll > at (wrapper managed-to-native) > Gst.Pipeline:gstsharp_gst_pipeline_get_stream_time_offset > () > at Gst.Pipeline..cctor () [0x00000] in <filename > unknown>:0 > --- End of inner exception stack trace --- > at MusicPlayer..ctor () [0x00006] in > /home/jruhl/Projects/ExtremePlayer/ExtremePlayer/MusicPlayer.cs:13 > > at MainWindow..ctor () [0x00095] in > /home/jruhl/Projects/ExtremePlayer/ExtremePlayer/MainWindow.cs:37 > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/GStreamer-tp3002495p3002495.html > Sent from the Mono - General mailing list archive at > Nabble.com. > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
