On Sat, 2005-12-10 at 15:57 +0100, Matthias Bläsing wrote:
I just compiled gstreamer-0.10 (looks good) and also installed the new perl bindings (great to have them this fast!). But playing again with the tag support and playing with some of my ogg files I got: Error: GType GstDate (136409032) is not registered with gperl at ./test.pl line 34. Could this be bound?
It's definitely on my todo list, but it's also a bit tricky. GstDate is just a boxed wrapper for GDate which is GLib's way to represent dates: http://developer.gnome.org/doc/API/2.0/glib/glib-Date-and-Time-Functions.html#GDate To make anything useful with GstDates, we'd need bindings for those GDate methods first. In the meantime, something like the attached patch should at least get you past the croak(), even though you won't be able to do anything with the date object. -- Bye, -Torsten
Attachment:
date.patch
Description: Text Data