From 5abc82e9f385f14be6dfab9873df7247d455b547 Mon Sep 17 00:00:00 2001 From: Evan Nemerson Date: Mon, 30 Jun 2014 23:39:18 -0700 Subject: introspection: Assorted minor introspection and documentation fixes https://bugzilla.gnome.org/show_bug.cgi?id=732534 --- libs/gst/base/gstbasesrc.c | 2 +- libs/gst/base/gstcollectpads.c | 4 ++-- libs/gst/check/gstcheck.c | 8 ++++++++ libs/gst/check/gsttestclock.c | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) (limited to 'libs') diff --git a/libs/gst/base/gstbasesrc.c b/libs/gst/base/gstbasesrc.c index eb861a30f5..9c8a0c6cc6 100644 --- a/libs/gst/base/gstbasesrc.c +++ b/libs/gst/base/gstbasesrc.c @@ -629,7 +629,7 @@ gst_base_src_set_dynamic_size (GstBaseSrc * src, gboolean dynamic) * @src: base source instance * @automatic_eos: automatic eos * - * If @automatic_eos is %TRUE, basesrc will automatically go EOS if a buffer + * If @automatic_eos is %TRUE, @src will automatically go EOS if a buffer * after the total size is returned. By default this is %TRUE but sources * that can't return an authoritative size and only know that they're EOS * when trying to read more should set this to %FALSE. diff --git a/libs/gst/base/gstcollectpads.c b/libs/gst/base/gstcollectpads.c index bebaf12ad4..992446b361 100644 --- a/libs/gst/base/gstcollectpads.c +++ b/libs/gst/base/gstcollectpads.c @@ -1889,13 +1889,13 @@ forward_event_to_all_sinkpads (GstPad * srcpad, GstEvent * event) /** * gst_collect_pads_src_event_default: - * @pads: the collectpads to use + * @pads: the #GstCollectPads to use * @pad: src #GstPad that received the event * @event: event being processed * * Default #GstCollectPads event handling for the src pad of elements. * Elements can chain up to this to let flushing seek event handling - * be done by GstCollectPads. + * be done by #GstCollectPads. * * Since: 1.4 */ diff --git a/libs/gst/check/gstcheck.c b/libs/gst/check/gstcheck.c index 454ebb243e..7589ce152b 100644 --- a/libs/gst/check/gstcheck.c +++ b/libs/gst/check/gstcheck.c @@ -280,6 +280,8 @@ gst_check_setup_src_pad_by_name (GstElement * element, * @tmpl: pad template * * Returns: (transfer full): a new pad + * + * Since: 1.4 */ GstPad * gst_check_setup_src_pad_from_template (GstElement * element, @@ -295,6 +297,8 @@ gst_check_setup_src_pad_from_template (GstElement * element, * @name: name * * Returns: (transfer full): a new pad + * + * Since: 1.4 */ GstPad * gst_check_setup_src_pad_by_name_from_template (GstElement * element, @@ -403,6 +407,8 @@ gst_check_setup_sink_pad_by_name (GstElement * element, * @tmpl: pad template * * Returns: (transfer full): a new pad + * + * Since: 1.4 */ GstPad * gst_check_setup_sink_pad_from_template (GstElement * element, @@ -418,6 +424,8 @@ gst_check_setup_sink_pad_from_template (GstElement * element, * @name: name * * Returns: (transfer full): a new pad + * + * Since: 1.4 */ GstPad * gst_check_setup_sink_pad_by_name_from_template (GstElement * element, diff --git a/libs/gst/check/gsttestclock.c b/libs/gst/check/gsttestclock.c index a609766861..0981b0b0fc 100644 --- a/libs/gst/check/gsttestclock.c +++ b/libs/gst/check/gsttestclock.c @@ -985,7 +985,7 @@ gst_test_clock_get_next_entry_time (GstTestClock * test_clock) * @count: the number of pending clock notifications to wait for * @pending_list: (out) (element-type Gst.ClockID) (transfer full) (allow-none): Address * of a #GList pointer variable to store the list of pending #GstClockIDs - * that expired, or NULL + * that expired, or %NULL * * Blocks until at least @count clock notifications have been requested from * @test_clock. There is no timeout for this wait, see the main description of -- cgit v1.2.1