harness: Fix object used to log caps warning.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/801>
This commit is contained in:
parent
fad603011d
commit
77ab7b42b3
@ -361,7 +361,8 @@ gst_harness_negotiate (GstHarness * h)
|
||||
gst_harness_decide_allocation (h, caps);
|
||||
gst_caps_unref (caps);
|
||||
} else {
|
||||
GST_FIXME_OBJECT (h, "Cannot negotiate allocation because caps is not set");
|
||||
GST_FIXME_OBJECT (h->srcpad,
|
||||
"Cannot negotiate allocation because caps is not set");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user