gstcaps: new API : gst_caps_intersect_full
authorEdward Hervey <bilboed@bilboed.com>
Fri, 25 Feb 2011 11:50:12 +0000 (08:50 -0300)
committerThiago Santos <thiago.sousa.santos@collabora.co.uk>
Thu, 24 Mar 2011 14:14:18 +0000 (11:14 -0300)
commit09d83e589ab24becbe9171407e8b5a865f7d898d
treec15ae1804bb2f945a87a92c0664e0450554b6fb2
parentf9558b163fab74d97a747823d2abede31f343871
gstcaps: new API : gst_caps_intersect_full

Just like gst_caps_intersect, but adds a new parameter 'mode'
that allows selecting the intersection algorithm to use.

Currently we have GST_CAPS_INTERSECT_MODE_ZIG_ZAG (default) and
GST_CAPS_INTERSECT_MODE_FIRST.

API: gst_caps_intersect_full
API: GstCapsIntersectMode
API: GST_CAPS_INTERSECT_MODE_ZIG_ZAG
API: GST_CAPS_INTERSECT_MODE_FIRST

https://bugzilla.gnome.org/show_bug.cgi?id=617045
gst/gst.c
gst/gstcaps.c
gst/gstcaps.h
win32/common/libgstreamer.def