gst/gstbin.c: Reworked the message handling a bit, cache the messages instead of...
authorWim Taymans <wim.taymans@gmail.com>
Thu, 20 Oct 2005 17:22:40 +0000 (17:22 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 20 Oct 2005 17:22:40 +0000 (17:22 +0000)
commit40f11256e8569a836dc0758249437d0f424b918f
treef605cc0e4214d0fce430be14a6ffb9b1376ac6ec
parent17b62f03536b95435feb119a0efcbedf866870cb
gst/gstbin.c: Reworked the message handling a bit, cache the messages instead of only the senders. alows us to do mor...

Original commit message from CVS:
* gst/gstbin.c: (message_check), (bin_replace_message),
(bin_remove_messages), (is_eos), (gst_bin_add_func),
(update_degree), (gst_bin_sort_iterator_next),
(gst_bin_change_state_func), (gst_bin_dispose), (bin_bus_handler):
Reworked the message handling a bit, cache the messages instead of
only the senders. alows us to do more in the future.
ChangeLog
gst/gstbin.c