docs: Fix a few gtk-doc warnings
authorTim-Philipp Müller <tim@centricular.com>
Thu, 7 Dec 2017 12:05:23 +0000 (12:05 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 7 Dec 2017 12:16:57 +0000 (12:16 +0000)
Broken links mostly.

gst/gstbus.c
gst/gstevent.c
gst/gsttracer.c
gst/gsttracerutils.h
gst/gstvalue.h

index baccd90..6699e05 100644 (file)
@@ -769,7 +769,7 @@ no_replace:
  * Gets the file descriptor from the bus which can be used to get notified about
  * messages being available with functions like g_poll(), and allows integration
  * into other event loops based on file descriptors.
- * Whenever a message is available, the %POLLIN / %G_IO_IN event is set.
+ * Whenever a message is available, the POLLIN / %G_IO_IN event is set.
  *
  * Warning: NEVER read or write anything to the returned fd but only use it
  * for getting notifications via g_poll() or similar and then use the normal
index 71cfab0..41e5b0b 100644 (file)
@@ -591,7 +591,7 @@ gst_event_parse_flush_stop (GstEvent * event, gboolean * reset_time)
  * The list of @streams corresponds to the "Stream ID" of each stream to be
  * activated. Those ID can be obtained via the #GstStream objects present
  * in #GST_EVENT_STREAM_START, #GST_EVENT_STREAM_COLLECTION or
- * #GST_MESSSAGE_STREAM_COLLECTION.
+ * #GST_MESSAGE_STREAM_COLLECTION.
  *
  * Note: The list of @streams can not be empty.
  *
index 25cc94f..958007f 100644 (file)
@@ -25,7 +25,7 @@
  * @short_description: Tracing base class
  *
  * Tracing modules will subclass #GstTracer and register through
- * gst_tracing_register(). Modules can attach to various hook-types - see
+ * gst_tracer_register(). Modules can attach to various hook-types - see
  * gst_tracing_register_hook(). When invoked they receive hook specific
  * contextual data, which they must not modify.
  *
index 426bc53..bbb1a0d 100644 (file)
@@ -358,7 +358,7 @@ typedef void (*GstTracerHookElementQueryPost) (GObject *self, GstClockTime ts,
  * @ts: the current timestamp
  * @element: the element
  *
- * Hook for gst_element_new() named "element-new".
+ * Hook for whenever a new element is created, named "element-new".
  */
 typedef void (*GstTracerHookElementNew) (GObject *self, GstClockTime ts,
     GstElement *element);
index 6beee7a..756b323 100644 (file)
@@ -215,7 +215,7 @@ G_BEGIN_DECLS
  * GST_FLAG_SET_MASK_EXACT: (value 4294967295) (type guint)
  *
  * A mask value with all bits set, for use as a
- * #GstFlagSet mask where all flag bits must match
+ * GstFlagSet mask where all flag bits must match
  * exactly
  *
  * Since: 1.6