mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
Playbin2: Don't leave unused parameters in debug statements.
Fixes build on macosx
This commit is contained in:
parent
e57073b6f9
commit
2968cc8710
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue