GNOME Bugzilla – Bug 528531
GStreamer-CRITICAL: gst_bus_source_dispatch: assertion `message != NULL' failed" when I invoke g_source_remove(player_status[player_index].bus_id)
Last modified: 2008-05-05 16:42:43 UTC
system notifies "GStreamer-CRITICAL **: gst_bus_source_dispatch: assertion `message != NULL' failed" when I invoke g_source_remove(player_status[player_index].bus_id). What is the issue caused?
Are you doing g_source_remove() and/or running GMainLoops and/or gst_bus_{peek|pop_poll} from different threads? Do you have a test case that reproduces the problem? (If not, is your code available somewhere to look at?)
Thanks for taking the time to report this bug. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed. It should be solved in the next software version. You may want to check for a software upgrade. *** This bug has been marked as a duplicate of 531538 ***