blob: 8689da3ddccced2e9acf813ec896819407f79f3b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- gst/audioconvert/gstaudioconvert.c.orig Thu Feb 26 19:35:40 2004
+++ gst/audioconvert/gstaudioconvert.c Thu Feb 26 19:36:33 2004
@@ -242,7 +242,7 @@
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"));
return;
}
|