summaryrefslogtreecommitdiff
path: root/tests
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 /tests
parent88fcf303c5eb77a8aa3784db7128cd821e634872 (diff)
Use proper GtkDoc notation for NULL/FALSE/TRUE
Diffstat (limited to 'tests')
-rw-r--r--tests/check/elements/adaptive_demux_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/elements/adaptive_demux_engine.h b/tests/check/elements/adaptive_demux_engine.h
index 43bbc4cfa..b81161c91 100644
--- a/tests/check/elements/adaptive_demux_engine.h
+++ b/tests/check/elements/adaptive_demux_engine.h
@@ -73,7 +73,7 @@ typedef struct _GstAdaptiveDemuxTestCallbacks
* @stream: #GstAdaptiveDemuxTestOutputStream
* @buffer: the #GstBuffer that was recevied by #GstAppSink
* @user_data: the user_data passed to gst_adaptive_demux_test_run()
- * Returns: #TRUE to continue processing, #FALSE to cause EOS
+ * Returns: %TRUE to continue processing, %FALSE to cause EOS
*
* Can be used by a test to perform additional operations (eg validate
* output data)