dashdemux2: mpdclient: Debug all restrictions when selecting rep

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3894>
This commit is contained in:
Rafał Dzięgiel 2023-02-16 21:31:59 +01:00
parent d86b2d4efa
commit 2d79f7d392

View file

@ -2571,7 +2571,9 @@ gst_mpd_client2_get_rep_idx_with_max_bandwidth (GList * Representations,
GstMPDRepresentationNode *representation;
gint best_bandwidth = 0;
GST_DEBUG ("max_bandwidth = %" G_GINT64_FORMAT, max_bandwidth);
GST_DEBUG ("Selecting rep with restrictions: bandwidth=%" G_GINT64_FORMAT ", "
"width=%i, height=%i, framerate=%i/%i", max_bandwidth, max_video_width,
max_video_height, max_video_framerate_n, max_video_framerate_d);
if (Representations == NULL)
return -1;