summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/oss/gstossmixerelement.c2
-rw-r--r--sys/oss/gstosssink.c2
-rw-r--r--sys/oss/gstosssrc.c2
-rw-r--r--sys/osxaudio/gstosxaudioelement.c2
-rw-r--r--sys/osxaudio/gstosxaudiosink.c2
-rw-r--r--sys/osxaudio/gstosxaudiosrc.c2
-rw-r--r--sys/sunaudio/gstsunaudiomixer.c2
-rw-r--r--sys/sunaudio/gstsunaudiosink.c3
8 files changed, 9 insertions, 8 deletions
diff --git a/sys/oss/gstossmixerelement.c b/sys/oss/gstossmixerelement.c
index 01e7a3d9..65c12a2d 100644
--- a/sys/oss/gstossmixerelement.c
+++ b/sys/oss/gstossmixerelement.c
@@ -33,7 +33,7 @@ enum
};
-static GstElementDetails gst_oss_mixer_element_details =
+static const GstElementDetails gst_oss_mixer_element_details =
GST_ELEMENT_DETAILS ("OSS Mixer",
"Generic/Audio",
"Control sound input and output levels with OSS",
diff --git a/sys/oss/gstosssink.c b/sys/oss/gstosssink.c
index 47994119..f2621071 100644
--- a/sys/oss/gstosssink.c
+++ b/sys/oss/gstosssink.c
@@ -50,7 +50,7 @@ GST_DEBUG_CATEGORY_EXTERN (oss_debug);
#define GST_CAT_DEFAULT oss_debug
/* elementfactory information */
-static GstElementDetails gst_oss_sink_details =
+static const GstElementDetails gst_oss_sink_details =
GST_ELEMENT_DETAILS ("Audio Sink (OSS)",
"Sink/Audio",
"Output to a sound card via OSS",
diff --git a/sys/oss/gstosssrc.c b/sys/oss/gstosssrc.c
index 7ff4c935..f740f91c 100644
--- a/sys/oss/gstosssrc.c
+++ b/sys/oss/gstosssrc.c
@@ -50,7 +50,7 @@
GST_DEBUG_CATEGORY_EXTERN (oss_debug);
#define GST_CAT_DEFAULT oss_debug
-static GstElementDetails gst_oss_src_details =
+static const GstElementDetails gst_oss_src_details =
GST_ELEMENT_DETAILS ("Audio Source (OSS)",
"Source/Audio",
"Capture from a sound card via OSS",
diff --git a/sys/osxaudio/gstosxaudioelement.c b/sys/osxaudio/gstosxaudioelement.c
index db142cae..6e1d7917 100644
--- a/sys/osxaudio/gstosxaudioelement.c
+++ b/sys/osxaudio/gstosxaudioelement.c
@@ -40,7 +40,7 @@ enum
};
/* elementfactory information */
-static GstElementDetails gst_osxaudioelement_details =
+static const GstElementDetails gst_osxaudioelement_details =
GST_ELEMENT_DETAILS ("Audio Mixer (OSX)",
"Generic/Audio",
"Mac OS X audio mixer element",
diff --git a/sys/osxaudio/gstosxaudiosink.c b/sys/osxaudio/gstosxaudiosink.c
index 75998b6d..7f4a6fca 100644
--- a/sys/osxaudio/gstosxaudiosink.c
+++ b/sys/osxaudio/gstosxaudiosink.c
@@ -31,7 +31,7 @@
#include "gstosxaudiosink.h"
/* elementfactory information */
-static GstElementDetails gst_osxaudiosink_details =
+static const GstElementDetails gst_osxaudiosink_details =
GST_ELEMENT_DETAILS ("Audio Sink (Mac OS X)",
"Sink/Audio",
"Output to a Mac OS X CoreAudio Sound Device",
diff --git a/sys/osxaudio/gstosxaudiosrc.c b/sys/osxaudio/gstosxaudiosrc.c
index c6e25cbd..e12e18af 100644
--- a/sys/osxaudio/gstosxaudiosrc.c
+++ b/sys/osxaudio/gstosxaudiosrc.c
@@ -34,7 +34,7 @@
#include <gstosxaudioelement.h>
/* elementfactory information */
-static GstElementDetails gst_osxaudiosrc_details =
+static const GstElementDetails gst_osxaudiosrc_details =
GST_ELEMENT_DETAILS ("Audio Source (Mac OS X)",
"Source/Audio",
"Read from the sound card",
diff --git a/sys/sunaudio/gstsunaudiomixer.c b/sys/sunaudio/gstsunaudiomixer.c
index 0023585f..fb0ce954 100644
--- a/sys/sunaudio/gstsunaudiomixer.c
+++ b/sys/sunaudio/gstsunaudiomixer.c
@@ -35,7 +35,7 @@
#include "gstsunaudiomixer.h"
-static GstElementDetails gst_sunaudiomixer_details =
+static const GstElementDetails gst_sunaudiomixer_details =
GST_ELEMENT_DETAILS ("Sun Audio Mixer",
"Generic/Audio",
"Control sound input and output levels with Sun Audio",
diff --git a/sys/sunaudio/gstsunaudiosink.c b/sys/sunaudio/gstsunaudiosink.c
index 9d50c8c2..be6de940 100644
--- a/sys/sunaudio/gstsunaudiosink.c
+++ b/sys/sunaudio/gstsunaudiosink.c
@@ -48,7 +48,8 @@
#include "gstsunaudiosink.h"
/* elementfactory information */
-static GstElementDetails plugin_details = GST_ELEMENT_DETAILS ("Sun Audio Sink",
+static const GstElementDetails plugin_details =
+GST_ELEMENT_DETAILS ("Sun Audio Sink",
"Sink/Audio",
"Audio sink for Sun Audio devices",
"David A. Schleef <ds@schleef.org>, "