diff options
Diffstat (limited to 'examples/app/appsrc-seekable.c')
-rw-r--r-- | examples/app/appsrc-seekable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/app/appsrc-seekable.c b/examples/app/appsrc-seekable.c index 12af93d1..e0325888 100644 --- a/examples/app/appsrc-seekable.c +++ b/examples/app/appsrc-seekable.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 seekable mode. When the * appsrc requests data with the need-data signal, we retrieve a buffer and * push it to appsrc. We can also use the method as demonstrated in |