Hi,

I am doing some test with GStreamer and Vala.

In other program language, i usually use Gst.Pad.add_buffer_probe method but in 
Vala i don't know how to use it.

I try to do :

Pad.add_buffer_probe.connect(test_buffer()); 

I get : The name `connect' does not exist in the context of 
`Gst.Pad.add_buffer_probe' 

And also i try :

Pad.add_buffer_probe(test_buffer()); 

I get : Argument 1: Cannot convert from `test.test_buffer' to 
`Gst.BufferProbeCallback'

I am reading valadoc for GStreamer : 
http://references.valadoc.org/gstreamer-0.10/Gst.Pad.html
                                          
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces. 
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
_______________________________________________
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to