mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
element: Fix a little debug message
This commit is contained in:
parent
82c9b78f86
commit
ffc752c458
1 changed files with 1 additions and 1 deletions
|
@ -1772,7 +1772,7 @@ gst_element_set_locked_state (GstElement * element, gboolean locked_state)
|
|||
|
||||
was_ok:
|
||||
{
|
||||
GST_CAT_DEBUG (GST_CAT_STATES, "elements %s was in locked state %d",
|
||||
GST_CAT_DEBUG (GST_CAT_STATES, "elements %s was already in locked state %d",
|
||||
GST_ELEMENT_NAME (element), old);
|
||||
GST_OBJECT_UNLOCK (element);
|
||||
|
||||
|
|
Loading…
Reference in a new issue