[gstreamer-bugs] [Bug 638381] {input, output}-selector: double-check API before release

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 4 13:36:58 PST 2011


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

--- Comment #2 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2011-01-04 21:36:52 UTC ---
Created an attachment (id=177523)
 View: https://bugzilla.gnome.org/attachment.cgi?id=177523
 Review: https://bugzilla.gnome.org/review?bug=638381&attachment=177523

output-selector: Add pad-negotiation-mode property

Adds getcaps/setcaps to output-selector and adds a property
to select which type of negotiation should be done.

The available modes are:
 * none:   no negotiation (current behavior), getcaps return ANY and
           setcaps aren't set on any of the peers
 * all:    use all pads (default), getcaps returns the intersection of
           peer pads and setcaps is set on all peers
 * active: getcaps and setcaps are proxied to the active pad

-- 
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