summaryrefslogtreecommitdiffstats
path: root/gst/effectv
diff options
context:
space:
mode:
Diffstat (limited to 'gst/effectv')
-rw-r--r--gst/effectv/gstaging.c2
-rw-r--r--gst/effectv/gstdice.c2
-rw-r--r--gst/effectv/gstedge.c2
-rw-r--r--gst/effectv/gstquark.c2
-rw-r--r--gst/effectv/gstrev.c2
-rw-r--r--gst/effectv/gstshagadelic.c2
-rw-r--r--gst/effectv/gstvertigo.c2
-rw-r--r--gst/effectv/gstwarp.c3
8 files changed, 9 insertions, 8 deletions
diff --git a/gst/effectv/gstaging.c b/gst/effectv/gstaging.c
index 54e1e596..639d1ea7 100644
--- a/gst/effectv/gstaging.c
+++ b/gst/effectv/gstaging.c
@@ -93,7 +93,7 @@ struct _GstAgingTVClass
GType gst_agingtv_get_type (void);
-static GstElementDetails agingtv_details =
+static const GstElementDetails agingtv_details =
GST_ELEMENT_DETAILS ("AgingTV effect",
"Filter/Effect/Video",
"AgingTV adds age to video input using scratches and dust",
diff --git a/gst/effectv/gstdice.c b/gst/effectv/gstdice.c
index 711f3c56..26f682bb 100644
--- a/gst/effectv/gstdice.c
+++ b/gst/effectv/gstdice.c
@@ -70,7 +70,7 @@ GType gst_dicetv_get_type (void);
static void gst_dicetv_create_map (GstDiceTV * filter);
-static GstElementDetails gst_dicetv_details =
+static const GstElementDetails gst_dicetv_details =
GST_ELEMENT_DETAILS ("DiceTV effect",
"Filter/Effect/Video",
"'Dices' the screen up into many small squares",
diff --git a/gst/effectv/gstedge.c b/gst/effectv/gstedge.c
index eb7f6aab..1ba04f03 100644
--- a/gst/effectv/gstedge.c
+++ b/gst/effectv/gstedge.c
@@ -62,7 +62,7 @@ struct _GstEdgeTVClass
GType gst_edgetv_get_type (void);
-static GstElementDetails gst_edgetv_details =
+static const GstElementDetails gst_edgetv_details =
GST_ELEMENT_DETAILS ("EdgeTV effect",
"Filter/Effect/Video",
"Apply edge detect on video",
diff --git a/gst/effectv/gstquark.c b/gst/effectv/gstquark.c
index 9b985697..af59d6ed 100644
--- a/gst/effectv/gstquark.c
+++ b/gst/effectv/gstquark.c
@@ -76,7 +76,7 @@ GType gst_quarktv_get_type (void);
static void gst_quarktv_planetable_clear (GstQuarkTV * filter);
-static GstElementDetails quarktv_details =
+static const GstElementDetails quarktv_details =
GST_ELEMENT_DETAILS ("QuarkTV effect",
"Filter/Effect/Video",
"Motion dissolver",
diff --git a/gst/effectv/gstrev.c b/gst/effectv/gstrev.c
index 44dd3ef7..10891557 100644
--- a/gst/effectv/gstrev.c
+++ b/gst/effectv/gstrev.c
@@ -93,7 +93,7 @@ enum
GType gst_revtv_get_type (void);
-static GstElementDetails gst_revtv_details =
+static const GstElementDetails gst_revtv_details =
GST_ELEMENT_DETAILS ("RevTV effect",
"Filter/Effect/Video",
"A video waveform monitor for each line of video processed",
diff --git a/gst/effectv/gstshagadelic.c b/gst/effectv/gstshagadelic.c
index c5f9980d..3d09bdaf 100644
--- a/gst/effectv/gstshagadelic.c
+++ b/gst/effectv/gstshagadelic.c
@@ -75,7 +75,7 @@ GType gst_shagadelictv_get_type (void);
static void gst_shagadelic_initialize (GstShagadelicTV * filter);
-static GstElementDetails shagadelictv_details =
+static const GstElementDetails shagadelictv_details =
GST_ELEMENT_DETAILS ("ShagadelicTV",
"Filter/Effect/Video",
"Oh behave, ShagedelicTV makes images shagadelic!",
diff --git a/gst/effectv/gstvertigo.c b/gst/effectv/gstvertigo.c
index 5c0016e3..110e625e 100644
--- a/gst/effectv/gstvertigo.c
+++ b/gst/effectv/gstvertigo.c
@@ -76,7 +76,7 @@ enum
ARG_ZOOM_SPEED
};
-static GstElementDetails vertigotv_details =
+static const GstElementDetails vertigotv_details =
GST_ELEMENT_DETAILS ("VertigoTV effect",
"Filter/Effect/Video",
"A loopback alpha blending effector with rotating and scaling",
diff --git a/gst/effectv/gstwarp.c b/gst/effectv/gstwarp.c
index ec451530..d7af7250 100644
--- a/gst/effectv/gstwarp.c
+++ b/gst/effectv/gstwarp.c
@@ -85,7 +85,8 @@ static void initSinTable (GstWarpTV * filter);
static void initOffsTable (GstWarpTV * filter);
static void initDistTable (GstWarpTV * filter);
-static GstElementDetails warptv_details = GST_ELEMENT_DETAILS ("WarpTV effect",
+static const GstElementDetails warptv_details =
+GST_ELEMENT_DETAILS ("WarpTV effect",
"Filter/Effect/Video",
"WarpTV does realtime goo'ing of the video input",
"Sam Lantinga <slouken@devolution.com>");