bin: query sink elements and source pads of the bin
authorPhilippe Normand <philn@igalia.com>
Sat, 9 Feb 2013 17:14:09 +0000 (18:14 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 12 Feb 2013 09:33:40 +0000 (10:33 +0100)
commitf3d268de7f7fb1161778a9a95e0d54d8c89ef626
tree2565930ab891abdb584beebda494173fa14afbcd
parent983fb0f5da92eb157bac52c5e98b3e2202683beb
bin: query sink elements and source pads of the bin

gst_bin_query() now forwards the query to the source pads as well if
none of the sinks of the bin satisfied the query. This helps in the
case of DURATION queries done a bin containing a source element.

Fixes bug 638749
gst/gstbin.c