summaryrefslogtreecommitdiff
path: root/gst/playback/gstplaybin2.c
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2009-01-13 14:47:19 +0000
committerWim Taymans <wim.taymans@gmail.com>2009-01-13 14:47:19 +0000
commit397c00ac339541d36ee3700d569e98c0793e2956 (patch)
tree69a6f6b11dd0cc161e83c535d5693a3e80a11b3e /gst/playback/gstplaybin2.c
parentf67b07cfd85ed07a6ea536f404aac2a5927c1294 (diff)
gst/playback/gstplaybin2.c: Provide the right arguments to a debug line.
Original commit message from CVS: * gst/playback/gstplaybin2.c: (groups_set_locked_state): Provide the right arguments to a debug line.
Diffstat (limited to 'gst/playback/gstplaybin2.c')
-rw-r--r--gst/playback/gstplaybin2.c3
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);