Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
humanoides
tv3
video_stream
stream_srt_sink
Commits
a03e713a
Commit
a03e713a
authored
Oct 25, 2021
by
Sergi Hernandez
Browse files
Used the new version of the constructor.
parent
3db1dd83
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/examples/stream_srt_sink_test.cpp
View file @
a03e713a
...
...
@@ -6,7 +6,7 @@
int
main
(
int
argc
,
char
*
argv
[])
{
try
{
CStreamSrtSink
stream
;
CStreamSrtSink
stream
(
"test"
)
;
stream
.
load_config
(
"../src/xml/stream_config.xml"
);
while
(
1
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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