GNOME Bugzilla – Bug 740319
QGst::Pad::sendEvent should ref() the event
Last modified: 2018-01-23 23:49:43 UTC
Created attachment 290913 [details] [review] ref() the event before sending in Pad::sendEvent() The Pad::sendEvent() method should ref() the event before sending it, as is done in Element:sendEvent().
Thanks for that patch! qt-gstreamer is unfortunately unmaintained, but I have pushed this to git master: commit 0cf247bfb444973c5c36dde03f17c8192cb60b07 (HEAD -> master) Author: Jeremie Knuesel <jeremie.knusel@sensefly.com> Date: Tue Nov 18 12:04:43 2014 +0100 QGst::Pad: strong ref() the event in sendEvent() Just as in Element::sendEvent(). https://bugzilla.gnome.org/show_bug.cgi?id=740319