commit | f0119f1abc200140d3df12ac89f44de05d2ed4b1 | [log] [tgz] |
---|---|---|
author | Tim-Philipp Müller <tim@centricular.com> | Tue Mar 27 16:51:30 2018 +0100 |
committer | Tim-Philipp Müller <tim@centricular.com> | Tue Mar 27 17:43:42 2018 +0100 |
tree | 9583bd12d9608a484d43779be5e74fc615d41d18 | |
parent | c000901fc4b2c22b2c53dbab5d78941f4797235f [diff] |
rtponviftimestamp: fix state change function init/reset When starting up we need to initialise things *before* streaming starts, so before we chain up to the parent class in the state change function. And when we shut down the element, we need to reset things after streaming has stopped, so after we chain up to the parent class in the state change function. https://bugzilla.gnome.org/show_bug.cgi?id=794353 https://bugzilla.gnome.org/show_bug.cgi?id=794290