pad: Don't consider flushing pads as needing reconfiguration
authorSebastian Dröge <slomo@circular-chaos.org>
Sun, 30 Jun 2013 16:39:03 +0000 (18:39 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Sun, 30 Jun 2013 16:40:47 +0000 (18:40 +0200)
commit948a9d2f2b728f5fb60be45d47a818cebeb60c7d
tree51fe0ad796369c59b6140ed249218fd26b25fe50
parent2f78e962997725f734353ffe5c061f98b53903d8
pad: Don't consider flushing pads as needing reconfiguration

Renegotiation and reconfiguration will fail because all queries
and events won't be accepted by the pad if it's flushing. In the
best case this just causes unneeded work and spurious warnings in
the debug logs, in the worst case it causes elements to fail completely.
gst/gstpad.c