Some code cleanups.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 11 Jul 2001 14:56:16 +0000 (14:56 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 11 Jul 2001 14:56:16 +0000 (14:56 +0000)
commit93c163032d4e3d9ca09006e2e6833dc5d3ee2c25
tree5d176d859a1b86a6c7c382da8da1f85e4dbeb1ed
parenteaaaabf3aa3b3dfb3ed8dd2f8fac20308cffd2cc
Some code cleanups.

Original commit message from CVS:
Some code cleanups.
Added printouts of the buffer timestamps in identity, fakesrc, fakesink.
Added an aggregator test element.
30 files changed:
gst/elements/Makefile.am
gst/elements/gstaggregator.c [new file with mode: 0644]
gst/elements/gstaggregator.h [new file with mode: 0644]
gst/elements/gstdisksink.c
gst/elements/gstdisksrc.c
gst/elements/gstelements.c
gst/elements/gstfakesink.c
gst/elements/gstfakesrc.c
gst/elements/gstfakesrc.h
gst/elements/gstfdsink.c
gst/elements/gstfdsrc.c
gst/elements/gsthttpsrc.c
gst/elements/gstidentity.c
gst/elements/gstsinesrc.c
gst/elements/gsttee.c
plugins/elements/Makefile.am
plugins/elements/gstaggregator.c [new file with mode: 0644]
plugins/elements/gstaggregator.h [new file with mode: 0644]
plugins/elements/gstdisksink.c
plugins/elements/gstdisksrc.c
plugins/elements/gstelements.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstfakesrc.h
plugins/elements/gstfdsink.c
plugins/elements/gstfdsrc.c
plugins/elements/gsthttpsrc.c
plugins/elements/gstidentity.c
plugins/elements/gstsinesrc.c
plugins/elements/gsttee.c