docs/design/part-TODO.txt: Remove item from the todo list because it was fixed with...
authorWim Taymans <wim.taymans@gmail.com>
Mon, 13 Oct 2008 17:19:25 +0000 (17:19 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 13 Oct 2008 17:19:25 +0000 (17:19 +0000)
commit97ec47cabb1eb2280cf14f334f4264d5cb7e6a88
treed0b9b47691c30615ade8cad3e72960c5ff7d1735
parent35a2a49c009f7ad36c4801fc36370ddf3fa0ef2d
docs/design/part-TODO.txt: Remove item from the todo list because it was fixed with the latency state change rewrites.

Original commit message from CVS:
* docs/design/part-TODO.txt:
Remove item from the todo list because it was fixed with the latency
state change rewrites.
* docs/design/part-seeking.txt:
* docs/design/part-segments.txt:
Update some docs.
* gst/gstevent.c: (gst_event_new_new_segment_full),
(gst_event_parse_new_segment_full), (gst_event_new_buffer_size),
(gst_event_parse_buffer_size), (gst_event_new_qos),
(gst_event_parse_qos), (gst_event_new_seek),
(gst_event_parse_seek), (gst_event_new_latency),
(gst_event_parse_latency):
Use quarks to construct and parse events.
* gst/gstquark.c: (_priv_gst_quarks_initialize):
* gst/gstquark.h:
Add some more quarks to the table.
Emit a warning when the quark tables are not in sync.
* tests/check/gst/gstbus.c: (GST_START_TEST):
Add an assert.
ChangeLog
docs/design/part-TODO.txt
docs/design/part-seeking.txt
docs/design/part-segments.txt
gst/gstevent.c
gst/gstquark.c
gst/gstquark.h
tests/check/gst/gstbus.c