[Gtk-sharp-list] Gstreamer# problem

Lee Mallabone gnome@fonicmonkey.net
23 Jan 2003 09:32:33 +0000


Hi,

I'm trying to use the GStreamer C# bindings, and after building them
against GStreamer 0.5.0 I get runtime errors with the GstPlayer.cs
sample. This is with mono-0.19 and Gtk# 0.7.

Am I using the correct version of the GStreamer library? 

The errors I get seem to suggest otherwise, but I tried a while ago with
0.4.2 and had similar problems...

My errors when running GstPlayer.exe are:

[lee@slayer sample]$ mono GstPlayer.exe "/home/lee/bran.mp3"

** (GstPlayer.exe:30460): WARNING **: Failed to load function
gst_element_default_deep_notify from gstreamer

** (GstPlayer.exe:30460): WARNING **: Failed to load function
gst_element_default_deep_notify from gstreamer

** (GstPlayer.exe:30460): WARNING **: Failed to load function
gst_element_get_parent from gstreamer

** (GstPlayer.exe:30460): WARNING **: Failed to load function
gst_element_get_parent from gstreamer

** (GstPlayer.exe:30460): WARNING **: Failed to load function
gst_element_set_parent from gstreamer

** (GstPlayer.exe:30460): WARNING **: Failed to load function
gst_element_set_parent from gstreamer
INFO (30460: 0) Initializing GStreamer Core Library version 0.5.0 
INFO (30460: 0) CPU features: (0c040882) MMX SSE 
registry: loaded global_registry in 0.028531 seconds
          (/var/cache/gstreamer-0.5/registry.xml)

Unhandled Exception: System.NullReferenceException: A null value was
found where an object instance was required
in <0x00141> 00 .GstTest:Main (string[])

[lee@slayer sample]$ 

Should I even be trying to use GStreamer# yet, as it does not build by
default on my system?

Regards,

-- 
Lee Mallabone <gnome@fonicmonkey.net>