Re: Porting perl-GStreamer to gst 1.0
- From: "Torsten Schönfeld" <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: Porting perl-GStreamer to gst 1.0
- Date: Wed, 12 Nov 2014 09:20:51 +0100
"Timm Murray" <tmurray wumpus-cave net>:
Thanks, that was easy. There were a couple critical symbols it didn't pick up, like GST_STATE_PLAYING
(which I expect would become GStreamer::STATE_PLAYING). I used Devel::Symdump to recursively drop
everything under the 'GStreamer::' namespace and I couldn't find anything.
GST_STATE_PLAYING is a member of the enum GstState, so it's wrapped like all enums in perl-Glib-based
bindings: you simply use the short name string, i.e., "playing" in this case.
Stuff like this is documented in Glib::Flags [1] and Gtk2::api [2], the latter of which we should get into
the docs of Glib::Object::Introspection. Patches welcome.
[1] Automatically generated at build-time, and thus not visible on CPAN sites.
[2] https://metacpan.org/pod/Gtk2::api
-Torsten
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]