qtdemux: Fix debug output during trun parsing
authorSebastian Dröge <sebastian@centricular.com>
Thu, 26 Sep 2024 15:40:56 +0000 (18:40 +0300)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 3 Dec 2024 17:15:04 +0000 (17:15 +0000)
commit812f175c580a2e702581859fd481c8f51d633508
treead0d9dacf02a801baf28fccb2725795efbdce437
parentc3a2af94c652513ac1b1858295688ac88c5cc737
qtdemux: Fix debug output during trun parsing

Various integers are unsigned so print them as such. Also print the actual
allocation size if allocation fails, not only parts of it.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8060>
subprojects/gst-plugins-good/gst/isomp4/qtdemux.c