summaryrefslogtreecommitdiffstats
path: root/examples/app/appsrc-ra.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/app/appsrc-ra.c')
-rw-r--r--examples/app/appsrc-ra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/app/appsrc-ra.c b/examples/app/appsrc-ra.c
index 84cb054f..1611616e 100644
--- a/examples/app/appsrc-ra.c
+++ b/examples/app/appsrc-ra.c
@@ -33,7 +33,7 @@
GST_DEBUG_CATEGORY (appsrc_playbin_debug);
#define GST_CAT_DEFAULT appsrc_playbin_debug
-/**
+/*
* an example application of using appsrc in random-access mode. When the
* appsrc requests data with the need-data signal, we retrieve a buffer of the
* requested size and push it to appsrc.