parenthising NULL
Original commit message from CVS: parenthising NULL
This commit is contained in:
parent
af8dc33f90
commit
088c8da66f
@ -1,3 +1,9 @@
|
|||||||
|
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* ext/sidplay/gstsiddec.cc:
|
||||||
|
* gst/modplug/gstmodplug.cc:
|
||||||
|
parenthese NULL because C++ seems angry about it
|
||||||
|
|
||||||
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst-libs/gst/gst-i18n-plugin.h:
|
* gst-libs/gst/gst-i18n-plugin.h:
|
||||||
|
@ -575,7 +575,7 @@ gst_modplug_loop (GstElement *element)
|
|||||||
|
|
||||||
if (!GST_PAD_CAPS (modplug->srcpad) &&
|
if (!GST_PAD_CAPS (modplug->srcpad) &&
|
||||||
modplug_negotiate (modplug) <= 0) {
|
modplug_negotiate (modplug) <= 0) {
|
||||||
gst_element_error (modplug, CORE, NEGOTIATION, ("test"), ("test"));
|
gst_element_error (modplug, CORE, NEGOTIATION, (NULL), (NULL));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user