GNOME Bugzilla – Bug 665529
[0.11] GstPad push_sticky returns wrong value
Last modified: 2012-02-18 20:16:22 UTC
Created attachment 202738 [details] [review] patch static gboolean push_sticky (GstPad * pad, PadEvent * ev, gpointer user_data) { .... return *data != GST_FLOW_OK; } the last line should be data == GST_FLOW_OK, otherwise it returns false when sending the event succeeds, preventing subsequent sticky event to be sent (events_foreach breaks if !ret)
commited, thanks.