summaryrefslogtreecommitdiff
path: root/ext/theora/theoradec.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/theora/theoradec.c')
-rw-r--r--ext/theora/theoradec.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/ext/theora/theoradec.c b/ext/theora/theoradec.c
index 4a31aa6c..210d0d7a 100644
--- a/ext/theora/theoradec.c
+++ b/ext/theora/theoradec.c
@@ -58,13 +58,11 @@ enum
ARG_CROP
};
-static GstElementDetails theora_dec_details = {
- "TheoraDec",
- "Codec/Decoder/Video",
- "decode raw theora streams to raw YUV video",
- "Benjamin Otte <in7y118@public.uni-hamburg.de>, "
- "Wim Taymans <wim@fluendo.com>",
-};
+static GstElementDetails theora_dec_details = GST_ELEMENT_DETAILS ("TheoraDec",
+ "Codec/Decoder/Video",
+ "decode raw theora streams to raw YUV video",
+ "Benjamin Otte <in7y118@public.uni-hamburg.de>, "
+ "Wim Taymans <wim@fluendo.com>");
static GstStaticPadTemplate theora_dec_src_factory =
GST_STATIC_PAD_TEMPLATE ("src",