diff options
Diffstat (limited to 'gst/tta')
-rw-r--r-- | gst/tta/gstttadec.c | 2 | ||||
-rw-r--r-- | gst/tta/gstttaparse.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/tta/gstttadec.c b/gst/tta/gstttadec.c index 6e894241..880bc736 100644 --- a/gst/tta/gstttadec.c +++ b/gst/tta/gstttadec.c @@ -171,7 +171,7 @@ gst_tta_dec_get_type (void) static void gst_tta_dec_base_init (GstTtaDecClass * klass) { - static GstElementDetails plugin_details = + static const GstElementDetails plugin_details = GST_ELEMENT_DETAILS ("TTA audio decoder", "Codec/Decoder/Audio", "Decode TTA audio data", diff --git a/gst/tta/gstttaparse.c b/gst/tta/gstttaparse.c index 4438941b..efbd4ce6 100644 --- a/gst/tta/gstttaparse.c +++ b/gst/tta/gstttaparse.c @@ -85,7 +85,7 @@ gst_tta_parse_get_type (void) static void gst_tta_parse_base_init (GstTtaParseClass * klass) { - static GstElementDetails plugin_details = + static const GstElementDetails plugin_details = GST_ELEMENT_DETAILS ("TTA file parser", "Codec/Demuxer/Audio", "Parses TTA files", |