ges: remove extra semicolon

https://bugzilla.gnome.org/show_bug.cgi?id=726365
This commit is contained in:
Andreas Schwab 2014-03-14 19:59:27 +01:00 committed by Sebastian Dröge
parent 0a903cdd35
commit 4dbdac99ed

View file

@ -44,7 +44,7 @@ static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink_%u",
#if G_BYTE_ORDER == G_LITTLE_ENDIAN
#define DEFAULT_CAPS "audio/x-raw,format=(string)S32LE;"
#else
#define DEFAULT_CAPS "audio/x-raw,format=(string)S32BE;";
#define DEFAULT_CAPS "audio/x-raw,format=(string)S32BE;"
#endif
typedef struct _PadInfos