This is a rather large patch. Switched on -Wall compiler flag and fixed the warnings.
authorWim Taymans <wim.taymans@gmail.com>
Sun, 27 Feb 2000 23:18:38 +0000 (23:18 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 27 Feb 2000 23:18:38 +0000 (23:18 +0000)
commitef63c32778fef510fc798181ea2c768aa79e42d9
tree3cc5016b997962d49fc25f6f19e9bec2e06077a5
parentc144819530572e6bb95960ebea1a29578e5745fb
This is a rather large patch. Switched on -Wall compiler flag and fixed the warnings.

Original commit message from CVS:
This is a rather large patch. Switched on -Wall compiler flag and fixed
the warnings.
Made the Video for Linux more like it should be.
43 files changed:
gst/Makefile.am
gst/cothreads.c
gst/elements/Makefile.am
gst/elements/gstasyncdisksrc.c
gst/elements/gstaudiosink.c
gst/elements/gstaudiosrc.c
gst/elements/gstdisksrc.c
gst/elements/gstfakesink.c
gst/elements/gstfakesrc.c
gst/elements/gstfdsink.c
gst/elements/gstfdsrc.c
gst/elements/gsthttpsrc.c
gst/elements/gstidentity.c
gst/elements/gstqueue.c
gst/elements/gstsinesrc.c
gst/gstbin.c
gst/gstbuffer.c
gst/gstconnection.c
gst/gstelement.c
gst/gstmeta.c
gst/gstobject.c
gst/gstpad.c
gst/gstpad.h
gst/gstpipeline.c
gst/gstplugin.c
gst/gsttee.c
gst/gstthread.c
gst/gsttype.c
gst/types/Makefile.am
plugins/elements/Makefile.am
plugins/elements/gstasyncdisksrc.c
plugins/elements/gstaudiosink.c
plugins/elements/gstaudiosrc.c
plugins/elements/gstdisksrc.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstfdsink.c
plugins/elements/gstfdsrc.c
plugins/elements/gsthttpsrc.c
plugins/elements/gstidentity.c
plugins/elements/gstqueue.c
plugins/elements/gstsinesrc.c
test/videotest.c