doc: Fix some docstrings
authorThibault Saunier <tsaunier@igalia.com>
Tue, 23 Apr 2019 16:28:23 +0000 (12:28 -0400)
committerThibault Saunier <tsaunier@igalia.com>
Mon, 13 May 2019 21:00:00 +0000 (17:00 -0400)
ext/soup/gstsouputils.c
gst/goom/flying_stars_fx.c
gst/goom/goom_tools.h
gst/rtpmanager/gstrtpbin.c
gst/rtpmanager/gstrtpmux.h
sys/v4l2/gstv4l2object.c

index 72c1ef1..243bc09 100644 (file)
@@ -20,7 +20,7 @@
 #include <libsoup/soup.h>
 #include "gstsouputils.h"
 
-/**
+/*
  * Soup logger funcs
  */
 
index de35e72..4f97be9 100644 (file)
@@ -163,7 +163,7 @@ fs_free (VisualFX * _this)
 }
 
 
-/**
+/*
  * Cree une nouvelle 'bombe', c'est a dire une particule appartenant a une fusee d'artifice.
  */
 static void
@@ -199,7 +199,7 @@ addABomb (FSData * fs, int mx, int my, float radius, float vage, float gravity,
 }
 
 
-/**
+/*
  * Met a jour la position et vitesse d'une particule.
  */
 static void
@@ -213,7 +213,7 @@ updateStar (Star * s)
 }
 
 
-/**
+/*
  * Ajoute de nouvelles particules au moment d'un evenement sonore.
  */
 static void
@@ -282,7 +282,7 @@ fs_sound_event_occured (VisualFX * _this, PluginInfo * info)
 }
 
 
-/**
+/*
  * Main methode of the FX.
  */
 static void
index 34f5240..db5c407 100644 (file)
@@ -21,7 +21,7 @@
 
 #include "goom_config.h"
 
-/**
+/*
  * Random number generator wrapper for faster random number.
  */
 
index d200cfd..68c680e 100644 (file)
@@ -2480,7 +2480,7 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass)
    *
    * Enables RTP retransmission on all streams. To control retransmission on
    * a per-SSRC basis, connect to the #GstRtpBin::new-jitterbuffer signal and
-   * set the #GstRtpJitterBuffer::do-retransmission property on the
+   * set the #GstRtpJitterBuffer:do-retransmission property on the
    * #GstRtpJitterBuffer object instead.
    */
   g_object_class_install_property (gobject_class, PROP_DO_RETRANSMISSION,
index b94d408..65343da 100644 (file)
@@ -51,8 +51,7 @@ typedef struct
 } GstRTPMuxPadPrivate;
 
 
-/**
- * GstRTPMux:
+/* GstRTPMux:
  *
  * The opaque #GstRTPMux structure.
  */
index 01c5abf..db9fe88 100644 (file)
@@ -3883,8 +3883,8 @@ gst_v4l2_object_try_format (GstV4l2Object * v4l2object, GstCaps * caps,
 
 /**
  * gst_v4l2_object_acquire_format:
- * @v4l2object the object
- * @info a GstVideoInfo to be filled
+ * @v4l2object: the object
+ * @info: a GstVideoInfo to be filled
  *
  * Acquire the driver choosen format. This is useful in decoder or encoder elements where
  * the output format is choosen by the HW.