Updated the event system to use event,timestamp,data instead of a pointer.
authorErik Walthinsen <omega@temple-baptist.org>
Wed, 22 Aug 2001 21:45:25 +0000 (21:45 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Wed, 22 Aug 2001 21:45:25 +0000 (21:45 +0000)
commit75312f38121c6143d173e20a7262775246acdbaa
tree32377a0947092b2f30dd09b43ab388a6efbdb15a
parent7adfdaf6dcfa7c7d6a930e2626678f24ab19b532
Updated the event system to use event,timestamp,data instead of a pointer.

Original commit message from CVS:
Updated the event system to use event,timestamp,data instead of a pointer.
Updated elements to use the event system correctly.
Changed "size" to "filesize" in disksrc.
16 files changed:
gst/elements/gstdisksrc.c
gst/elements/gstfakesink.c
gst/elements/gstfakesrc.c
gst/elements/gstmultidisksrc.c
gst/elements/gstmultifilesrc.c
gst/elements/gstpipefilter.c
gst/gst.h
gst/gstpad.c
gst/gstpad.h
gst/gsttrace.h
plugins/elements/gstdisksrc.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstmultidisksrc.c
plugins/elements/gstmultifilesrc.c
plugins/elements/gstpipefilter.c