diff options
Diffstat (limited to 'examples/app/appsrc-stream2.c')
-rw-r--r-- | examples/app/appsrc-stream2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/app/appsrc-stream2.c b/examples/app/appsrc-stream2.c index f9d14577..8f691a2e 100644 --- a/examples/app/appsrc-stream2.c +++ b/examples/app/appsrc-stream2.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 pull mode. When the * appsrc request data with the need-data signal, we retrieve a buffer of an * arbitrary size and push it to appsrc. |