mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
docs: some small gtk-doc markup fixes
https://bugzilla.gnome.org/show_bug.cgi?id=705156
This commit is contained in:
parent
f9d62f6a53
commit
280f557380
2 changed files with 3 additions and 2 deletions
|
@ -3762,7 +3762,8 @@ gst_pad_get_stream_id (GstPad * pad)
|
||||||
* stream-start event.
|
* stream-start event.
|
||||||
*
|
*
|
||||||
* Returns: A constantly incrementing unsigned integer, which might
|
* Returns: A constantly incrementing unsigned integer, which might
|
||||||
* overflow back to 0 at some point. */
|
* overflow back to 0 at some point.
|
||||||
|
*/
|
||||||
guint
|
guint
|
||||||
gst_util_group_id_next (void)
|
gst_util_group_id_next (void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -273,7 +273,7 @@ gst_test_clock_class_init (GstTestClockClass * klass)
|
||||||
gstclock_class->unschedule = GST_DEBUG_FUNCPTR (gst_test_clock_unschedule);
|
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.
|
* 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
|
* If the clock was created using gst_test_clock_new_with_start_time() then
|
||||||
|
|
Loading…
Reference in a new issue