From 2968cc871012488105045ace9314a591e3c8d4c3 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 25 Feb 2009 08:22:00 +0100 Subject: [PATCH] Playbin2: Don't leave unused parameters in debug statements. Fixes build on macosx --- gst/playback/gstplaybin2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gst/playback/gstplaybin2.c b/gst/playback/gstplaybin2.c index b033a5889..72f0137b3 100644 --- a/gst/playback/gstplaybin2.c +++ b/gst/playback/gstplaybin2.c @@ -2015,7 +2015,8 @@ shutdown: } /* streaming might error with NOT_LINKED if any of this fails, * but at least we tried */ - GST_DEBUG_OBJECT (playbin, "creating fakesink", select->type); + GST_DEBUG_OBJECT (playbin, "creating fakesink (sinktype:%d)", + select->type); select->fakesink = gst_element_factory_make ("fakesink", "fakesink"); if (select->fakesink) { GST_OBJECT_FLAG_UNSET (select->fakesink, GST_ELEMENT_IS_SINK); -- 2.34.1