docs/: Correct fixxrefs options.
authorStefan Kost <ensonic@users.sourceforge.net>
Sun, 6 May 2007 18:27:25 +0000 (18:27 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Sun, 6 May 2007 18:27:25 +0000 (18:27 +0000)
commitb7e503a7f91fee881152f49d2ab021a89da15b05
tree41c642342386e769f8239e1ec82a9f132f133685
parent42651f72ff4a35dbff5115e8642c690338cbdbfc
docs/: Correct fixxrefs options.

Original commit message from CVS:
* docs/gst/Makefile.am:
* docs/libs/Makefile.am:
Correct fixxrefs options.
* docs/plugins/Makefile.am:
* docs/plugins/gstreamer-plugins-docs.sgml:
* docs/plugins/gstreamer-plugins-sections.txt:
* plugins/elements/Makefile.am:
* plugins/elements/gstcapsfilter.c (gst_capsfilter_details):
* plugins/elements/gstcapsfilter.h (__GST_CAPSFILTER_H__,
GST_TYPE_CAPSFILTER, GST_CAPSFILTER, GST_CAPSFILTER_CLASS,
GST_IS_CAPSFILTER, GST_IS_CAPSFILTER_CLASS, GstCapsFilter,
GstCapsFilterClass, _GstCapsFilter, trans, filter_caps,
_GstCapsFilterClass, trans_class):
* plugins/elements/gstelements.c (name, rank, type, _elements):
* plugins/elements/gstidentity.c
(gst_identity_check_imperfect_timestamp,
gst_identity_check_imperfect_offset):
Document capsfilter and add doc-blurb to identity.
ChangeLog
docs/gst/Makefile.am
docs/libs/Makefile.am
docs/plugins/Makefile.am
docs/plugins/gstreamer-plugins-docs.sgml
docs/plugins/gstreamer-plugins-sections.txt
plugins/elements/Makefile.am
plugins/elements/gstcapsfilter.c
plugins/elements/gstcapsfilter.h [new file with mode: 0644]
plugins/elements/gstelements.c
plugins/elements/gstidentity.c