mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
qroverlay: Fix documentation
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4102>
This commit is contained in:
parent
c1f4bd5a3f
commit
44ddd17884
2 changed files with 1 additions and 15 deletions
|
@ -20,12 +20,6 @@
|
|||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/**
|
||||
* plugin-qroverlay
|
||||
*
|
||||
* Since: 1.20
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
|
|
@ -21,15 +21,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* SECTION:element-qroverlay
|
||||
*
|
||||
* Element to set random data on a qroverlay.
|
||||
*
|
||||
* ## Example launch line
|
||||
*
|
||||
* ``` bash
|
||||
* gst-launch -v -m videotestsrc ! qroverlay ! fakesink silent=TRUE
|
||||
* ```
|
||||
* plugin-qroverlay
|
||||
*
|
||||
* Since: 1.20
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue