diff --git a/gst/gstutils.c b/gst/gstutils.c index ece5abe0ee..fe982bf623 100644 --- a/gst/gstutils.c +++ b/gst/gstutils.c @@ -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) { diff --git a/libs/gst/check/gsttestclock.c b/libs/gst/check/gsttestclock.c index b736f7c221..e103da80ee 100644 --- a/libs/gst/check/gsttestclock.c +++ b/libs/gst/check/gsttestclock.c @@ -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