mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
dashdemux2: mpdclient: Debug all restrictions when selecting rep
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3894>
This commit is contained in:
parent
d86b2d4efa
commit
2d79f7d392
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue