gstreamer/tests/check/elements
Thiago Santos 757dc90faa 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

https://bugzilla.gnome.org/show_bug.cgi?id=638381
2011-01-06 18:42:29 +00:00
..
.gitignore checks: enable input-selector and output-selector unit tests after move 2010-12-31 01:01:02 +00:00
capsfilter.c Fix assertion in basetransform when the subclass chooses not to allocate a buffer in prepare_buffer(), and make capsf... 2008-09-28 21:19:15 +00:00
fakesink.c basesink: rework position reporting code 2010-12-02 19:10:46 +01:00
fakesrc.c checks: make fakesrc check work in a CK_FORK=no environment 2010-07-03 15:13:14 +01:00
fdsrc.c win32: Fix build failures of tests 2010-03-11 21:02:45 +01:00
filesink.c Don't use gst_element_get_pad(). 2008-05-21 15:57:52 +00:00
filesrc.c Don't use gst_element_get_pad(). 2008-05-21 15:57:52 +00:00
identity.c And correct even more valid sparse warnings. 2008-02-29 13:59:24 +00:00
multiqueue.c tests: Add a multiqueue sparse streams test 2010-10-27 18:11:35 +02:00
queue.c queue: apply sink segment on the source if queue is empty 2010-10-11 15:56:31 +02:00
selector.c output-selector: Add pad-negotiation-mode property 2011-01-06 18:42:29 +00:00
tee.c Fixes for -Wmissing-declarations -Wmissing-prototypes 2010-03-11 10:59:57 +01:00
valve.c tests: enable valve unit test 2010-12-31 00:51:12 +00:00