- removed the parse factory, it's unused
authorBastien Nocera <hadess@hadess.net>
Mon, 21 May 2001 02:35:22 +0000 (02:35 +0000)
committerBastien Nocera <hadess@hadess.net>
Mon, 21 May 2001 02:35:22 +0000 (02:35 +0000)
Original commit message from CVS:
- removed the parse factory, it's unused

test/mp3mad.c

index b154e60..b5de350 100644 (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;