diff options
Diffstat (limited to 'ext/theora')
-rw-r--r-- | ext/theora/theoradec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/theora/theoradec.c b/ext/theora/theoradec.c index 215f1e28..6657b7ec 100644 --- a/ext/theora/theoradec.c +++ b/ext/theora/theoradec.c @@ -51,7 +51,7 @@ GST_DEBUG_CATEGORY (theoradecexp_debug); #define GST_CAT_DEFAULT theoradecexp_debug -static GstElementDetails theora_dec_details = +static const GstElementDetails theora_dec_details = GST_ELEMENT_DETAILS ("Theora video decoder", "Codec/Decoder/Video", "decode raw theora streams to raw YUV video using libtheoradec", |