GNOME Bugzilla – Bug 753937
dashdemux: don't meddle with the class struct from an instance
Last modified: 2015-08-28 18:27:27 UTC
Created attachment 309823 [details] [review] dashdemux: don't meddle with the class struct from an instance Found some dubious code in dashdemux.
commit ef7f5fc4c7f19c35238cbdaa597cf43c90454e23 Author: Tim-Philipp Müller <tim@centricular.com> Date: Fri Aug 21 16:13:43 2015 +0100 dashdemux: don't meddle with the class struct from an instance Fix some very dubious code. The class methods should always be set, and the instance-specific check should then be done inside the method. For data_received that's there already, for finish_fragment we need to add it. https://bugzilla.gnome.org/show_bug.cgi?id=753937