Copy seqnums from events to messages so that they can all be related back to eachother.
authorWim Taymans <wim.taymans@gmail.com>
Tue, 4 Nov 2008 15:56:55 +0000 (15:56 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 4 Nov 2008 15:56:55 +0000 (15:56 +0000)
commit0a711700067583f496bf8eaa41949c95e199df1b
tree0746f18cc37c3198788e815b42eadd78ddaf2c59
parent57792e66ace878a0592db75d5efe8dcc109245e1
Copy seqnums from events to messages so that they can all be related back to eachother.

Original commit message from CVS:
* gst/gstbin.c: (bin_handle_async_start),
(gst_bin_handle_message_func), (gst_bin_query):
* libs/gst/base/gstbasesink.c: (gst_base_sink_render_object),
(gst_base_sink_event), (gst_base_sink_change_state):
* libs/gst/base/gstbasesrc.c: (gst_base_src_perform_seek),
(gst_base_src_loop), (gst_base_src_change_state):
Copy seqnums from events to messages so that they can all be related
back to eachother.
ChangeLog
gst/gstbin.c
libs/gst/base/gstbasesink.c
libs/gst/base/gstbasesrc.c