Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Val Doroshchuk
qtgstreamerextras
Commits
657562a6
Commit
657562a6
authored
May 21, 2019
by
Val Doroshchuk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
dd60f5f1
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
examples/playbin/playbin.pro
examples/playbin/playbin.pro
+2
-2
examples/qt-launch/qt-launch.pro
examples/qt-launch/qt-launch.pro
+2
-2
src/imports/gstreamerextras/gstreamerextras.cpp
src/imports/gstreamerextras/gstreamerextras.cpp
+3
-3
src/imports/gstreamerextras/gstreamerextras.pro
src/imports/gstreamerextras/gstreamerextras.pro
+1
-1
No files found.
examples/playbin/playbin.pro
View file @
657562a6
TEMPLATE
=
app
TARGET
=
playbin
QT
+=
qml
quick
multimedia
widgets
multimediagsttools
-
private
QT
+=
qml
quick
multimedia
widgets
#
Input
SOURCES
+=
main
.
cpp
RESOURCES
+=
qml
.
qrc
target
.
path
=
$$
[
QT_INSTALL_EXAMPLES
]
/
gstreamer
/
playbin
target
.
path
=
$$
[
QT_INSTALL_EXAMPLES
]
/
playbin
INSTALLS
+=
target
examples/qt-launch/qt-launch.pro
View file @
657562a6
TEMPLATE
=
app
TARGET
=
qt
-
launch
QT
+=
multimedia
multimediawidgets
multimediagsttools
-
private
QT
+=
multimedia
multimediawidgets
gstreamerextras
#
Input
SOURCES
=
main
.
cpp
target
.
path
=
$$
[
QT_INSTALL_EXAMPLES
]
/
gstreamer
/
qt
-
launch
target
.
path
=
$$
[
QT_INSTALL_EXAMPLES
]
/
qt
-
launch
INSTALLS
+=
target
src/imports/gstreamerextras/gstreamerextras.cpp
View file @
657562a6
...
...
@@ -37,14 +37,14 @@
**
****************************************************************************/
#include "qtransparentrectangle_p.h"
#include <QtGstreamerExtras/QGstreamerPlaybin>
#include <QtQml/qqmlextensionplugin.h>
#include <QtQml/qqml.h>
#include <QtQml/qqmlengine.h>
#include <QtQml/qqmlcomponent.h>
#include "qgstreamerplaybin.h"
#include "qtransparentrectangle_p.h"
QT_BEGIN_NAMESPACE
class
QQmlGstreamerExtrasModule
:
public
QQmlExtensionPlugin
...
...
src/imports/gstreamerextras/gstreamerextras.pro
View file @
657562a6
...
...
@@ -2,7 +2,7 @@ CXX_MODULE = gstreamerextras
TARGET
=
declarative_gstreamer
TARGETPATH
=
QtGstreamerExtras
QT
+=
gstreamerextras
-
private
qtmultimediaquicktools
-
private
multimedia
-
private
quick
-
private
QT
+=
qtmultimediaquicktools
-
private
multimedia
-
private
quick
-
private
HEADERS
+=
\
qtransparentrectangle_p
.
h
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment