mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +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.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* plugin-qroverlay
|
|
||||||
*
|
|
||||||
* Since: 1.20
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -21,15 +21,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:element-qroverlay
|
* plugin-qroverlay
|
||||||
*
|
|
||||||
* Element to set random data on a qroverlay.
|
|
||||||
*
|
|
||||||
* ## Example launch line
|
|
||||||
*
|
|
||||||
* ``` bash
|
|
||||||
* gst-launch -v -m videotestsrc ! qroverlay ! fakesink silent=TRUE
|
|
||||||
* ```
|
|
||||||
*
|
*
|
||||||
* Since: 1.20
|
* Since: 1.20
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue