Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qtgstreamerextras
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Val Doroshchuk
qtgstreamerextras
Commits
076ed9cc
Commit
076ed9cc
authored
May 21, 2019
by
Val Doroshchuk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
48b77346
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
examples/filters/main.qml
examples/filters/main.qml
+1
-1
examples/playbin/main.cpp
examples/playbin/main.cpp
+1
-1
No files found.
examples/filters/main.qml
View file @
076ed9cc
...
@@ -44,7 +44,7 @@ import QtMultimedia 5.11
...
@@ -44,7 +44,7 @@ import QtMultimedia 5.11
ApplicationWindow
{
ApplicationWindow
{
id
:
window
id
:
window
title
:
"
G
s
treamer pipeline example
"
title
:
"
G
S
treamer pipeline example
"
visible
:
true
visible
:
true
width
:
1920
width
:
1920
height
:
1080
height
:
1080
...
...
examples/playbin/main.cpp
View file @
076ed9cc
...
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
...
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
{
{
QGuiApplication
app
(
argc
,
argv
);
QGuiApplication
app
(
argc
,
argv
);
QCoreApplication
::
setApplicationName
(
"QtMultimedia G
s
treamer Playbin Example"
);
QCoreApplication
::
setApplicationName
(
"QtMultimedia G
S
treamer Playbin Example"
);
QCoreApplication
::
setOrganizationName
(
"QtProject"
);
QCoreApplication
::
setOrganizationName
(
"QtProject"
);
QGuiApplication
::
setApplicationDisplayName
(
QCoreApplication
::
applicationName
());
QGuiApplication
::
setApplicationDisplayName
(
QCoreApplication
::
applicationName
());
QCoreApplication
::
setApplicationVersion
(
QT_VERSION_STR
);
QCoreApplication
::
setApplicationVersion
(
QT_VERSION_STR
);
...
...
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