mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-14 03:54:11 +00:00
parenthising NULL
Original commit message from CVS: parenthising NULL
This commit is contained in:
parent
af8dc33f90
commit
088c8da66f
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* gst-libs/gst/gst-i18n-plugin.h:
|
||||
|
|
|
@ -575,7 +575,7 @@ gst_modplug_loop (GstElement *element)
|
|||
|
||||
if (!GST_PAD_CAPS (modplug->srcpad) &&
|
||||
modplug_negotiate (modplug) <= 0) {
|
||||
gst_element_error (modplug, CORE, NEGOTIATION, ("test"), ("test"));
|
||||
gst_element_error (modplug, CORE, NEGOTIATION, (NULL), (NULL));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue