Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dvblast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
dvblast
Commits
6bc17291
Commit
6bc17291
authored
Jul 12, 2011
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* dvblast.c, dvb.c: Close XML tags when quitting.
parent
486ca354
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
1 deletion
+17
-1
dvb.c
dvb.c
+7
-0
dvblast.c
dvblast.c
+9
-0
extra/dvbiscovery/dvbiscovery_dvb-s.conf
extra/dvbiscovery/dvbiscovery_dvb-s.conf
+1
-1
No files found.
dvb.c
View file @
6bc17291
...
@@ -197,6 +197,13 @@ block_t *dvb_Read( mtime_t i_poll_timeout )
...
@@ -197,6 +197,13 @@ block_t *dvb_Read( mtime_t i_poll_timeout )
if
(
i_quit_timeout_duration
)
if
(
i_quit_timeout_duration
)
{
{
msg_Err
(
NULL
,
"no lock"
);
msg_Err
(
NULL
,
"no lock"
);
switch
(
i_print_type
)
{
case
PRINT_XML
:
printf
(
"</TS>
\n
"
);
break
;
default:
break
;
}
exit
(
EXIT_STATUS_FRONTEND_TIMEOUT
);
exit
(
EXIT_STATUS_FRONTEND_TIMEOUT
);
}
}
msg_Warn
(
NULL
,
"no lock, tuning again"
);
msg_Warn
(
NULL
,
"no lock, tuning again"
);
...
...
dvblast.c
View file @
6bc17291
...
@@ -917,7 +917,16 @@ int main( int i_argc, char **pp_argv )
...
@@ -917,7 +917,16 @@ int main( int i_argc, char **pp_argv )
}
}
if
(
i_quit_timeout
&&
i_quit_timeout
<=
i_wallclock
)
if
(
i_quit_timeout
&&
i_quit_timeout
<=
i_wallclock
)
{
switch
(
i_print_type
)
{
case
PRINT_XML
:
printf
(
"</TS>
\n
"
);
break
;
default:
break
;
}
exit
(
EXIT_SUCCESS
);
exit
(
EXIT_SUCCESS
);
}
p_ts
=
pf_Read
(
i_poll_timeout
);
p_ts
=
pf_Read
(
i_poll_timeout
);
if
(
p_ts
!=
NULL
)
if
(
p_ts
!=
NULL
)
...
...
extra/dvbiscovery/dvbiscovery_dvb-s.conf
View file @
6bc17291
...
@@ -21,7 +21,7 @@ S 11408000 V 27500000 3/4
...
@@ -21,7 +21,7 @@ S 11408000 V 27500000 3/4
S
11591000
V
20000000
2
/
3
S
11591000
V
20000000
2
/
3
# Hispasat 30.0W
# Hispasat 30.0W
S
12015000
V
27500000
3
/
4
S
12015000
V
27500000
3
/
4
# Tels
at
12 15.0W
# Tels
tar
12 15.0W
S
11060000
H
19279000
3
/
4
S
11060000
H
19279000
3
/
4
# Thor 1.0W
# Thor 1.0W
S
11216000
V
24500000
7
/
8
S
11216000
V
24500000
7
/
8
...
...
Write
Preview
Markdown
is supported
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