ghostpad: Use gst_pad_set_caps() instead of manually changing caps
authorStas Sergeev <stas@stas.(none)>
Fri, 2 Sep 2011 15:46:06 +0000 (19:46 +0400)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 7 Sep 2011 11:38:47 +0000 (13:38 +0200)
commitfcadf09779f7c7f1856dccca90ddae8ac5c72b9e
treed8064bc29a4a8f19cdb94b84c21d1127d853fd7c
parent7079d8c7f4c15d0b3c9ae396862ef1d6e590416c
ghostpad: Use gst_pad_set_caps() instead of manually changing caps

gst_pad_set_caps() does essentially the same but additionally calls
the pad's setcaps function.

Fixes bug #658076.
gst/gstghostpad.c