projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2a7690
)
Fix compiler warning
author
Alessandro Decina
<alessandro.d@gmail.com>
Fri, 30 Nov 2012 05:17:46 +0000
(06:17 +0100)
committer
Alessandro Decina
<alessandro.d@gmail.com>
Fri, 30 Nov 2012 05:17:46 +0000
(06:17 +0100)
gst/rtsp-server/rtsp-media.c
patch
|
blob
|
history
diff --git
a/gst/rtsp-server/rtsp-media.c
b/gst/rtsp-server/rtsp-media.c
index
efe0be6
..
b5a686f
100644
(file)
--- a/
gst/rtsp-server/rtsp-media.c
+++ b/
gst/rtsp-server/rtsp-media.c
@@
-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