From b1516de5f540ae5cd169f987a9f4e20119a6d2e8 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 21 May 2001 02:35:22 +0000 Subject: [PATCH] - removed the parse factory, it's unused Original commit message from CVS: - removed the parse factory, it's unused --- test/mp3mad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mp3mad.c b/test/mp3mad.c index b154e60..b5de350 100644 --- a/test/mp3mad.c +++ b/test/mp3mad.c @@ -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; -- 2.7.4