mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
ext/mplex/: g++ doesn't like NULL in our i18n/error macros, should be either (NULL) or ("").
Original commit message from CVS: 2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net> * ext/mplex/gstmplex.cc: * ext/mplex/gstmplexibitstream.cc: g++ doesn't like NULL in our i18n/error macros, should be either (NULL) or ("").
This commit is contained in:
parent
88d9636960
commit
e991fd98bc
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/mplex/gstmplex.cc:
|
||||
* ext/mplex/gstmplexibitstream.cc:
|
||||
g++ doesn't like NULL in our i18n/error macros, should be
|
||||
either (NULL) or ("").
|
||||
|
||||
2004-01-20 Ronald Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* sys/dxr3/dxr3audiosink.c:
|
||||
|
|
Loading…
Reference in a new issue