summaryrefslogtreecommitdiff
path: root/gst/mpegtsmux/tsmux
diff options
context:
space:
mode:
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-10-02 14:28:26 -0700
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>2017-10-03 14:35:48 -0700
commit0f71d2e4089aa764e6adc563ed2b2f7a33b214f9 (patch)
treef95d6afd4b6f8b4f1cd68150cc41f549686ed95f /gst/mpegtsmux/tsmux
parent88fcf303c5eb77a8aa3784db7128cd821e634872 (diff)
downloadgstreamer-plugins-bad-0f71d2e4089aa764e6adc563ed2b2f7a33b214f9.tar.gz
Use proper GtkDoc notation for NULL/FALSE/TRUE
Diffstat (limited to 'gst/mpegtsmux/tsmux')
-rw-r--r--gst/mpegtsmux/tsmux/tsmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mpegtsmux/tsmux/tsmux.c b/gst/mpegtsmux/tsmux/tsmux.c
index 24ae7e2b8..e13ee5fac 100644
--- a/gst/mpegtsmux/tsmux/tsmux.c
+++ b/gst/mpegtsmux/tsmux/tsmux.c
@@ -267,7 +267,7 @@ tsmux_get_si_interval (TsMux * mux)
*
* Add a Service Information #GstMpegtsSection to the stream
*
- * Returns: #TRUE on success, #FALSE otherwise
+ * Returns: %TRUE on success, %FALSE otherwise
*/
gboolean
tsmux_add_mpegts_si_section (TsMux * mux, GstMpegtsSection * section)