docs: some small gtk-doc markup fixes
authorKjartan Maraas <kmaraas@gnome.org>
Tue, 30 Jul 2013 17:27:23 +0000 (19:27 +0200)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 30 Jul 2013 22:33:28 +0000 (23:33 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=705156

gst/gstutils.c
libs/gst/check/gsttestclock.c

index ece5abe..fe982bf 100644 (file)
@@ -3762,7 +3762,8 @@ gst_pad_get_stream_id (GstPad * pad)
  * stream-start event.
  *
  * Returns: A constantly incrementing unsigned integer, which might
- * overflow back to 0 at some point. */
+ * overflow back to 0 at some point.
+ */
 guint
 gst_util_group_id_next (void)
 {
index b736f7c..e103da8 100644 (file)
@@ -273,7 +273,7 @@ gst_test_clock_class_init (GstTestClockClass * klass)
   gstclock_class->unschedule = GST_DEBUG_FUNCPTR (gst_test_clock_unschedule);
 
   /**
-   * GstTestClock:start-time
+   * GstTestClock:start-time:
    *
    * When a #GstTestClock is constructed it will have a certain start time set.
    * If the clock was created using gst_test_clock_new_with_start_time() then