Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Lyndon Brown
VLC
Commits
68af6dd1
Commit
68af6dd1
authored
4 years ago
by
Lyndon Brown
Browse files
Options
Downloads
Patches
Plain Diff
core: obsolete now unused --input-timeshift-path
parent
a25ab5e2
No related branches found
Branches containing commit
No related tags found
1 merge request
!4
test mkstemp with CI
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/libvlc-module.c
+1
-6
1 addition, 6 deletions
src/libvlc-module.c
with
1 addition
and
6 deletions
src/libvlc-module.c
+
1
−
6
View file @
68af6dd1
...
...
@@ -713,10 +713,6 @@ static const char *const ppsz_prefres[] = {
"When possible, the input stream will be recorded instead of using " \
"the stream output module" )
#define INPUT_TIMESHIFT_PATH_TEXT N_("Timeshift directory")
#define INPUT_TIMESHIFT_PATH_LONGTEXT N_( \
"Directory used to store the timeshift temporary files." )
#define INPUT_TIMESHIFT_GRANULARITY_TEXT N_("Timeshift granularity")
#define INPUT_TIMESHIFT_GRANULARITY_LONGTEXT N_( \
"This is the maximum size in bytes of the temporary files " \
...
...
@@ -2002,8 +1998,7 @@ vlc_module_begin ()
add_bool
(
"input-record-native"
,
true
,
INPUT_RECORD_NATIVE_TEXT
,
INPUT_RECORD_NATIVE_LONGTEXT
,
true
)
add_directory
(
"input-timeshift-path"
,
NULL
,
INPUT_TIMESHIFT_PATH_TEXT
,
INPUT_TIMESHIFT_PATH_LONGTEXT
)
add_obsolete_string
(
"input-timeshift-path"
)
/* since 4.0.0 */
add_integer
(
"input-timeshift-granularity"
,
-
1
,
INPUT_TIMESHIFT_GRANULARITY_TEXT
,
INPUT_TIMESHIFT_GRANULARITY_LONGTEXT
,
true
)
...
...
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