From cf2b1909ec93d4a6d1c0fc7e6b904c31936ad9ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> Date: Mon, 5 May 2025 17:28:20 +0300 Subject: [PATCH] qtdemux: Fix typo in debug message Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8929> --- subprojects/gst-plugins-good/gst/isomp4/qtdemux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprojects/gst-plugins-good/gst/isomp4/qtdemux.c b/subprojects/gst-plugins-good/gst/isomp4/qtdemux.c index 20a849cce0..37fa4bdc66 100644 --- a/subprojects/gst-plugins-good/gst/isomp4/qtdemux.c +++ b/subprojects/gst-plugins-good/gst/isomp4/qtdemux.c @@ -3615,7 +3615,7 @@ qtdemux_parse_trun (GstQTDemux * qtdemux, GstByteReader * trun, else stream->cslg_shift = 0; - GST_DEBUG_OBJECT (qtdemux, "Using clsg_shift %" G_GUINT64_FORMAT, + GST_DEBUG_OBJECT (qtdemux, "Using cslg_shift %" G_GUINT64_FORMAT, stream->cslg_shift); /* Update total duration if needed */ @@ -10602,7 +10602,7 @@ qtdemux_stbl_init (GstQTDemux * qtdemux, QtDemuxStream * stream, GNode * stbl) stream->cslg_shift = 0; } - GST_DEBUG_OBJECT (qtdemux, "Using clsg_shift %" G_GUINT64_FORMAT, + GST_DEBUG_OBJECT (qtdemux, "Using cslg_shift %" G_GUINT64_FORMAT, stream->cslg_shift); /* For raw audio streams especially we might want to merge the samples