summaryrefslogtreecommitdiffstats
path: root/ext/jpeg/gstsmokeenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/jpeg/gstsmokeenc.c')
-rw-r--r--ext/jpeg/gstsmokeenc.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/ext/jpeg/gstsmokeenc.c b/ext/jpeg/gstsmokeenc.c
index c1d94cbc..b68ba486 100644
--- a/ext/jpeg/gstsmokeenc.c
+++ b/ext/jpeg/gstsmokeenc.c
@@ -27,12 +27,11 @@
#include <gst/video/video.h>
/* elementfactory information */
-GstElementDetails gst_smokeenc_details = {
- "Smoke image encoder",
- "Codec/Encoder/Image",
- "Encode images in the Smoke format",
- "Wim Taymans <wim@fluendo.com>",
-};
+GstElementDetails gst_smokeenc_details =
+GST_ELEMENT_DETAILS ("Smoke video encoder",
+ "Codec/Encoder/Video",
+ "Encode images into the Smoke format",
+ "Wim Taymans <wim@fluendo.com>");
GST_DEBUG_CATEGORY (smokeenc_debug);
#define GST_CAT_DEFAULT smokeenc_debug