mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
stream: cosmetic cleanup
https://bugzilla.gnome.org/show_bug.cgi?id=766612
This commit is contained in:
parent
f5f350645a
commit
e882fe9e06
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue