diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2005-08-25 23:17:18 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2005-08-25 23:17:18 +0000 |
commit | a28d63431ae4ab782b6e866b84690f8da09b27a5 (patch) | |
tree | 77eec8df6788c19a6e39d04341285b8a09a02b03 /docs/gst/tmpl | |
parent | 34359ad6d7c092b9cf8a5ede892745c1ae5dc817 (diff) |
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)
Diffstat (limited to 'docs/gst/tmpl')
-rw-r--r-- | docs/gst/tmpl/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/gst/tmpl/.gitignore b/docs/gst/tmpl/.gitignore index 7a2086666..f66142e49 100644 --- a/docs/gst/tmpl/.gitignore +++ b/docs/gst/tmpl/.gitignore @@ -8,6 +8,7 @@ gstbasetransform.sgml gstbin.sgml gstbuffer.sgml gstbus.sgml +gstcheck.sgml gstcollectpads.sgml gstevent.sgml gstfakesrc.sgml @@ -15,6 +16,7 @@ gstfakesink.sgml gstfilesrc.sgml gstfilesink.sgml gstmessage.sgml +gstminiobject.sgml gstprobe.sgml gstpushsrc.sgml gsttask.sgml |