mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
playsink: fix printf arguments in debug message
This commit is contained in:
parent
34d6031974
commit
d34b8023e9
1 changed files with 2 additions and 2 deletions
|
@ -3549,8 +3549,8 @@ gst_play_sink_refresh_pad (GstPlaySink * playsink, GstPad * pad,
|
|||
/* ERRORS */
|
||||
wrong_type:
|
||||
{
|
||||
GST_WARNING_OBJECT (playsink, "wrong type %d for pad %" GST_PTR_FORMAT,
|
||||
pad);
|
||||
GST_WARNING_OBJECT (playsink, "wrong type %u for pad %" GST_PTR_FORMAT,
|
||||
type, pad);
|
||||
GST_PLAY_SINK_UNLOCK (playsink);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue