mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
tests: mpegaudioparse: remove stray declaration
This commit is contained in:
parent
dc54c83fd3
commit
507f936778
1 changed files with 0 additions and 2 deletions
|
@ -41,8 +41,6 @@ GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
|
||||||
GST_STATIC_CAPS (SRC_CAPS_TMPL)
|
GST_STATIC_CAPS (SRC_CAPS_TMPL)
|
||||||
);
|
);
|
||||||
|
|
||||||
const gchar *factory = "aacparse";
|
|
||||||
|
|
||||||
/* some data */
|
/* some data */
|
||||||
static guint8 mp3_frame[384] = {
|
static guint8 mp3_frame[384] = {
|
||||||
0xff, 0xfb, 0x94, 0xc4, 0xff, 0x83, 0xc0, 0x00,
|
0xff, 0xfb, 0x94, 0xc4, 0xff, 0x83, 0xc0, 0x00,
|
||||||
|
|
Loading…
Reference in a new issue