Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
medialibrary
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Lamot
medialibrary
Commits
5ec383b9
Commit
5ec383b9
authored
1 year ago
by
Alaric Senat
Committed by
Alaric Senat
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
ParserWorker: Fix typos
parent
ffe48d2b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/parser/ParserWorker.cpp
+1
-1
1 addition, 1 deletion
src/parser/ParserWorker.cpp
src/parser/ParserWorker.h
+1
-1
1 addition, 1 deletion
src/parser/ParserWorker.h
with
2 additions
and
2 deletions
src/parser/ParserWorker.cpp
+
1
−
1
View file @
5ec383b9
...
@@ -290,7 +290,7 @@ bool Worker::handleServiceResult( Task& task, Status status )
...
@@ -290,7 +290,7 @@ bool Worker::handleServiceResult( Task& task, Status status )
// fail the analysis, and so on.
// fail the analysis, and so on.
// We can't not increment the retry count for metadata extraction, since
// We can't not increment the retry count for metadata extraction, since
// in case a file makes (lib)VLC crash, we would always try again, and
// in case a file makes (lib)VLC crash, we would always try again, and
// therefor we would keep on crashing.
// therefor
e
we would keep on crashing.
// However we don't want to just increment the retry count, since it
// However we don't want to just increment the retry count, since it
// would reach the maximum value too quickly (extraction would set retry
// would reach the maximum value too quickly (extraction would set retry
// count to 1, analysis to 2, and in case of failure, next run would set
// count to 1, analysis to 2, and in case of failure, next run would set
...
...
This diff is collapsed.
Click to expand it.
src/parser/ParserWorker.h
+
1
−
1
View file @
5ec383b9
...
@@ -53,7 +53,7 @@ public:
...
@@ -53,7 +53,7 @@ public:
/// \brief signalStop Will trigger the threads for termination.
/// \brief signalStop Will trigger the threads for termination.
/// This doesn't wait for the threads to be done, but ensure they won't
/// This doesn't wait for the threads to be done, but ensure they won't
/// queue another operation.
/// queue another operation.
/// This is useful
l
to ask all the threads to terminate asynchronously, before
/// This is useful to ask all the threads to terminate asynchronously, before
/// waiting for them to actually stop in the stop() method.
/// waiting for them to actually stop in the stop() method.
///
///
void
signalStop
();
void
signalStop
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment