diff --git a/ext/dash/gstmpdparser.c b/ext/dash/gstmpdparser.c index 0e75ff0e66..25f6c1bc9e 100644 --- a/ext/dash/gstmpdparser.c +++ b/ext/dash/gstmpdparser.c @@ -3161,7 +3161,7 @@ gst_mpd_client_get_next_fragment (GstMpdClient * client, return FALSE; } - GST_DEBUG ("currentChunk->SegmentURL = %s", currentChunk->SegmentURL); + GST_DEBUG ("currentChunk->SegmentURL = %p", currentChunk->SegmentURL); if (currentChunk->SegmentURL != NULL) { mediaURL = gst_mpdparser_get_mediaURL (stream, currentChunk->SegmentURL); } else if (stream->cur_seg_template != NULL) {