Skip to content
Snippets Groups Projects
Commit 4dbdac99 authored by Andreas Schwab's avatar Andreas Schwab Committed by Sebastian Dröge
Browse files
parent 0a903cdd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment