encodebin: Return a new reference of the pad for the "request-pad" signal
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 24 Feb 2011 14:55:00 +0000 (15:55 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 24 Feb 2011 14:55:00 +0000 (15:55 +0100)
commit8067bcc54f4f0565d82a1c47081fc59c42a42ba5
tree9990510ee32d845b936d70cff846c544dd249e1c
parent27178f7aff309132ce32bba1d995ab59d2466eeb
encodebin: Return a new reference of the pad for the "request-pad" signal

The GObject signal code assumes that the signal handlers return a
new reference or copy. Fixes bug #641927.
gst/encoding/gstencodebin.c