On Wed, 2009-07-22 at 18:50 +0800, Yaser Hameed (RBEI/ECA3) wrote: > > I have used the clutter_media_get_progress function inside the audio > example in clutter-gst GIT, but it fails always and returns a > 0.00000. on the progress notify call back with the following warning : > > GLib_Object_Critical: g_value_set_int: assertion G_VALUE_HOLDS_INT > (value) failed >
there was[0] a bug in the implementation of the ClutterMedia:progress property inside ClutterGstAudio -- it still returned an integer instead of a double. as a side note: if you find something that doesn't work you should file a bug in Bugzilla under the Clutter product; we might close it with NOTABUG, INVALID or OBSOLETE if it's not a bug or if it has been fixed already, but at least we can track the issue better than an email. :-) ciao, Emmanuele. +++ [0] http://git.clutter-project.org/cgit.cgi?url=clutter-gst/commit/&id=193fe316e767167f47f2e76aefc797b89dfea539 -- Emmanuele Bassi, Senior Engineer | [email protected] Intel Open Source Technology Center | http://oss.intel.com -- To unsubscribe send a mail to [email protected]
