summaryrefslogtreecommitdiffstats
path: root/gst/smpte/gstsmpte.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/smpte/gstsmpte.c')
-rw-r--r--gst/smpte/gstsmpte.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/gst/smpte/gstsmpte.c b/gst/smpte/gstsmpte.c
index 02cafb9a..cf08f1ea 100644
--- a/gst/smpte/gstsmpte.c
+++ b/gst/smpte/gstsmpte.c
@@ -26,12 +26,11 @@
#include "paint.h"
/* elementfactory information */
-static GstElementDetails smpte_details = {
- "SMPTE transitions",
- "Filter/Editor/Video",
- "Apply the standard SMPTE transitions on video images",
- "Wim Taymans <wim.taymans@chello.be>"
-};
+static GstElementDetails smpte_details =
+GST_ELEMENT_DETAILS ("SMPTE transitions",
+ "Filter/Editor/Video",
+ "Apply the standard SMPTE transitions on video images",
+ "Wim Taymans <wim.taymans@chello.be>");
static GstStaticPadTemplate gst_smpte_src_template =
GST_STATIC_PAD_TEMPLATE ("src",