Reparented everything to GstElement, removing GstSrc, GstSink, GstFilter, and GstConn...
authorErik Walthinsen <omega@temple-baptist.org>
Fri, 29 Dec 2000 02:28:04 +0000 (02:28 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Fri, 29 Dec 2000 02:28:04 +0000 (02:28 +0000)
commit09eeadb15f7ecde7e8b5f6831b378886fec841ab
treebf7c2b189692c3e15017cb723934751e001c0dfb
parent1768119da6f4a42b17968ec9679f319c5376993e
Reparented everything to GstElement, removing GstSrc, GstSink, GstFilter, and GstConnection.  Also fixed a bug in gst...

Original commit message from CVS:
Reparented everything to GstElement, removing GstSrc, GstSink, GstFilter,
and GstConnection.  Also fixed a bug in gst_bin_iterate_func.
71 files changed:
gst/Makefile.am
gst/elements/gstasyncdisksrc.c
gst/elements/gstasyncdisksrc.h
gst/elements/gstaudiosink.c
gst/elements/gstaudiosink.h
gst/elements/gstaudiosrc.c
gst/elements/gstaudiosrc.h
gst/elements/gstdisksrc.c
gst/elements/gstdisksrc.h
gst/elements/gstelements.c
gst/elements/gstfakesink.c
gst/elements/gstfakesink.h
gst/elements/gstfakesrc.c
gst/elements/gstfakesrc.h
gst/elements/gstfdsink.c
gst/elements/gstfdsink.h
gst/elements/gstfdsrc.c
gst/elements/gstfdsrc.h
gst/elements/gsthttpsrc.c
gst/elements/gsthttpsrc.h
gst/elements/gstidentity.c
gst/elements/gstidentity.h
gst/elements/gstpipefilter.c
gst/elements/gstpipefilter.h
gst/elements/gstqueue.c
gst/elements/gstqueue.h
gst/elements/gstsinesrc.c
gst/elements/gstsinesrc.h
gst/gst.h
gst/gstbin.c
gst/gstclock.c
gst/gstconnection.c [deleted file]
gst/gstconnection.h [deleted file]
gst/gstelement.c
gst/gstelement.h
gst/gstfilter.c [deleted file]
gst/gstfilter.h [deleted file]
gst/gstpipeline.c
gst/gstsink.c [deleted file]
gst/gstsink.h [deleted file]
gst/gstsrc.c [deleted file]
gst/gstsrc.h [deleted file]
gst/gsttee.c
gst/gsttee.h
plugins/elements/gstasyncdisksrc.c
plugins/elements/gstasyncdisksrc.h
plugins/elements/gstaudiosink.c
plugins/elements/gstaudiosink.h
plugins/elements/gstaudiosrc.c
plugins/elements/gstaudiosrc.h
plugins/elements/gstdisksrc.c
plugins/elements/gstdisksrc.h
plugins/elements/gstelements.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesink.h
plugins/elements/gstfakesrc.c
plugins/elements/gstfakesrc.h
plugins/elements/gstfdsink.c
plugins/elements/gstfdsink.h
plugins/elements/gstfdsrc.c
plugins/elements/gstfdsrc.h
plugins/elements/gsthttpsrc.c
plugins/elements/gsthttpsrc.h
plugins/elements/gstidentity.c
plugins/elements/gstidentity.h
plugins/elements/gstpipefilter.c
plugins/elements/gstpipefilter.h
plugins/elements/gstqueue.c
plugins/elements/gstqueue.h
plugins/elements/gstsinesrc.c
plugins/elements/gstsinesrc.h