From: Wim Taymans Date: Tue, 13 Jan 2009 14:47:19 +0000 (+0000) Subject: gst/playback/gstplaybin2.c: Provide the right arguments to a debug line. X-Git-Tag: 1.19.3~511^2~10089 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=397c00ac339541d36ee3700d569e98c0793e2956;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index 3186651..e7f8e8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-13 Wim Taymans + + * gst/playback/gstplaybin2.c: (groups_set_locked_state): + Provide the right arguments to a debug line. + 2009-01-13 Stefan Kost * sys/xvimage/xvimagesink.c: diff --git a/gst/playback/gstplaybin2.c b/gst/playback/gstplaybin2.c index 8fa8d5c..80c14c5 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);