Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
7f1e858c
Commit
7f1e858c
authored
Jan 05, 2017
by
Jacob Walser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rearrange function definitions in VideoReceiver.cc
parent
62a4ba77
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
180 additions
and
174 deletions
+180
-174
VideoReceiver.cc
src/VideoStreaming/VideoReceiver.cc
+180
-172
VideoReceiver.h
src/VideoStreaming/VideoReceiver.h
+0
-2
No files found.
src/VideoStreaming/VideoReceiver.cc
View file @
7f1e858c
This diff is collapsed.
Click to expand it.
src/VideoStreaming/VideoReceiver.h
View file @
7f1e858c
...
...
@@ -69,7 +69,6 @@ private slots:
private:
#if defined(QGC_GST_STREAMING)
typedef
struct
{
GstPad
*
teepad
;
...
...
@@ -93,7 +92,6 @@ private:
static
gboolean
_onBusMessage
(
GstBus
*
bus
,
GstMessage
*
message
,
gpointer
user_data
);
static
gboolean
_eosCallBack
(
GstBus
*
bus
,
GstMessage
*
message
,
gpointer
user_data
);
static
GstPadProbeReturn
_unlinkCallBack
(
GstPad
*
pad
,
GstPadProbeInfo
*
info
,
gpointer
user_data
);
#endif
QString
_uri
;
...
...
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