gstreamer/docs/design
Wim Taymans 66d7070ef1 Some docs updates
Original commit message from CVS:
* CHANGES-0.9:
* docs/design/part-TODO.txt:
* docs/design/part-events.txt:
Some docs updates

* gst/base/gstbasesink.c: (gst_base_sink_handle_object),
(gst_base_sink_event), (gst_base_sink_do_sync),
(gst_base_sink_activate_push), (gst_base_sink_activate_pull):
* gst/base/gstbasesrc.c: (gst_base_src_send_discont),
(gst_base_src_do_seek), (gst_base_src_event_handler),
(gst_base_src_loop):
* gst/base/gstbasetransform.c: (gst_base_transform_transform_caps),
(gst_base_transform_configure_caps), (gst_base_transform_setcaps),
(gst_base_transform_get_size), (gst_base_transform_buffer_alloc),
(gst_base_transform_event), (gst_base_transform_handle_buffer),
(gst_base_transform_set_passthrough),
(gst_base_transform_is_passthrough):
* gst/elements/gstfakesink.c: (gst_fake_sink_event):
* gst/elements/gstfilesink.c: (gst_file_sink_event):
Event updates.

* gst/gstbuffer.h:
Use faster casts.

* gst/gstelement.c: (gst_element_seek):
* gst/gstelement.h:
Update gst_element_seek.

* gst/gstevent.c: (gst_event_finalize), (_gst_event_copy),
(gst_event_new), (gst_event_new_custom), (gst_event_get_structure),
(gst_event_new_flush_start), (gst_event_new_flush_stop),
(gst_event_new_eos), (gst_event_new_newsegment),
(gst_event_parse_newsegment), (gst_event_new_tag),
(gst_event_parse_tag), (gst_event_new_filler), (gst_event_new_qos),
(gst_event_parse_qos), (gst_event_new_seek),
(gst_event_parse_seek), (gst_event_new_navigation):
* gst/gstevent.h:
Make GstEvent use GstStructure. Add parsing code, make sure the
API is sufficiently generic.
Mark possible directions of events and serialization.

* gst/gstmessage.c: (gst_message_init), (gst_message_finalize),
(_gst_message_copy), (gst_message_new_segment_start),
(gst_message_new_segment_done), (gst_message_new_custom),
(gst_message_parse_segment_start),
(gst_message_parse_segment_done):
Small cleanups.

* gst/gstpad.c: (gst_pad_get_caps_unlocked), (gst_pad_accept_caps),
(gst_pad_set_caps), (gst_pad_send_event):
Update for new events.
Catch events sent in wrong directions.

* gst/gstqueue.c: (gst_queue_link_src),
(gst_queue_handle_sink_event), (gst_queue_chain), (gst_queue_loop),
(gst_queue_handle_src_query):
Event updates.

* gst/gsttag.c:
* gst/gsttag.h:
Remove event code from this file.

* libs/gst/dataprotocol/dataprotocol.c: (gst_dp_packet_from_event),
(gst_dp_event_from_packet):
Event updates.
2005-07-27 18:33:03 +00:00
..
draft-ghostpads.txt Added CHANGES-0.9 doc, updated status of other docs. 2005-06-30 12:18:19 +00:00
draft-push-pull.txt Added CHANGES-0.9 doc, updated status of other docs. 2005-06-30 12:18:19 +00:00
part-activation.txt docs/design/part-activation.txt: Notes on how activation should work -- not quite implemented yet. 2005-06-27 13:25:44 +00:00
part-caps.txt docs/design/: Small doc updates 2005-06-02 08:26:58 +00:00
part-clocks.txt Small docs updates. 2005-07-19 09:19:06 +00:00
part-conventions.txt Docs updates, clean up some headers. 2005-03-08 14:38:06 +00:00
part-dynamic.txt docs/design/: Some more docs in the works. 2005-07-18 08:28:48 +00:00
part-element-sink.txt docs/design/: Updated docs, mostly DISCONT related. 2005-07-15 13:44:19 +00:00
part-element-source.txt Mention GstPushSrc 2005-05-13 09:27:24 +00:00
part-events.txt Some docs updates 2005-07-27 18:33:03 +00:00
part-gstbin.txt docs/design/: Update design notes to reflect the movement of responsibility for bus handling from GstPipeline to 2005-07-06 17:17:59 +00:00
part-gstbus.txt docs/design/: Some more docs. 2005-04-21 09:37:34 +00:00
part-gstelement.txt Added state change code. 2005-03-28 14:54:33 +00:00
part-gstobject.txt Doc updates. 2005-03-10 12:51:45 +00:00
part-gstpipeline.txt docs/design/: Updated docs, mostly DISCONT related. 2005-07-15 13:44:19 +00:00
part-live-source.txt Added support for live sources and other elements that cannot do preroll. 2005-06-23 10:37:09 +00:00
part-messages.txt docs/design/: Some more docs. 2005-04-21 09:37:34 +00:00
part-MT-refcounting.txt docs/design/: Some more docs. 2005-04-21 09:37:34 +00:00
part-negotiation.txt docs/design/: Small doc updates 2005-06-02 08:26:58 +00:00
part-overview.txt Small typo fixes, doc updates. 2005-05-30 15:48:45 +00:00
part-preroll.txt docs/design/: Some more tweeks and additions to the docs. 2005-06-30 09:33:45 +00:00
part-push-pull.txt docs/design/: Some more docs. 2005-04-21 09:37:34 +00:00
part-query.txt Added CHANGES-0.9 doc, updated status of other docs. 2005-06-30 12:18:19 +00:00
part-relations.txt Docs updates, clean up some headers. 2005-03-08 14:38:06 +00:00
part-scheduling.txt Added state change code. 2005-03-28 14:54:33 +00:00
part-seeking.txt docs/design/part-seeking.txt: Some small additions. 2005-07-21 17:22:13 +00:00
part-standards.txt Doc updates. 2005-03-10 12:51:45 +00:00
part-states.txt docs/design/: Some more tweeks and additions to the docs. 2005-06-30 09:33:45 +00:00
part-TODO.txt Some docs updates 2005-07-27 18:33:03 +00:00