dash: do not try to print a pointer as a string

This commit is contained in:
Thiago Santos 2013-01-25 13:04:15 -03:00
parent f27bb684f7
commit f46ba44e99

View file

@ -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) {