diff options
Diffstat (limited to 'examples/app')
-rw-r--r-- | examples/app/appsrc-ra.c | 2 | ||||
-rw-r--r-- | examples/app/appsrc-seekable.c | 2 | ||||
-rw-r--r-- | examples/app/appsrc-stream.c | 2 | ||||
-rw-r--r-- | examples/app/appsrc-stream2.c | 2 |
4 files changed, 4 insertions, 4 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. 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 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. 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. |