mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
directsoundsrc: Add missing \ in multi-line #define
This commit is contained in:
parent
b174a91a1a
commit
357a5746b0
1 changed files with 3 additions and 3 deletions
|
@ -115,9 +115,9 @@ struct _GstDirectSoundSrcClass
|
||||||
|
|
||||||
GType gst_directsound_src_get_type (void);
|
GType gst_directsound_src_get_type (void);
|
||||||
|
|
||||||
#define GST_DIRECTSOUND_SRC_CAPS "audio/x-raw, "
|
#define GST_DIRECTSOUND_SRC_CAPS "audio/x-raw, " \
|
||||||
"format = (string) { S16LE, S8 }, "
|
"format = (string) { S16LE, S8 }, " \
|
||||||
"layout = (string) interleaved, "
|
"layout = (string) interleaved, " \
|
||||||
"rate = (int) [ 1, MAX ], " "channels = (int) [ 1, 2 ]"
|
"rate = (int) [ 1, MAX ], " "channels = (int) [ 1, 2 ]"
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
Loading…
Reference in a new issue