[gstreamer-bugs] [Bug 618853] add caps intersection iterators

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 18 07:01:27 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=618853
  GStreamer | gstreamer (core) | unspecified

Stefan Kost (gstreamer, gtkdoc dev) <ensonic> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #161350|0                           |1
        is obsolete|                            |

--- Comment #15 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-05-18 14:01:25 UTC ---
Created an attachment (id=161355)
 View: https://bugzilla.gnome.org/attachment.cgi?id=161355
 Review: https://bugzilla.gnome.org/review?bug=618853&attachment=161355

progressive caps negotiation

Small sumary from IRC discussion. A new idea is to have lazily evaluated caps
instead. So we don't add new pad-functions and don't change basesclasses.

gst_caps_intersect(caps1,caps2) would basically just return caps that are
backed by an iterator. When calling gst_caps_get_structure() (and internal
gst_caps_get_structure_unchecked()) we roll the iterator until we have the n-th
item. When calling gst_caps_get_size(), we'd need to evaluate it fully.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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