summaryrefslogtreecommitdiffstats
path: root/ext/libmng/gstmngdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/libmng/gstmngdec.c')
-rw-r--r--ext/libmng/gstmngdec.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/ext/libmng/gstmngdec.c b/ext/libmng/gstmngdec.c
index 97e9ff9c..77eaa698 100644
--- a/ext/libmng/gstmngdec.c
+++ b/ext/libmng/gstmngdec.c
@@ -21,12 +21,11 @@
#include "gstmngdec.h"
#include <gst/video/video.h>
-static GstElementDetails gst_mngdec_details = {
- "MNG decoder",
- "Codec/Decoder/Image",
- "Decode a mng video to raw images",
- "Wim Taymans <wim@fluendo.com>",
-};
+static GstElementDetails gst_mngdec_details =
+GST_ELEMENT_DETAILS ("MNG video decoder",
+ "Codec/Decoder/Video",
+ "Decode a mng video to raw images",
+ "Wim Taymans <wim@fluendo.com>");
/* Filter signals and args */