Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-astreamer
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-apps-astreamer
Commits
7a28eb0d
Commit
7a28eb0d
authored
Jan 30, 2019
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed target_scping
parent
8d23843c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
.project
eclipse_project_setup/.project
+4
-10
streamer.cpp
src/streamer.cpp
+3
-0
video.cpp
src/video.cpp
+3
-0
No files found.
eclipse_project_setup/.project
View file @
7a28eb0d
...
...
@@ -7,7 +7,7 @@
<buildSpec>
<buildCommand>
<name>
org.eclipse.cdt.managedbuilder.core.genmakebuilder
</name>
<triggers>
clean,
full,incremental,
</triggers>
<triggers>
full,incremental,
</triggers>
<arguments>
</arguments>
</buildCommand>
...
...
@@ -17,17 +17,11 @@
<arguments>
<dictionary>
<key>
LaunchConfigHandle
</key>
<value>
<
project
>
/.externalToolBuilders/
org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder (1)
.launch
</value>
<value>
<
project
>
/.externalToolBuilders/
SCP apps-astreamer to target
.launch
</value>
</dictionary>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.ui.externaltools.ExternalToolBuilder
</name>
<triggers>
full,incremental,
</triggers>
<arguments>
<dictionary>
<key>
LaunchConfigHandle
</key>
<value>
<
project
>
/.externalToolBuilders/bitbake apps-astreamer.launch
</value>
<key>
incclean
</key>
<value>
true
</value>
</dictionary>
</arguments>
</buildCommand>
...
...
src/streamer.cpp
View file @
7a28eb0d
...
...
@@ -36,6 +36,9 @@ using namespace std;
//#undef RTSP_DEBUG_2
#define RTSP_DEBUG_2
#undef RTSP_DEBUG
#undef RTSP_DEBUG_2
#ifdef RTSP_DEBUG
#define D(s_port, a) \
do { \
...
...
src/video.cpp
View file @
7a28eb0d
...
...
@@ -45,6 +45,9 @@ using namespace std;
#define VIDEO_DEBUG_2 // for timestamp monitoring
//#define VIDEO_DEBUG_3 // for FPS monitoring
#undef VIDEO_DEBUG // for FPS monitoring
#undef VIDEO_DEBUG_2 // for FPS monitoring
#ifdef VIDEO_DEBUG
#define D(s_port, a) \
do { \
...
...
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