mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
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.
This commit is contained in:
parent
f67b07cfd8
commit
397c00ac33
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-01-13 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/playback/gstplaybin2.c: (groups_set_locked_state):
|
||||
Provide the right arguments to a debug line.
|
||||
|
||||
2009-01-13 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* sys/xvimage/xvimagesink.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);
|
||||
|
|
Loading…
Reference in a new issue