GNOME Bugzilla – Bug 684736
Do not use gst_bus_poll()
Last modified: 2012-09-25 11:10:09 UTC
As the documentation said: "You should never use this function, since it is pure evil"
Created attachment 225089 [details] [review] Use-gst_bus_timed_pop_filtere-instead-gst_bus_poll
Created attachment 225091 [details] [review] Unref-GstBus-after-usage
Created attachment 225092 [details] [review] bacon-video-widget.c-Use-gst_bus_pop_filtered-instea
♥
Review of attachment 225089 [details] [review]: ++
Review of attachment 225091 [details] [review]: ::: src/totem-video-thumbnailer.c @@ +308,1 @@ + return async_recieved; Did you even try to compile this? I think not.
Review of attachment 225092 [details] [review]: ++
Committed after fixing the commit subject lines, and the typo in the 2nd patch.