gstreamer/tests/check
Edward Hervey 067db77499 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.
2006-03-21 13:50:52 +00:00
..
elements docs/design/part-element-sink.txt: Updated document. 2006-02-02 12:07:48 +00:00
generic gst/gstutils.c: Don't leak pad references. 2006-01-28 00:59:37 +00:00
gst gst/: gst_[buffer|event|message]_ref() macros are replaced by a static inline functions because gcc-4.1 will about if... 2006-03-21 13:50:52 +00:00
libs tests/check/libs/basesrc.c: Use proper return value for probe. 2006-03-19 16:05:23 +00:00
pipelines plugins/elements/gstfakesrc.c: Fix leaks in fakesrc. 2006-03-20 09:28:41 +00:00
.gitignore ignore more; fix README 2005-06-17 08:59:41 +00:00
Makefile.am tests/check/: ... and add some tests for the base source EOS stuff. 2006-02-23 17:39:20 +00:00