mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-29 19:50:40 +00:00
Fix gtk-doc warnings. Also don't misuse api-doc comments for normal comments.
Original commit message from CVS: * docs/plugins/gst-plugins-bad-plugins-sections.txt: * examples/app/appsrc-ra.c: * examples/app/appsrc-seekable.c: * examples/app/appsrc-stream.c: * examples/app/appsrc-stream2.c: * ext/directfb/dfbvideosink.h: * ext/metadata/gstbasemetadata.c: * ext/metadata/gstbasemetadata.h: * ext/metadata/metadata.c: * ext/metadata/metadataexif.c: * ext/theora/theoradec.h: * gst/deinterlace2/gstdeinterlace2.h: * gst/deinterlace2/tvtime/speedy.c: * gst/deinterlace2/tvtime/speedy.h: * gst/deinterlace2/tvtime/vfir.c: Fix gtk-doc warnings. Also don't misuse api-doc comments for normal comments.
This commit is contained in:
parent
7ba9110637
commit
473352395f
4 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue