summaryrefslogtreecommitdiffstats
path: root/ext/theora
diff options
context:
space:
mode:
Diffstat (limited to 'ext/theora')
-rw-r--r--ext/theora/theoradec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/theora/theoradec.c b/ext/theora/theoradec.c
index ba7b0c56..7dc6fe87 100644
--- a/ext/theora/theoradec.c
+++ b/ext/theora/theoradec.c
@@ -52,9 +52,9 @@ GST_DEBUG_CATEGORY (theoradecexp_debug);
#define GST_CAT_DEFAULT theoradecexp_debug
static GstElementDetails theora_dec_details =
-GST_ELEMENT_DETAILS ("TheoraExpDec",
+GST_ELEMENT_DETAILS ("Theora video decoder",
"Codec/Decoder/Video",
- "decode raw theora streams to raw YUV video",
+ "decode raw theora streams to raw YUV video using libtheoradec",
"Benjamin Otte <in7y118@public.uni-hamburg.de>, "
"Wim Taymans <wim@fluendo.com>, " "Michael Smith <msmith@fluendo,com>");