docs/gst/gstreamer-sections.txt: Add docs for new methods.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 2 Feb 2007 11:48:48 +0000 (11:48 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 2 Feb 2007 11:48:48 +0000 (11:48 +0000)
commit74da6ad93740b8147fd2940fcdfc3cb80a27db54
tree402c6c976b22498c8229e2263992bbb68f31ed3c
parent94e66c5da09fc560bff4f2759d30aff2dc26b760
docs/gst/gstreamer-sections.txt: Add docs for new methods.

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
Add docs for new methods.
* gst/gstevent.c: (gst_event_new_latency),
(gst_event_parse_latency):
* gst/gstevent.h:
Add new LATENCY event to configure latency in a pipeline.
API: gst_event_new_latency
API: gst_event_parse_latency
* gst/gstmessage.c: (gst_message_new_buffering),
(gst_message_new_lost_preroll), (gst_message_new_prerolled),
(gst_message_new_latency), (gst_message_parse_buffering),
(gst_message_parse_lost_preroll):
* gst/gstmessage.h:
Added messages used in draft-latency.
API: gst_message_new_lost_preroll
API: gst_message_parse_lost_preroll
API: gst_message_new_prerolled
API: gst_message_new_latency
* gst/gstquery.c: (gst_query_new_latency), (gst_query_set_latency),
(gst_query_parse_latency):
* gst/gstquery.h:
Implemented new latency query as in design doc.
API: gst_query_new_latency
API: gst_query_set_latency
API: gst_query_parse_latency
ChangeLog
docs/gst/gstreamer-sections.txt
gst/gstevent.c
gst/gstevent.h
gst/gstmessage.c
gst/gstmessage.h
gst/gstquery.c
gst/gstquery.h