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);