diff options
Diffstat (limited to 'gst/playback/gstplaybin2.c')
-rw-r--r-- | gst/playback/gstplaybin2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/playback/gstplaybin2.c b/gst/playback/gstplaybin2.c index 8fa8d5cb..80c14c57 100644 --- a/gst/playback/gstplaybin2.c +++ b/gst/playback/gstplaybin2.c @@ -2377,7 +2377,8 @@ save_current_group (GstPlayBin * playbin) static gboolean groups_set_locked_state (GstPlayBin * playbin, gboolean locked) { - GST_DEBUG_OBJECT (playbin, "setting locked state to %d on groups groups"); + GST_DEBUG_OBJECT (playbin, "setting locked state to %d on all groups", + locked); GST_PLAY_BIN_LOCK (playbin); GST_SOURCE_GROUP_LOCK (playbin->curr_group); |