GNOME Bugzilla – Bug 788778
Fix since version for ref() and unref() in GstFlowCombiner
Last modified: 2017-10-10 15:40:41 UTC
Created attachment 361249 [details] [review] [PATCH] libs/gst/base/gstflowcombiner: fix version for ref and unref See the attached patch: The functions `gst_flow_combiner_ref` and `gst_flow_combiner_unref` were introduced in version 1.12.1. They are currently tied to the `GstFlowCombiner` version 1.4 and appear as such in Gir files. This causes build failures for gstreamer-rs binding when the gstreamer version installed on the local host is anterior to 1.12.1.
Comment on attachment 361249 [details] [review] [PATCH] libs/gst/base/gstflowcombiner: fix version for ref and unref Thanks! Please put the documentation into the .c file though, we don't put documentation into headers.
Created attachment 361253 [details] [review] Replaces previous patch Sorry about that...
commit 6617b01af92b72f5ee348be111bf3a2bb2288ea1 (HEAD -> master) Author: fengalin <fengalin@free.fr> Date: Tue Oct 10 15:53:38 2017 +0200 flowcombiner: Fix version for ref and unref functions The functions were introduced in version 1.12.1, GstFlowCombiner was introduced in 1.4. https://bugzilla.gnome.org/show_bug.cgi?id=788778