summaryrefslogtreecommitdiffstats
path: root/ext/bz2/gstbz2dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bz2/gstbz2dec.c')
-rw-r--r--ext/bz2/gstbz2dec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/bz2/gstbz2dec.c b/ext/bz2/gstbz2dec.c
index 6fab9f65..b5501fd3 100644
--- a/ext/bz2/gstbz2dec.c
+++ b/ext/bz2/gstbz2dec.c
@@ -27,7 +27,8 @@
GST_DEBUG_CATEGORY_STATIC (bz2dec_debug);
#define GST_CAT_DEFAULT bz2dec_debug
-static GstElementDetails bz2dec_details = GST_ELEMENT_DETAILS ("BZ2 decoder",
+static const GstElementDetails bz2dec_details =
+GST_ELEMENT_DETAILS ("BZ2 decoder",
"Codec/Decoder", "Decodes compressed streams",
"Lutz Mueller <lutz@users.sourceforge.net>");