mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 15:18:21 +00:00
doc: Fix some docstrings
This commit is contained in:
parent
af01988534
commit
38c5ba90b3
6 changed files with 10 additions and 11 deletions
|
@ -20,7 +20,7 @@
|
|||
#include <libsoup/soup.h>
|
||||
#include "gstsouputils.h"
|
||||
|
||||
/**
|
||||
/*
|
||||
* Soup logger funcs
|
||||
*/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "goom_config.h"
|
||||
|
||||
/**
|
||||
/*
|
||||
* Random number generator wrapper for faster random number.
|
||||
*/
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -51,8 +51,7 @@ typedef struct
|
|||
} GstRTPMuxPadPrivate;
|
||||
|
||||
|
||||
/**
|
||||
* GstRTPMux:
|
||||
/* GstRTPMux:
|
||||
*
|
||||
* The opaque #GstRTPMux structure.
|
||||
*/
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue