mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
ges: remove extra semicolon
https://bugzilla.gnome.org/show_bug.cgi?id=726365
This commit is contained in:
parent
0a903cdd35
commit
4dbdac99ed
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ static GstStaticPadTemplate sink_template = GST_STATIC_PAD_TEMPLATE ("sink_%u",
|
||||||
#if G_BYTE_ORDER == G_LITTLE_ENDIAN
|
#if G_BYTE_ORDER == G_LITTLE_ENDIAN
|
||||||
#define DEFAULT_CAPS "audio/x-raw,format=(string)S32LE;"
|
#define DEFAULT_CAPS "audio/x-raw,format=(string)S32LE;"
|
||||||
#else
|
#else
|
||||||
#define DEFAULT_CAPS "audio/x-raw,format=(string)S32BE;";
|
#define DEFAULT_CAPS "audio/x-raw,format=(string)S32BE;"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct _PadInfos
|
typedef struct _PadInfos
|
||||||
|
|
Loading…
Reference in a new issue