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.

There's a lot of magic going on underneath here that I don't understand.
My immediate thought is to use an xs module to pull in the missing
constants from gst/gst.h and then use the Glib::Object::Introspection to do
the harder parts.  But maybe there's a way to have Introspection do
everything?

Thanks,
Timm

On Tue, Nov 11, 2014 at 2:23 AM, "Torsten Schönfeld" <kaffeeti...@gmx.de>
wrote:

> "Timm Murray" <tmur...@wumpus-cave.net>:
> > Has anyone made an attempt to port the current GStreamer bindings to the
> 1.0 API?  Looks like these haven't been touched in 13 months, and it's
> stuck on the 0.10 API (which is no longer being supported).  I have some
> use for gst dealing with the Raspberry Pi camera, and getting the bindings
> on 1.0 would be very helpful.
>
> Before you start investing in a port of the manual bindings, try the
> introspection-based bindings: <
> https://mail.gnome.org/archives/gtk-perl-list//2014-April/msg00011.html>.
> _______________________________________________
> gtk-perl-list mailing list
> gtk-perl-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtk-perl-list
>
_______________________________________________
gtk-perl-list mailing list
gtk-perl-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to