summaryrefslogtreecommitdiff
path: root/gst-libs/gst/player
diff options
context:
space:
mode:
authorPhilippe Normand <philn@igalia.com>2018-12-22 18:39:44 +0100
committerPhilippe Normand <philn@igalia.com>2018-12-22 18:39:44 +0100
commitb5af1b9f2e7f076e6f13058cdb92e61e660a5fa8 (patch)
treeb57876045e7828a7614b0a06d2ad8731b8855c34 /gst-libs/gst/player
parent3891bf26950a3ea0c2b6a1f816b9adb73896280b (diff)
downloadgstreamer-plugins-bad-b5af1b9f2e7f076e6f13058cdb92e61e660a5fa8.tar.gz
player: Logging fix for updated audio info
Bitrate was logged a second time instead of the max_bitrate.
Diffstat (limited to 'gst-libs/gst/player')
-rw-r--r--gst-libs/gst/player/gstplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/player/gstplayer.c b/gst-libs/gst/player/gstplayer.c
index b41a9a26a..0c9915356 100644
--- a/gst-libs/gst/player/gstplayer.c
+++ b/gst-libs/gst/player/gstplayer.c
@@ -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 *