mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +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 */
|
/* ERRORS */
|
||||||
wrong_type:
|
wrong_type:
|
||||||
{
|
{
|
||||||
GST_WARNING_OBJECT (playsink, "wrong type %d for pad %" GST_PTR_FORMAT,
|
GST_WARNING_OBJECT (playsink, "wrong type %u for pad %" GST_PTR_FORMAT,
|
||||||
pad);
|
type, pad);
|
||||||
GST_PLAY_SINK_UNLOCK (playsink);
|
GST_PLAY_SINK_UNLOCK (playsink);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue