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
@ -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…
x
Reference in New Issue
Block a user