Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Philippe Normand
gst-plugins-bad
Commits
b5af1b9f
Commit
b5af1b9f
authored
Dec 22, 2018
by
Philippe Normand
🥑
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
player: Logging fix for updated audio info
Bitrate was logged a second time instead of the max_bitrate.
parent
3891bf26
Pipeline
#13227
passed with stages
in 34 minutes and 48 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gst-libs/gst/player/gstplayer.c
gst-libs/gst/player/gstplayer.c
+1
-1
No files found.
gst-libs/gst/player/gstplayer.c
View file @
b5af1b9f
...
...
@@ -2265,7 +2265,7 @@ gst_player_audio_info_update (GstPlayer * self,
GST_DEBUG_OBJECT
(
self
,
"language=%s rate=%d channels=%d bitrate=%d "
"max_bitrate=%d"
,
info
->
language
,
info
->
sample_rate
,
info
->
channels
,
info
->
bitrate
,
info
->
bitrate
);
info
->
bitrate
,
info
->
max_
bitrate
);
}
static
GstPlayerStreamInfo
*
...
...
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