Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
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
libdvbpsi
Commits
316d502b
Commit
316d502b
authored
May 07, 2012
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dvbinfo: small logging improvements.
parent
a708ad10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
examples/dvbinfo/dvbinfo.c
examples/dvbinfo/dvbinfo.c
+1
-1
examples/dvbinfo/libdvbpsi.c
examples/dvbinfo/libdvbpsi.c
+1
-1
No files found.
examples/dvbinfo/dvbinfo.c
View file @
316d502b
...
...
@@ -175,7 +175,7 @@ static params_t *params_init(void)
param
->
summary
.
mode
=
SUM_BANDWIDTH
;
param
->
summary
.
file
=
NULL
;
param
->
summary
.
fd
=
stdout
;
param
->
summary
.
period
=
1000
;
param
->
summary
.
period
=
1000
;
/* in ms */
/* functions */
param
->
pf_read
=
NULL
;
...
...
examples/dvbinfo/libdvbpsi.c
View file @
316d502b
...
...
@@ -1489,7 +1489,7 @@ bool libdvbpsi_process(ts_stream_t *stream, uint8_t *buf, ssize_t length, mtime_
stream
->
pid
[
i_pid
].
i_received
=
date
;
if
(
stream
->
level
<
DVBPSI_MSG_DEBUG
)
stream
->
pf_log
(
stream
->
cb_data
,
2
,
stream
->
pf_log
(
stream
->
cb_data
,
3
,
"dvbinfo: %"
PRId64
" packet %"
PRId64
" pid %u (0x%x) cc %d
\n
"
,
date
,
stream
->
i_packets
,
i_pid
,
i_pid
,
i_cc
);
...
...
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