Re: Are there Perl bindings for gstreamer-1.0?



Hi Terrence,

On 28/04/14 19:57, Terence Ferraro wrote:
    my $src = $message->src;

The next line seems to be the equivalent of:

gst_video_overlay_set_window_handle (GST_VIDEO_OVERLAY (GST_MESSAGE_SRC (message)), win);

But you translated:

GST_MESSAGE_SRC (message) as $message->src.  How did you work that out?

I can see from:

grep -A1 video_overlay /usr/share/gir-1.0/Gst*-1.0.gir

That gst_video_overlay_set_window_handle is just set_window_handle

But I can't obviously see what GST_VIDEO_OVERLAY is, I tried

$src->overlay and $src->video_overlay, but to no effect.

Regards

Steve.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]