[Gtk-sharp-list] GStreamer API problem
Lee Mallabone
gnome@fonicmonkey.net
10 Feb 2003 09:17:21 -0500
--=-QE4txfTge0c7LEQkGVuK
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
On Mon, 2003-02-10 at 09:05, Lee Mallabone wrote:
> 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.
Okay, I stared at Gnome.Metadata and so I'm guessing here, but the
attached file looks like it might be the sane thing to add for
GStreamer#?
Regards,
Lee.
--
Lee Mallabone <gnome@fonicmonkey.net>
--=-QE4txfTge0c7LEQkGVuK
Content-Disposition: attachment; filename=Gst.metadata
Content-Type: text/plain; name=Gst.metadata; charset=ANSI_X3.4-1968
Content-Transfer-Encoding: 7bit
<!-- out parameters -->
<rule>
<class name="Element">
<method>Query</method>
</class>
<data>
<attribute target="param">
<filter level="type">long*</filter>
<name>value</name>
<value>out</value>
</attribute>
</data>
</rule>
--=-QE4txfTge0c7LEQkGVuK--