diff options
Diffstat (limited to 'gst/vbidec')
-rw-r--r-- | gst/vbidec/gstvbidec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/vbidec/gstvbidec.c b/gst/vbidec/gstvbidec.c index 1ee5afb8..2e220e36 100644 --- a/gst/vbidec/gstvbidec.c +++ b/gst/vbidec/gstvbidec.c @@ -64,7 +64,7 @@ struct _GstVBIDecClass GType gst_vbidec_get_type (void); /* elementfactory information */ -static GstElementDetails gst_vbidec_details = +static const GstElementDetails gst_vbidec_details = GST_ELEMENT_DETAILS ("VBI decoder", "Codec/Decoder/Video", "Decodes closed captions and XDS data from VBI data", |