mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +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
|
* ## GstVideoOverlay and Qt
|
||||||
*
|
*
|
||||||
* |[
|
* |[
|
||||||
* #include <glib.h>
|
* #include <glib.h>;
|
||||||
* #include <gst/gst.h>
|
* #include <gst/gst.h>;
|
||||||
* #include <gst/video/videooverlay.h>
|
* #include <gst/video/videooverlay.h>;
|
||||||
*
|
*
|
||||||
* #include <QApplication>
|
* #include <QApplication>;
|
||||||
* #include <QTimer>
|
* #include <QTimer>;
|
||||||
* #include <QWidget>
|
* #include <QWidget>;
|
||||||
*
|
*
|
||||||
* int main(int argc, char *argv[])
|
* int main(int argc, char *argv[])
|
||||||
* {
|
* {
|
||||||
|
|
Loading…
Reference in a new issue