Don't forward gst_pad_set_caps() on a source ghostpad to its target.
authorAlessandro Decina <alessandro.d@gmail.com>
Fri, 19 Dec 2008 15:11:06 +0000 (15:11 +0000)
committerAlessandro Decina <alessandro.d@gmail.com>
Fri, 19 Dec 2008 15:11:06 +0000 (15:11 +0000)
commit1b13418a0a5fc2dcf84ca32c6054ae1374f837ac
tree72f4e79baed8c367e499cf3035894551f1b4c4dc
parentf1be5706307d404aee41e7ae47a0e75a571b4228
Don't forward gst_pad_set_caps() on a source ghostpad to its target.

Original commit message from CVS:
* gst/gstghostpad.c:
* tests/check/gst/gstghostpad.c:
Don't forward gst_pad_set_caps() on a source ghostpad to its target.
That would cause the ghostpad to emit notify::caps two times (fist
from gst_pad_set_caps() and after from on_src_target_notify()).
ChangeLog
gst/gstghostpad.c
tests/check/gst/gstghostpad.c