Skip to content
Snippets Groups Projects
Commit c095dc29 authored by Thiago Santos's avatar Thiago Santos
Browse files

subtitleoverlay: pass correct parameter to debug message

Get the format name to pass to the debug message, as it expects a string
parent 5627aa81
No related branches found
Tags mesa-17.1.0-rc3
No related merge requests found
......@@ -2138,7 +2138,7 @@ gst_subtitle_overlay_subtitle_sink_event (GstPad * pad, GstObject * parent,
GstFormat format = eventsegment->format;
GST_DEBUG_OBJECT (pad, "Subtitle newsegment event (%s) not in TIME "
"format, converting", format);
"format, converting", gst_format_get_name (format));
peer = gst_pad_get_peer (pad);
if (peer) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment