add debugging
Original commit message from CVS: add debugging
This commit is contained in:
parent
f13fcb23ec
commit
d32724fb41
@ -242,7 +242,8 @@ gst_audio_convert_chain (GstPad * pad, GstData * data)
|
|||||||
|
|
||||||
if (!gst_pad_is_negotiated (this->sink)) {
|
if (!gst_pad_is_negotiated (this->sink)) {
|
||||||
GST_ELEMENT_ERROR (this, CORE, NEGOTIATION, (NULL),
|
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;
|
return;
|
||||||
}
|
}
|
||||||
if (!gst_pad_is_negotiated (this->src)) {
|
if (!gst_pad_is_negotiated (this->src)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user