[Bug 791330] lv2: boolean values are inverted

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jan 15 20:38:18 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=791330

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
You could do something like:

  use_workaround =
      gst_registry_check_feature_version (gst_registry_get (),
              "element-name", 1, 0, 0)
      && !gst_registry_check_feature_version (gst_registry_get (),
              "element-name", 1, 12, 5);

or somesuch.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list