- removed the parse factory, it's unused

Original commit message from CVS:
- removed the parse factory, it's unused
This commit is contained in:
Bastien Nocera 2001-05-21 02:35:22 +00:00
parent d6b32ac2f9
commit b1516de5f5

View file

@ -2,7 +2,7 @@
int main(int argc,char *argv[]) {
GstElementFactory *srcfactory, *parsefactory, *decodefactory, *playfactory;
GstElementFactory *srcfactory, *decodefactory, *playfactory;
GstElement *pipeline, *src, *decode, *play;
GstPad *infopad;