gst/: gst_[buffer|event|message]_ref() macros are replaced by a static inline functio...
authorEdward Hervey <bilboed@bilboed.com>
Tue, 21 Mar 2006 13:50:52 +0000 (13:50 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 21 Mar 2006 13:50:52 +0000 (13:50 +0000)
commit067db77499ebb39462e33ace981a495b9941489f
treebf554b144d47b33acfa5f86e22de5c5fe364a3f4
parent9384cd9051458b44093f0448dfcfbbfba85c2901
gst/: gst_[buffer|event|message]_ref() macros are replaced by a static inline functions because gcc-4.1 will about if...

Original commit message from CVS:
* gst/gstbuffer.h:
* gst/gstevent.h:
* gst/gstmessage.h:
gst_[buffer|event|message]_ref() macros are replaced by a static
inline functions because gcc-4.1 will about if the return value
isn't used.
* tests/check/gst/gstevent.c: (event_probe):
gst_event_ref now has to be given a GstEvent* , fix check accordingly.
ChangeLog
gst/gstbuffer.h
gst/gstevent.h
gst/gstmessage.h
tests/check/gst/gstevent.c