Tuesday, December 9, 2008
Rygel now part of maemo plan
So it is no secret anymore that Rygel will be part of maemo platform. If you are interested in contributing to maemo, here is yet another chance. I have a big pile of TODO for Rygel so if you are interested, do contact me. In case you prefer IRC like I do, I am always on #gupnp on irc.gimp.org.
Subscribe to:
Post Comments (Atom)

3 comments:
I think the metadata-extractor has a bug: the foreach function has to be static.
lariamat
> I think the metadata-
> extractor has a bug: the
> foreach function has to be
> static. lariamat
Thanks for pointing it out but i'll most probably be dropping this object in favor of metadata extractor provided by libowl-av soon.
In fact it's working without the function being static. But I casted the the callback to Gst.TagForeachFunc to get rid of the warning. Only in this case the callback has to be static. Sorry for the noise.
lariamat
Post a Comment