Re: Are there Perl bindings for gstreamer-1.0?
- From: Steve Cookson <it sca-uk com>
- To: gtk-perl-list gnome org
- Subject: Re: Are there Perl bindings for gstreamer-1.0?
- Date: Thu, 01 May 2014 10:47:29 +0100
Hi Terence,
On 01/05/14 08:36, Terence Ferraro wrote:
Looking at the C docs, it appears that you'll need to cast the
returned playsink to a type of GstVideoOverlay. It looks like, then,
you'd be able to call: gst_video_overlay_set_window_handle(overlay,
windowid);
Thanks for this.
Actually, the Python program gave the answer. You just need to add
GstVideo to Introspection like this:
map { Glib::Object::Introspection->setup(basename => $_, version =>
'1.0', package => 'GStreamer') } qw'Gst GstBase GstVideo';
And then
$message->src->set_window_handle
Is available.
However, for me, that is not quite the end of it, I still need to
convert the wxWidgets id to a Gtk Id and I haven't quite resolved that yet.
I'll let you know.
Regards,
Steve,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]