diff options
author | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2017-10-03 16:30:10 -0700 |
---|---|---|
committer | Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> | 2017-10-03 16:30:10 -0700 |
commit | 0ddb65dec73c35a6b21c288bedbb4ef228720821 (patch) | |
tree | 3c94309b28ce387d9a45ffc77f7632aa1a87e6fd /gst/matroska | |
parent | 26cf8c1dc9829b77a52e8f1f23443a77b688982e (diff) |
Use proper GtkDoc notation for NULL/FALSE/TRUE
Diffstat (limited to 'gst/matroska')
-rw-r--r-- | gst/matroska/matroska-mux.c | 10 |
1 files changed, 5 insertions, 5 deletions
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) |