From aac0353ce692555c5a4497aa9902340cf93ff2b8 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Tue, 10 Jul 2007 20:46:41 +0000 Subject: [PATCH] gst-libs/gst/: Make gtk-doc happy. Original commit message from CVS: * gst-libs/gst/interfaces/propertyprobe.c: * gst-libs/gst/rtp/gstbasertpaudiopayload.c: * gst-libs/gst/tag/gstvorbistag.c: Make gtk-doc happy. --- ChangeLog | 7 +++++++ gst-libs/gst/interfaces/propertyprobe.c | 8 ++------ gst-libs/gst/rtp/gstbasertpaudiopayload.c | 2 +- gst-libs/gst/tag/gstvorbistag.c | 10 +++++----- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index eec5fc4..d7bf770 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-07-10 Stefan Kost + + * gst-libs/gst/interfaces/propertyprobe.c: + * gst-libs/gst/rtp/gstbasertpaudiopayload.c: + * gst-libs/gst/tag/gstvorbistag.c: + Make gtk-doc happy. + 2007-07-08 Tim-Philipp Müller * gst-libs/gst/audio/gstbaseaudiosink.c: diff --git a/gst-libs/gst/interfaces/propertyprobe.c b/gst-libs/gst/interfaces/propertyprobe.c index df7834c..3458e77 100644 --- a/gst-libs/gst/interfaces/propertyprobe.c +++ b/gst-libs/gst/interfaces/propertyprobe.c @@ -88,7 +88,7 @@ gst_property_probe_iface_init (GstPropertyProbeInterface * iface) * * Get a list of properties for which probing is supported. * - * Returns the list of properties for which probing is supported + * Returns: the list of properties for which probing is supported * by this element. */ @@ -147,11 +147,7 @@ gst_property_probe_probe_property (GstPropertyProbe * probe, * @probe: the #GstPropertyProbe to check. * @name: name of the property to return. * - * Returns the #GParamSpec for the given property. It's similar to - * g_object_class_find_property (), except that this function only - * takes "probe'able" properties into account. - * - * Returns: the #GParamSpec that belongs to the given property. + * Runs a probe on the given property. */ void diff --git a/gst-libs/gst/rtp/gstbasertpaudiopayload.c b/gst-libs/gst/rtp/gstbasertpaudiopayload.c index 06a3f47..cab27fc 100644 --- a/gst-libs/gst/rtp/gstbasertpaudiopayload.c +++ b/gst-libs/gst/rtp/gstbasertpaudiopayload.c @@ -552,7 +552,7 @@ gst_base_rtp_audio_payload_handle_sample_based_buffer (GstBaseRTPPayload * /** * gst_base_rtp_audio_payload_push: - * @basepayload: a #GstBaseRTPPayload + * @baseaudiopayload: a #GstBaseRTPPayload * @data: data to set as payload * @payload_len: length of payload * @timestamp: a #GstClockTime diff --git a/gst-libs/gst/tag/gstvorbistag.c b/gst-libs/gst/tag/gstvorbistag.c index 7721e2f..53ea21c 100644 --- a/gst-libs/gst/tag/gstvorbistag.c +++ b/gst-libs/gst/tag/gstvorbistag.c @@ -24,7 +24,7 @@ * @short_description: tag mappings and support functions for plugins * dealing with vorbiscomments * @see_also: #GstTagList - * + * * * * Contains various utility functions for plugins to parse or create @@ -145,7 +145,7 @@ gst_tag_to_vorbis_tag (const gchar * gst_tag) * gst_vorbis_tag_add: * @list: a #GstTagList * @tag: a vorbiscomment tag string (key in key=value), must be valid UTF-8 - * @val: a vorbiscomment value string (value in key=value), must be valid UTF-8 + * @value: a vorbiscomment value string (value in key=value), must be valid UTF-8 * * Convenience function using gst_tag_from_vorbis_tag(), parsing * a vorbis comment string into the right type and adding it to the @@ -295,10 +295,10 @@ gst_vorbis_tag_add (GstTagList * list, const gchar * tag, const gchar * value) * @vendor_string: pointer to a string that should take the vendor string * of this vorbis comment or NULL if you don't need it. * - * Creates a new tag list that contains the information parsed out of a + * Creates a new tag list that contains the information parsed out of a * vorbiscomment packet. * - * Returns: A new #GstTagList with all tags that could be extracted from the + * Returns: A new #GstTagList with all tags that could be extracted from the * given vorbiscomment buffer or NULL on error. */ GstTagList * @@ -378,7 +378,7 @@ MyForEach; * @list: a #GstTagList * @tag: a GStreamer tag identifier, such as #GST_TAG_ARTIST * - * Creates a new tag list that contains the information parsed out of a + * Creates a new tag list that contains the information parsed out of a * vorbiscomment packet. * * Returns: A #GList of newly-allowcated key=value strings. Free with -- 2.7.4