gstreamer/gst/autoplug
Tim-Philipp Müller 51b8766072 gst/: Do not silently discard return values of g_list_delete_link() and g_list_append(). This would trigger gcc4 warn...
Original commit message from CVS:
Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
* gst/autoplug/gstspider.c: (gst_spider_identity_unplug),
(gst_spider_create_and_plug):
* gst/elements/gstbufferstore.c: (gst_buffer_store_add_buffer_func):
Do not silently discard return values of g_list_delete_link()
and g_list_append(). This would trigger gcc4 warnings that
are treated as errors in CVS builds (fixes: #324260). Also
ifdef out unused function while we are at it.
2005-12-16 16:11:12 +00:00
..
.gitignore keep this up to date, since I seem to be the only one who cares about not missing files on commits 2004-07-21 21:37:31 +00:00
gstsearchfuncs.c don't mix tabs and spaces 2004-03-15 19:27:17 +00:00
gstsearchfuncs.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
gstspider.c gst/: Do not silently discard return values of g_list_delete_link() and g_list_append(). This would trigger gcc4 warn... 2005-12-16 16:11:12 +00:00
gstspider.h docs/gst/gstreamer-sections.txt: More doc hacking. 2004-03-26 03:46:16 +00:00
gstspideridentity.c gst/autoplug/gstspideridentity.c: Cosmetic fix - spider_find_peek should be static 2005-01-18 15:39:14 +00:00
gstspideridentity.h Revert again, this time without post-commit reindent hooks to put back the indentation :-) 2004-03-15 14:43:35 +00:00
Makefile.am reorganize C/LIB flags add gst_info to gstcompat.h 2004-05-04 12:38:36 +00:00
spidertest.c Unsigned/signed case, missing void in no-argument functions and other small fixes to compile 100% clean on GCC4 (#301... 2005-04-22 09:34:31 +00:00