summaryrefslogtreecommitdiffstats
path: root/gst/overlay/gstoverlay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/overlay/gstoverlay.c')
-rw-r--r--gst/overlay/gstoverlay.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/gst/overlay/gstoverlay.c b/gst/overlay/gstoverlay.c
index b5311bfb..8710e935 100644
--- a/gst/overlay/gstoverlay.c
+++ b/gst/overlay/gstoverlay.c
@@ -25,12 +25,10 @@
#include <gst/video/video.h>
/* elementfactory information */
-static GstElementDetails overlay_details = {
- "Video Overlay",
- "Filter/Editor/Video",
- "Overlay multiple video streams",
- "David Schleef <ds@schleef.org>"
-};
+static GstElementDetails overlay_details = GST_ELEMENT_DETAILS ("Video overlay",
+ "Filter/Editor/Video",
+ "Overlay multiple video streams",
+ "David Schleef <ds@schleef.org>");
static GstStaticPadTemplate overlay_src_factory =
GST_STATIC_PAD_TEMPLATE ("src",