diff options
Diffstat (limited to 'ext/flac')
-rw-r--r-- | ext/flac/gstflacenc.c | 3 | ||||
-rw-r--r-- | ext/flac/gstflactag.c | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ext/flac/gstflacenc.c b/ext/flac/gstflacenc.c index 655dff3d..28b85c22 100644 --- a/ext/flac/gstflacenc.c +++ b/ext/flac/gstflacenc.c @@ -31,7 +31,8 @@ #include "flac_compat.h" -GstElementDetails flacenc_details = GST_ELEMENT_DETAILS ("FLAC audio encoder", +static const GstElementDetails flacenc_details = +GST_ELEMENT_DETAILS ("FLAC audio encoder", "Codec/Encoder/Audio", "Encodes audio with the FLAC lossless audio encoder", "Wim Taymans <wim.taymans@chello.be>"); diff --git a/ext/flac/gstflactag.c b/ext/flac/gstflactag.c index f1271b6f..246efbef 100644 --- a/ext/flac/gstflactag.c +++ b/ext/flac/gstflactag.c @@ -86,7 +86,7 @@ struct _GstFlacTagClass }; /* elementfactory information */ -static GstElementDetails gst_flac_tag_details = +static const GstElementDetails gst_flac_tag_details = GST_ELEMENT_DETAILS ("FLAC tagger", "Tag", "Rewrite tags in a FLAC file", |