Re: Porting perl-GStreamer to gst 1.0

2014-11-12 Thread Torsten Schönfeld
Timm Murray tmur...@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

Re: Porting perl-GStreamer to gst 1.0

2014-11-12 Thread Timm Murray
Thanks, I was able to get a basic pipeline going: https://github.com/frezik/Gst The script 'introspection.pl' builds the bindings and runs code based on the GStreamer Hello, World! tutorial ( http://docs.gstreamer.com/pages/viewpage.action?pageId=327735). The ' symdump.pl' script builds every