GNOME Bugzilla – Bug 352753
GStreamer: 64-bit test warnings in t/GstQuery.t ("GLib-GObject-CRITICAL")
Last modified: 2006-08-29 13:18:39 UTC
Make test produces, on a x86_64 system: t/GstQuery..............ok 1/22GLib-GObject-CRITICAL **: g_value_get_double: assertion `G_VALUE_HOLDS_DOUBLE (value)' failed at t/GstQuery.t line 52. GLib-GObject-CRITICAL **: g_value_get_int64: assertion `G_VALUE_HOLDS_INT64 (value)' failed at t/GstQuery.t line 52. GLib-GObject-CRITICAL **: g_value_get_int64: assertion `G_VALUE_HOLDS_INT64 (value)' failed at t/GstQuery.t line 52. t/GstQuery..............ok This does not cause the tests in t/GstQuery.t to fail; but the rather strong warnings lead me to believe something "bad" is going on under the surface.
Seeing this too. Seems to be a bug in GStreamer itself: #353121.