summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2016-09-07 10:21:09 -0400
committerSebastian Dröge <sebastian@centricular.com>2016-09-07 18:40:57 +0300
commite882fe9e060cf3b98651064d3ce9776086d380da (patch)
tree61bb96d500d649b458afa688b86b0ef1d3ccbc65 /gst
parentf5f350645ae348951b6785f18a5abb0afc55c689 (diff)
stream: cosmetic cleanup
https://bugzilla.gnome.org/show_bug.cgi?id=766612
Diffstat (limited to 'gst')
-rw-r--r--gst/rtsp-server/rtsp-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp-server/rtsp-stream.c b/gst/rtsp-server/rtsp-stream.c
index c5722cd..0ca31f9 100644
--- a/gst/rtsp-server/rtsp-stream.c
+++ b/gst/rtsp-server/rtsp-stream.c
@@ -1083,7 +1083,7 @@ no_address:
different_address:
{
GST_ERROR_OBJECT (stream,
- "address %s is not the same as %s that was already" " reserved",
+ "address %s is not the same as %s that was already reserved",
address, (*addrp)->address);
g_mutex_unlock (&priv->lock);
return NULL;