GNOME Bugzilla – Bug 775796
value: add intersection/union/is_subset/fixate implementations
Last modified: 2016-12-15 03:00:43 UTC
See commit message.
Created attachment 341601 [details] [review] value: add structure instersect/union/is_subset/fixate implementations
Created attachment 341602 [details] [review] value: add structure instersect/union/is_subset/fixate implementations
Review of attachment 341602 [details] [review]: The sentence in the commit message is cut off. "Subtraction is not implemented as when ..."
commit ad40c5cd365eceadff867ab489a85ef7f2ed6c05 Author: Matthew Waters <matthew@centricular.com> Date: Thu Dec 8 21:01:52 2016 +1100 value: add structure intersect/union/is_subset/fixate implementations Allows proper usage of structures in structures in caps. Subtraction is not implemented due to complications with empty fields representing all possible values. The only implementation that doesn't delegate to the already existing GstStructure functions is the union function. https://bugzilla.gnome.org/show_bug.cgi?id=775796