tag: Fix printf format string
Use %s for strings, not %d.
This commit is contained in:
parent
153b21fc85
commit
dbdfb71673
@ -45,7 +45,7 @@ gst_tag_image_orientation_to_exif_value (const gchar * str)
|
|||||||
return 8;
|
return 8;
|
||||||
|
|
||||||
end:
|
end:
|
||||||
GST_WARNING ("Invalid image orientation tag: %d", str);
|
GST_WARNING ("Invalid image orientation tag: %s", str);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user