summaryrefslogtreecommitdiffstats
path: root/examples/app/appsrc-stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/app/appsrc-stream.c')
-rw-r--r--examples/app/appsrc-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/app/appsrc-stream.c b/examples/app/appsrc-stream.c
index 9a09e1b6..d5edceb8 100644
--- a/examples/app/appsrc-stream.c
+++ b/examples/app/appsrc-stream.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 streaming push mode. We simply push
* buffers into appsrc. The size of the buffers we push can be any size we
* choose.