summaryrefslogtreecommitdiffstats
path: root/ext/esd/esdsink.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/esd/esdsink.c')
-rw-r--r--ext/esd/esdsink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/esd/esdsink.c b/ext/esd/esdsink.c
index 5f4836d0..1f4a9340 100644
--- a/ext/esd/esdsink.c
+++ b/ext/esd/esdsink.c
@@ -253,7 +253,7 @@ gst_esdsink_prepare (GstAudioSink * asink, GstRingBufferSpec * spec)
GstEsdSink *esdsink = GST_ESDSINK (asink);
/* Name used by esound for this connection. */
- const char *connname = "GStreamer";
+ const char connname[] = "GStreamer";
/* Bitmap describing audio format. */
esd_format_t esdformat = ESD_STREAM | ESD_PLAY;