player: Logging fix for updated audio info

Bitrate was logged a second time instead of the max_bitrate.
This commit is contained in:
Philippe Normand 2018-12-22 18:39:44 +01:00
parent 3891bf2695
commit b5af1b9f2e

View file

@ -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 *