mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +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:
|
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_ELEMENT_NAME (element), old);
|
||||||
GST_OBJECT_UNLOCK (element);
|
GST_OBJECT_UNLOCK (element);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue