doc: Fix some docstrings

This commit is contained in:
Thibault Saunier 2019-04-23 12:28:23 -04:00
parent af01988534
commit 38c5ba90b3
6 changed files with 10 additions and 11 deletions

View file

@ -20,7 +20,7 @@
#include <libsoup/soup.h> #include <libsoup/soup.h>
#include "gstsouputils.h" #include "gstsouputils.h"
/** /*
* Soup logger funcs * Soup logger funcs
*/ */

View 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. * Cree une nouvelle 'bombe', c'est a dire une particule appartenant a une fusee d'artifice.
*/ */
static void 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. * Met a jour la position et vitesse d'une particule.
*/ */
static void static void
@ -213,7 +213,7 @@ updateStar (Star * s)
} }
/** /*
* Ajoute de nouvelles particules au moment d'un evenement sonore. * Ajoute de nouvelles particules au moment d'un evenement sonore.
*/ */
static void static void
@ -282,7 +282,7 @@ fs_sound_event_occured (VisualFX * _this, PluginInfo * info)
} }
/** /*
* Main methode of the FX. * Main methode of the FX.
*/ */
static void static void

View file

@ -21,7 +21,7 @@
#include "goom_config.h" #include "goom_config.h"
/** /*
* Random number generator wrapper for faster random number. * Random number generator wrapper for faster random number.
*/ */

View file

@ -2480,7 +2480,7 @@ gst_rtp_bin_class_init (GstRtpBinClass * klass)
* *
* Enables RTP retransmission on all streams. To control retransmission on * Enables RTP retransmission on all streams. To control retransmission on
* a per-SSRC basis, connect to the #GstRtpBin::new-jitterbuffer signal and * 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. * #GstRtpJitterBuffer object instead.
*/ */
g_object_class_install_property (gobject_class, PROP_DO_RETRANSMISSION, g_object_class_install_property (gobject_class, PROP_DO_RETRANSMISSION,

View file

@ -51,8 +51,7 @@ typedef struct
} GstRTPMuxPadPrivate; } GstRTPMuxPadPrivate;
/** /* GstRTPMux:
* GstRTPMux:
* *
* The opaque #GstRTPMux structure. * The opaque #GstRTPMux structure.
*/ */

View file

@ -3883,8 +3883,8 @@ gst_v4l2_object_try_format (GstV4l2Object * v4l2object, GstCaps * caps,
/** /**
* gst_v4l2_object_acquire_format: * gst_v4l2_object_acquire_format:
* @v4l2object the object * @v4l2object: the object
* @info a GstVideoInfo to be filled * @info: a GstVideoInfo to be filled
* *
* Acquire the driver choosen format. This is useful in decoder or encoder elements where * Acquire the driver choosen format. This is useful in decoder or encoder elements where
* the output format is choosen by the HW. * the output format is choosen by the HW.