mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
add debugging
Original commit message from CVS: add debugging
This commit is contained in:
parent
f13fcb23ec
commit
d32724fb41
1 changed files with 2 additions and 1 deletions
|
@ -242,7 +242,8 @@ gst_audio_convert_chain (GstPad * pad, GstData * data)
|
|||
|
||||
if (!gst_pad_is_negotiated (this->sink)) {
|
||||
GST_ELEMENT_ERROR (this, CORE, NEGOTIATION, (NULL),
|
||||
("Sink pad not negotiated before chain function"));
|
||||
("Sink pad (connected to %s:%s) not negotiated before chain function",
|
||||
GST_DEBUG_PAD_NAME (gst_pad_get_peer (this->sink))));
|
||||
return;
|
||||
}
|
||||
if (!gst_pad_is_negotiated (this->src)) {
|
||||
|
|
Loading…
Reference in a new issue