GNOME Bugzilla – Bug 768565
shout2: fix GstPoll being used as timer and non timer
Last modified: 2016-07-08 12:11:51 UTC
Created attachment 331072 [details] [review] shout2: fix GstPoll being used as timer and non timer shout2: fix GstPoll being used as timer and non timer
This fixes the generic/states test.
Comment on attachment 331072 [details] [review] shout2: fix GstPoll being used as timer and non timer Isn't that the same as commit 9abc31df1a498a13e255a899756efc9ca4b299a4 Author: Sebastian Dröge <sebastian@centricular.com> Date: Wed Jun 29 23:31:20 2016 +0200 shout2: Use a non-timer GstPoll Otherwise set_flushing() will have undefined semantics and nowadays causes a g_critical() to warn about that.
Sigh. Byte for byte :)