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
42f3cc88
Commit
42f3cc88
authored
Dec 14, 2020
by
Aaron Boxer
Browse files
support gst debug logging
parent
ee7a8db1
Pipeline
#19940
failed with stage
in 5 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
annotation_pipeline/ingest.cpp
View file @
42f3cc88
...
...
@@ -152,6 +152,8 @@ main (int argc, char *argv[])
GIOChannel
*
io_stdin
=
nullptr
;
/* Initialize GStreamer */
if
(
argc
>
2
)
gst_debug_set_threshold_from_string
(
argv
[
2
],
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