mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
Fix compiler warning
This commit is contained in:
parent
e2a7690cb3
commit
00d9a94e1a
1 changed files with 1 additions and 1 deletions
|
@ -1280,7 +1280,7 @@ pad_added_cb (GstElement * element, GstPad * pad, GstRTSPMedia * media)
|
|||
/* FIXME, element is likely not a payloader, find the payloader here */
|
||||
stream = gst_rtsp_media_create_stream (media, element, pad);
|
||||
|
||||
GST_INFO ("pad added %s:%s, stream %s", GST_DEBUG_PAD_NAME (pad), stream);
|
||||
GST_INFO ("pad added %s:%s, stream %p", GST_DEBUG_PAD_NAME (pad), stream);
|
||||
|
||||
g_rec_mutex_lock (&priv->state_lock);
|
||||
/* we will be adding elements below that will cause ASYNC_DONE to be
|
||||
|
|
Loading…
Reference in a new issue