Hi folks,
I’m prototyping a gstreamer app using Ruby/GStreamer and have so far
made some nice progress.
I’ve now advanced enough that I need to add soem event probes on some
element pads. These probes are more or less filtered glib signals.
The C API has a function that can do this, detailed at
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstPad.html#gst-pad-add-event-probe
It looks as though this function isn’t mapped into the Ruby bindings.
I’d look at adding it myself, but my C foo is weak. I’m not sure how to
approach converting a ruby block to a function pointer suitable for
passing to gst_pad_add_event_probe().
Has anyone run into this before? Does some kind person have a few spare
cycles to add them to the bindings?
cheers
– James H. [email protected] Sun, 26 Jul 2009 21:42:04 +1000