Move core plugins out of core. I don't mind fdsrc/fdsink going back into the core...
authorDavid Schleef <ds@schleef.org>
Sun, 15 May 2005 23:06:37 +0000 (23:06 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 15 May 2005 23:06:37 +0000 (23:06 +0000)
commit924a50450fb0354821f4e8fedad5290e623362b2
treee1e1ccd442ef72363629a7768ffe93947eee9fd4
parent3ad1774754a31a6942a64c1bb4d87485456457b7
Move core plugins out of core.  I don't mind fdsrc/fdsink going back into the core; they were just disabled there, so

Original commit message from CVS:
Move core plugins out of core.  I don't mind fdsrc/fdsink
going back into the core; they were just disabled there, so
I moved them.  Some of this stuff could (should) be deleted.
* gst/oldcore/Makefile.am:
* gst/oldcore/gstaggregator.c:
* gst/oldcore/gstaggregator.h:
* gst/oldcore/gstelements.c:
* gst/oldcore/gstfdsink.c:
* gst/oldcore/gstfdsink.h:
* gst/oldcore/gstfdsrc.c:
* gst/oldcore/gstfdsrc.h:
* gst/oldcore/gstmd5sink.c:
* gst/oldcore/gstmd5sink.h:
* gst/oldcore/gstmultifilesrc.c:
* gst/oldcore/gstmultifilesrc.h:
* gst/oldcore/gstpipefilter.c:
* gst/oldcore/gstpipefilter.h:
* gst/oldcore/gstshaper.c:
* gst/oldcore/gstshaper.h:
* gst/oldcore/gststatistics.c:
* gst/oldcore/gststatistics.h:
17 files changed:
ChangeLog
gst/oldcore/Makefile.am [new file with mode: 0644]
gst/oldcore/gstaggregator.c [new file with mode: 0644]
gst/oldcore/gstaggregator.h [new file with mode: 0644]
gst/oldcore/gstelements.c [new file with mode: 0644]
gst/oldcore/gstfdsink.c [new file with mode: 0644]
gst/oldcore/gstfdsink.h [new file with mode: 0644]
gst/oldcore/gstmd5sink.c [new file with mode: 0644]
gst/oldcore/gstmd5sink.h [new file with mode: 0644]
gst/oldcore/gstmultifilesrc.c [new file with mode: 0644]
gst/oldcore/gstmultifilesrc.h [new file with mode: 0644]
gst/oldcore/gstpipefilter.c [new file with mode: 0644]
gst/oldcore/gstpipefilter.h [new file with mode: 0644]
gst/oldcore/gstshaper.c [new file with mode: 0644]
gst/oldcore/gstshaper.h [new file with mode: 0644]
gst/oldcore/gststatistics.c [new file with mode: 0644]
gst/oldcore/gststatistics.h [new file with mode: 0644]