mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue