gst/gstpad.c: Propagate errors from _set_caps() in configure_src/sink functions inste...
authorWim Taymans <wim.taymans@gmail.com>
Mon, 30 May 2005 15:41:54 +0000 (15:41 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 30 May 2005 15:41:54 +0000 (15:41 +0000)
commit0e1ad862de5f7a031e900bdbc4b159c0a1193cfe
treee4ab93d4827c7a63a76d995f9d78501603f6edbe
parentbe66bb03b49ca7f7e77bceb1f51cc514e75d8dc1
gst/gstpad.c: Propagate errors from _set_caps() in configure_src/sink functions instead of returning TRUE.

Original commit message from CVS:
* gst/gstpad.c: (gst_real_pad_init), (gst_pad_set_active),
(gst_pad_link_prepare), (gst_pad_link), (gst_pad_accept_caps),
(gst_pad_configure_sink), (gst_pad_configure_src),
(gst_pad_alloc_buffer), (gst_pad_query), (gst_pad_send_event),
(gst_pad_start_task):
Propagate errors from _set_caps() in configure_src/sink
functions instead of returning TRUE.
FLUSH events can travel up and downstream
ChangeLog
gst/gstpad.c