tests: mpegaudioparse: remove stray declaration
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Thu, 9 Feb 2012 21:12:14 +0000 (22:12 +0100)
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Thu, 9 Feb 2012 21:13:11 +0000 (22:13 +0100)
tests/check/elements/mpegaudioparse.c

index 69a0864..2bb2699 100644 (file)
@@ -41,8 +41,6 @@ GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
     GST_STATIC_CAPS (SRC_CAPS_TMPL)
     );
 
-const gchar *factory = "aacparse";
-
 /* some data */
 static guint8 mp3_frame[384] = {
   0xff, 0xfb, 0x94, 0xc4, 0xff, 0x83, 0xc0, 0x00,