summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorEvan Nemerson <evan@nemerson.com>2014-06-30 23:39:18 -0700
committerSebastian Dröge <sebastian@centricular.com>2014-07-01 09:03:41 +0200
commit5abc82e9f385f14be6dfab9873df7247d455b547 (patch)
tree32de4b959e4a49f72f82b41704359229e08f6925 /libs
parent688108431a4089ddd67e4c1726713b85e134b053 (diff)
downloadgstreamer-5abc82e9f385f14be6dfab9873df7247d455b547.tar.gz
introspection: Assorted minor introspection and documentation fixes
https://bugzilla.gnome.org/show_bug.cgi?id=732534
Diffstat (limited to 'libs')
-rw-r--r--libs/gst/base/gstbasesrc.c2
-rw-r--r--libs/gst/base/gstcollectpads.c4
-rw-r--r--libs/gst/check/gstcheck.c8
-rw-r--r--libs/gst/check/gsttestclock.c2
4 files changed, 12 insertions, 4 deletions
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