mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
videooverlay: chevrons don't need to be escaped in code examples
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/700>
This commit is contained in:
parent
3354b3ebbb
commit
a90968997a
1 changed files with 6 additions and 6 deletions
|
@ -228,13 +228,13 @@
|
|||
* ## GstVideoOverlay and Qt
|
||||
*
|
||||
* |[
|
||||
* #include <glib.h>
|
||||
* #include <gst/gst.h>
|
||||
* #include <gst/video/videooverlay.h>
|
||||
* #include <glib.h>;
|
||||
* #include <gst/gst.h>;
|
||||
* #include <gst/video/videooverlay.h>;
|
||||
*
|
||||
* #include <QApplication>
|
||||
* #include <QTimer>
|
||||
* #include <QWidget>
|
||||
* #include <QApplication>;
|
||||
* #include <QTimer>;
|
||||
* #include <QWidget>;
|
||||
*
|
||||
* int main(int argc, char *argv[])
|
||||
* {
|
||||
|
|
Loading…
Reference in a new issue