From 0ddb65dec73c35a6b21c288bedbb4ef228720821 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Tue, 3 Oct 2017 16:30:10 -0700 Subject: [PATCH] Use proper GtkDoc notation for NULL/FALSE/TRUE --- ext/gdk_pixbuf/gstgdkpixbufsink.c | 4 ++-- gst/level/gstlevel.c | 2 +- gst/matroska/matroska-mux.c | 10 +++++----- gst/multifile/gstmultifilesink.c | 2 +- gst/replaygain/gstrganalysis.c | 2 +- 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 fabd6bf8f4..6c4cf3dc9a 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. * * * @@ -60,7 +60,7 @@ * containing structures named "preroll-pixbuf" * or "pixbuf" 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: * * * "pixbuf": the #GdkPixbuf object diff --git a/gst/level/gstlevel.c b/gst/level/gstlevel.c index aef6f57977..bcf290ecef 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 * "level": * 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 6af282bbcf..bbcbb0a1bf 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 654d325c99..6cfc457cdf 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 * "GstMultiFileSink" after writing each * buffer. diff --git a/gst/replaygain/gstrganalysis.c b/gst/replaygain/gstrganalysis.c index a272c109d0..214901d03a 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 album * processing, the element will skip the number of remaining album diff --git a/gst/spectrum/gstspectrum.c b/gst/spectrum/gstspectrum.c index 96331b6c4f..4be8960259 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 * "spectrum" after each interval of time given * by the #GstSpectrum:interval property.