Playbin2: Don't leave unused parameters in debug statements.

Fixes build on macosx
This commit is contained in:
Edward Hervey 2009-02-25 08:22:00 +01:00
parent e57073b6f9
commit 2968cc8710

View file

@ -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);