summaryrefslogtreecommitdiffstats
path: root/ext/snapshot
diff options
context:
space:
mode:
Diffstat (limited to 'ext/snapshot')
-rw-r--r--ext/snapshot/gstsnapshot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/snapshot/gstsnapshot.c b/ext/snapshot/gstsnapshot.c
index e1183148..1e336ec8 100644
--- a/ext/snapshot/gstsnapshot.c
+++ b/ext/snapshot/gstsnapshot.c
@@ -29,7 +29,8 @@
#define MAX_HEIGHT 2048
/* elementfactory information */
-static GstElementDetails snapshot_details = GST_ELEMENT_DETAILS ("Snapshot",
+static const GstElementDetails snapshot_details =
+GST_ELEMENT_DETAILS ("Snapshot",
"Filter/Editor/Video",
"Dump a frame to a png file",
"Jeremy SIMON <jsimon13@yahoo.fr>");