summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-07-07 09:59:04 +0300
committerTim-Philipp Müller <tim@centricular.com>2023-07-20 00:23:36 +0100
commitaf2ec8e6066fdde74a5a79fe311759a94cac9d95 (patch)
tree3b29945d87e8e5712bbf7ffd4ed1e4bc3330ffeb
parent1a3ce801cf507ec6c5443bdffddb8e626697ca7a (diff)
rmdemux: Use GST_LOG_OBJECT instead of GST_LOG
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5077>
-rw-r--r--subprojects/gst-plugins-ugly/gst/realmedia/rmdemux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/gst-plugins-ugly/gst/realmedia/rmdemux.c b/subprojects/gst-plugins-ugly/gst/realmedia/rmdemux.c
index 1873cc1028..473aebe075 100644
--- a/subprojects/gst-plugins-ugly/gst/realmedia/rmdemux.c
+++ b/subprojects/gst-plugins-ugly/gst/realmedia/rmdemux.c
@@ -2148,8 +2148,8 @@ gst_rmdemux_descramble_sipr_audio (GstRMDemux * rmdemux,
g_assert (stream->height == height);
- GST_LOG ("packet_size = %u, leaf_size = %u, height= %u", packet_size,
- stream->leaf_size, height);
+ GST_LOG_OBJECT (rmdemux, "packet_size = %u, leaf_size = %u, height= %u",
+ packet_size, stream->leaf_size, height);
outbuf = gst_buffer_new_and_alloc (height * packet_size);
gst_buffer_map (outbuf, &outmap, GST_MAP_WRITE);