From 446ddc915f6cd769be610e71534f42ab93985e41 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 23 Sep 2005 18:08:59 +0000 Subject: [PATCH] common/gtk-doc.mak: don't fail on building XML, FC4 slave shows a bunch of doc missing bits that I don't get Original commit message from CVS: * common/gtk-doc.mak: don't fail on building XML, FC4 slave shows a bunch of doc missing bits that I don't get * gst/gstpad.c: * gst/gstpipeline.c: * gst/gststructure.c: some doc updates --- ChangeLog | 10 ++++++++++ common | 2 +- gst/gstpad.c | 4 +++- gst/gstpipeline.c | 1 + gst/gststructure.c | 1 + 5 files changed, 16 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d0d9a4ad79..1d59a62c88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2005-09-23 Thomas Vander Stichele + + * common/gtk-doc.mak: + don't fail on building XML, FC4 slave shows a bunch of doc + missing bits that I don't get + * gst/gstpad.c: + * gst/gstpipeline.c: + * gst/gststructure.c: + some doc updates + 2005-09-23 Tim-Philipp Müller * docs/design/part-gstbin.txt: diff --git a/common b/common index 793f85c1c1..c7160d5b7c 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 793f85c1c14de9c1053b8db7df44bfbba1f0a156 +Subproject commit c7160d5b7c76f00609cf7b6e9b782e99f626686c diff --git a/gst/gstpad.c b/gst/gstpad.c index 49c04beed7..6fe5151d85 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -1927,7 +1927,8 @@ gst_pad_fixate_caps (GstPad * pad, GstCaps * caps) /** * gst_pad_accept_caps: - * @pad: a #GstPad to check + * @pad: a #GstPad to check + * @caps: a #GstCaps to check on the pad * * Check if the given pad accepts the caps. * @@ -1979,6 +1980,7 @@ gst_pad_accept_caps (GstPad * pad, GstCaps * caps) /** * gst_pad_peer_accept_caps: * @pad: a #GstPad to check + * @caps: a #GstCaps to check on the pad * * Check if the given pad accepts the caps. * diff --git a/gst/gstpipeline.c b/gst/gstpipeline.c index fabb6027ef..5364fee42a 100644 --- a/gst/gstpipeline.c +++ b/gst/gstpipeline.c @@ -422,6 +422,7 @@ gst_pipeline_get_bus (GstPipeline * pipeline) /** * gst_pipeline_set_new_stream_time: * @pipeline: the pipeline + * @GstClockTime: the new stream time to set * * Set the new stream time of the pipeline. The stream time is used to * set the base time on the elements (see @gst_element_set_base_time()) diff --git a/gst/gststructure.c b/gst/gststructure.c index 809dd09649..6801ca073c 100644 --- a/gst/gststructure.c +++ b/gst/gststructure.c @@ -719,6 +719,7 @@ gst_structure_n_fields (const GstStructure * structure) /** * gst_structure_nth_field_name: * @structure: a #GstStructure + * @index: the index to get the name of * * Returns: the name of the given field number, counting from 0 onwards. */