[Gtk-sharp-list] GStreamer API problem

Lee Mallabone gnome@fonicmonkey.net
10 Feb 2003 09:05:18 -0500


Hi all,

I've been investigating the GStreamer# API quite a bit recently. I've
found a problem with the Element.Query() method.

The C API equivalent function outputs a value by having a guint64* value
argument.

However, this is just wrapped as a 'long' in the C# API, rather than an
'out long'. As far as I can tell, this renders the function useless.

Can anyone help me out fixing this? I suspect I need to add something to
sources/Gst.Metadata. However, it doesn't exist and I'm not familiar
with the file format.

In short, if someone can point me at the relevant docs, I'll try and fix
this. Otherwise, I'll go through the usual bugzilla channels...

Regards,

Lee.

-- 
Lee Mallabone <gnome@fonicmonkey.net>