From a28d63431ae4ab782b6e866b84690f8da09b27a5 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 25 Aug 2005 23:17:18 +0000 Subject: [PATCH] gst/gstbin.h: removed ';' from the end of macro defs Original commit message from CVS: * gst/gstbin.h: removed ';' from the end of macro defs * docs/gst/gstreamer-docs.sgml: * docs/gst/gstreamer-sections.txt: * docs/gst/tmpl/.cvsignore: * gst/gstbus.h: * gst/gstelement.c: (gst_element_class_init), (gst_element_set_state), (activate_pads), (gst_element_save_thyself): * gst/gstevent.c: (gst_event_new_newsegment): * gst/gstevent.h: * gst/gstiterator.c: * gst/gstiterator.h: * gst/gstpad.c: * gst/gstprobe.h: * gst/gstutils.c: (gst_pad_query_convert): * gst/gstutils.h: fixed parameter name mismatches between source, header and docs added some more docs, resolved the last batch of unused elements in docs (now someone needs to doc them) --- ChangeLog | 23 ++++ docs/gst/gstreamer-docs.sgml | 2 + docs/gst/gstreamer-sections.txt | 275 ++++++++++++++++++++++++++++++++++------ docs/gst/tmpl/.gitignore | 2 + gst/gstbin.h | 6 +- gst/gstbus.h | 22 ++++ gst/gstelement.c | 31 +++-- gst/gstevent.c | 20 +-- gst/gstevent.h | 6 +- gst/gstiterator.c | 2 +- gst/gstiterator.h | 2 +- gst/gstpad.c | 14 +- gst/gstprobe.h | 2 +- gst/gstutils.c | 17 ++- gst/gstutils.h | 2 +- 15 files changed, 334 insertions(+), 92 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1395952..445c360 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2005-08-26 Stefan Kost + + * gst/gstbin.h: + removed ';' from the end of macro defs + * docs/gst/gstreamer-docs.sgml: + * docs/gst/gstreamer-sections.txt: + * docs/gst/tmpl/.cvsignore: + * gst/gstbus.h: + * gst/gstelement.c: (gst_element_class_init), + (gst_element_set_state), (activate_pads), + (gst_element_save_thyself): + * gst/gstevent.c: (gst_event_new_newsegment): + * gst/gstevent.h: + * gst/gstiterator.c: + * gst/gstiterator.h: + * gst/gstpad.c: + * gst/gstprobe.h: + * gst/gstutils.c: (gst_pad_query_convert): + * gst/gstutils.h: + fixed parameter name mismatches between source, header and docs + added some more docs, resolved the last batch of unused elements in + docs (now someone needs to doc them) + 2005-08-25 Thomas Vander Stichele * gst/registries/gstlibxmlregistry.c: (gst_xml_registry_rebuild): diff --git a/docs/gst/gstreamer-docs.sgml b/docs/gst/gstreamer-docs.sgml index d9a8269..172c978 100644 --- a/docs/gst/gstreamer-docs.sgml +++ b/docs/gst/gstreamer-docs.sgml @@ -8,6 +8,7 @@ +