Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
COL0047
hand-detection
Commits
aa041650
Commit
aa041650
authored
Dec 14, 2020
by
Aaron Boxer
Browse files
fix a silly bug in command line processing
parent
05dbe9e6
Pipeline
#19944
failed with stage
in 6 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
annotation_pipeline/ingest.cpp
View file @
aa041650
...
...
@@ -156,7 +156,7 @@ main (int argc, char *argv[])
/* Initialize GStreamer */
if
(
argc
>
2
)
gst_debug_set_threshold_from_string
(
argv
[
2
],
TRUE
);
gst_debug_set_threshold_from_string
(
argv
[
3
],
TRUE
);
gst_init
(
&
argc
,
&
argv
);
/* Initialize our data structure */
...
...
Write
Preview
Supports
Markdown
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