videomixer: Don't let GstCollectPad shadow custom sink pad query func
authorNicolas Dufresne <nicolas.dufresne@collabora.co.uk>
Mon, 17 Sep 2012 17:17:00 +0000 (13:17 -0400)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Tue, 18 Sep 2012 10:14:43 +0000 (12:14 +0200)
commit76da367ecde2775df69550de549fb66558992ef1
tree09a16226e1f6637540a546afc0116b36a986b2a9
parente3ba13632b8730a115a7180a61106b4c823ced80
videomixer: Don't let GstCollectPad shadow custom sink pad query func

In the current implementation, the custom pad query function is not called.
This patch, set that query function on the GstCollectPads to avoid this
shadowing.

See https://bugzilla.gnome.org/show_bug.cgi?id=684237
gst/videomixer/videomixer2.c