diff options
-rw-r--r-- | ext/gdk_pixbuf/gstgdkpixbufsink.c | 4 | ||||
-rw-r--r-- | gst/level/gstlevel.c | 2 | ||||
-rw-r--r-- | gst/matroska/matroska-mux.c | 10 | ||||
-rw-r--r-- | gst/multifile/gstmultifilesink.c | 2 | ||||
-rw-r--r-- | gst/replaygain/gstrganalysis.c | 2 | ||||
-rw-r--r-- | gst/spectrum/gstspectrum.c | 2 |
6 files changed, 11 insertions, 11 deletions
diff --git a/ext/gdk_pixbuf/gstgdkpixbufsink.c b/ext/gdk_pixbuf/gstgdkpixbufsink.c index fabd6bf8f..6c4cf3dc9 100644 --- a/ext/gdk_pixbuf/gstgdkpixbufsink.c +++ b/ext/gdk_pixbuf/gstgdkpixbufsink.c @@ -41,7 +41,7 @@ * purposes - just wait until the pipeline is prerolled (ASYNC_DONE message * on the bus), then read the property. If you use this method, you may want * to disable message posting by setting the #GstGdkPixbufSink:post-messages - * property to #FALSE. This avoids unnecessary memory overhead. + * property to %FALSE. This avoids unnecessary memory overhead. * </listitem> * </itemizedlist> * @@ -60,7 +60,7 @@ * containing structures named <classname>"preroll-pixbuf" * </classname> or <classname>"pixbuf"</classname> on the bus (this * can be disabled by setting the #GstGdkPixbufSink:post-messages property - * to #FALSE though). The element message structure has the following fields: + * to %FALSE though). The element message structure has the following fields: * <itemizedlist> * <listitem> * <classname>"pixbuf"</classname>: the #GdkPixbuf object diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c index aef6f5797..bcf290ece 100644 --- a/gst/level/gstlevel.c +++ b/gst/level/gstlevel.c @@ -23,7 +23,7 @@ * SECTION:element-level * * Level analyses incoming audio buffers and, if the #GstLevel:message property - * is #TRUE, generates an element message named + * is %TRUE, generates an element message named * <classname>"level"</classname>: * after each interval of time given by the #GstLevel:interval property. * The message's structure contains these fields: diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c index 6af282bbc..bbcbb0a1b 100644 --- a/gst/matroska/matroska-mux.c +++ b/gst/matroska/matroska-mux.c @@ -715,7 +715,7 @@ gst_matroska_mux_reset (GstElement * element) * * handle events - copied from oggmux without understanding * - * Returns: #TRUE on success. + * Returns: %TRUE on success. */ static gboolean gst_matroska_mux_handle_src_event (GstPad * pad, GstObject * parent, @@ -792,7 +792,7 @@ gst_matroska_mux_build_vobsub_private (GstMatroskaTrackContext * context, * * handle events - informational ones like tags * - * Returns: #TRUE on success. + * Returns: %TRUE on success. */ static gboolean gst_matroska_mux_handle_sink_event (GstCollectPads * pads, @@ -948,7 +948,7 @@ gst_matroska_mux_set_codec_id (GstMatroskaTrackContext * context, * * Setcaps function for video sink pad. * - * Returns: #TRUE on success. + * Returns: %TRUE on success. */ static gboolean gst_matroska_mux_video_pad_setcaps (GstPad * pad, GstCaps * caps) @@ -1760,7 +1760,7 @@ opus_make_codecdata (GstMatroskaTrackContext * context, GstCaps * caps) * * Setcaps function for audio sink pad. * - * Returns: #TRUE on success. + * Returns: %TRUE on success. */ static gboolean gst_matroska_mux_audio_pad_setcaps (GstPad * pad, GstCaps * caps) @@ -2181,7 +2181,7 @@ refuse_caps: * * Setcaps function for subtitle sink pad. * - * Returns: #TRUE on success. + * Returns: %TRUE on success. */ static gboolean gst_matroska_mux_subtitle_pad_setcaps (GstPad * pad, GstCaps * caps) diff --git a/gst/multifile/gstmultifilesink.c b/gst/multifile/gstmultifilesink.c index 654d325c9..6cfc457cd 100644 --- a/gst/multifile/gstmultifilesink.c +++ b/gst/multifile/gstmultifilesink.c @@ -40,7 +40,7 @@ * The filename property should contain a string with a \%d placeholder that will * be substituted with the index for each filename. * - * If the #GstMultiFileSink:post-messages property is #TRUE, it sends an application + * If the #GstMultiFileSink:post-messages property is %TRUE, it sends an application * message named * <classname>"GstMultiFileSink"</classname> after writing each * buffer. diff --git a/gst/replaygain/gstrganalysis.c b/gst/replaygain/gstrganalysis.c index a272c109d..214901d03 100644 --- a/gst/replaygain/gstrganalysis.c +++ b/gst/replaygain/gstrganalysis.c @@ -209,7 +209,7 @@ gst_rg_analysis_class_init (GstRgAnalysisClass * klass) * skip the processing of streams that already contain the necessary tags. * Data will flow as usual but the element will not consume CPU time and will * not generate result tags. To enable possible skipping, set this property - * to #FALSE. + * to %FALSE. * * If used in conjunction with <link linkend="GstRgAnalysis--num-tracks">album * processing</link>, the element will skip the number of remaining album diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c index 96331b6c4..4be896025 100644 --- a/gst/spectrum/gstspectrum.c +++ b/gst/spectrum/gstspectrum.c @@ -22,7 +22,7 @@ * SECTION:element-spectrum * * The Spectrum element analyzes the frequency spectrum of an audio signal. - * If the #GstSpectrum:post-messages property is #TRUE, it sends analysis results + * If the #GstSpectrum:post-messages property is %TRUE, it sends analysis results * as element messages named * <classname>"spectrum"</classname> after each interval of time given * by the #GstSpectrum:interval property. |