pad: forward events by default
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 9 Jun 2011 09:39:08 +0000 (11:39 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 9 Jun 2011 09:49:20 +0000 (11:49 +0200)
commitd8212d941c070bbd0c5d805ef1cf7b53d4ab3178
tree585af5d051ab0ccc923443f5de9bfb8e14686cd4
parent4a424c379f14c4426e623cb841f129b2bc5b03e5
pad: forward events by default

Always forward all events in the default handler. Previously it used to not
forward caps events by default. It makes more sense to forward the caps events,
if the element is interested in the caps, it will implement an event handler to
retrieve the caps and then it can decide to forward or not. If the element has
no event handler, it probably just doesn't care about caps and it probably is
also not going to modify the data in a way that needs a caps change.
gst/gstpad.c
gst/gstpad.h
plugins/elements/gstoutputselector.c
plugins/elements/gsttee.c