Re: Are there Perl bindings for gstreamer-1.0?
- From: Steve Cookson <it sca-uk com>
- To: Terence Ferraro <terencejferraro gmail com>
- Cc: kaffeetisch gmx de, GTK-Perl List <gtk-perl-list gnome org>
- Subject: Re: Are there Perl bindings for gstreamer-1.0?
- Date: Wed, 30 Apr 2014 22:17:56 +0100
Continuing on from my last point:
On 30/04/14 19:37, Steve Cookson wrote:
But I don't see how to go from $src to its base-class object (if such
a beast exists) to use set_window_handle.
I found this in Python:
http://bazaar.launchpad.net/~jderose/+junk/gst-examples/view/head:/video-player-1.0
You just need to copy it into your own directory, change the video name
to one in your directory and it will play.
Here is the Python code corresponding to the area we are looking at:
def on_sync_message(self, bus, msg):
if msg.get_structure().get_name() == 'prepare-window-handle':
print('prepare-window-handle')
msg.src.set_window_handle(self.xid)
That would equate to:
$message->src->set_window_handle($drawing);
in our code.
But $message->src, just doesn't have that method.
So it seems like a bug in Introspection.
Do you think so?
Do you now where to log it?
Regards
Steve.
[
Date Prev][Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]