pad: Set the event source object if none is set yet in gst_pad_push_event()
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 1 Nov 2010 15:34:46 +0000 (16:34 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 2 Dec 2010 18:02:08 +0000 (19:02 +0100)
commitf2f7842f6b7d1d43f9606a8fb46816e1a56c2010
treeea528345c36c4b3be29eef20eb053975133882db
parent67203736107126ed7afb91106b76f7638edecf55
pad: Set the event source object if none is set yet in gst_pad_push_event()

Otherwise the source will stay at NULL, the event is passed to the
peerpad via gst_pad_send_event() and then the peerpad is set as
source of the event instead of the originating pad.
gst/gstpad.c