qroverlay: Fix documentation

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4102>
This commit is contained in:
Thibault Saunier 2023-03-02 14:54:45 -03:00 committed by GStreamer Marge Bot
parent c1f4bd5a3f
commit 44ddd17884
2 changed files with 1 additions and 15 deletions

View file

@ -20,12 +20,6 @@
* Boston, MA 02111-1307, USA.
*/
/**
* plugin-qroverlay
*
* Since: 1.20
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif

View file

@ -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
*/