GNOME Bugzilla – Bug 795099
Fix bug in Gst.Pad.set_query_function
Last modified: 2018-04-09 17:19:02 UTC
Created attachment 370689 [details] [review] Patch to fix the function passed into the low-level operation. In Gst.Pad.set_query_function the wrong method is specified when passed to the underlying C function. Also, in set_query_function_full the udata paramter is ignored/dropped. The bug results in failures attempting to call the chain function in _chain_override and in at least a few cases in segfaults of applications.
thiblahute apparently pushed a fix for this already.
commit 861a67bde6c9460a60cfe6745a0e5a2d83f49621 (HEAD -> master, origin/master, origin/HEAD) Author: Thibault Saunier <tsaunier@igalia.com> Date: Sat Apr 7 21:46:07 2018 -0300 overrides: Fix mixup between query function and chain one