diff options
Diffstat (limited to 'gst/overlay')
-rw-r--r-- | gst/overlay/gstoverlay.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/overlay/gstoverlay.c b/gst/overlay/gstoverlay.c index 1a826b61..373b29c1 100644 --- a/gst/overlay/gstoverlay.c +++ b/gst/overlay/gstoverlay.c @@ -25,7 +25,8 @@ #include <gst/video/video.h> /* elementfactory information */ -static GstElementDetails overlay_details = GST_ELEMENT_DETAILS ("Video overlay", +static const GstElementDetails overlay_details = +GST_ELEMENT_DETAILS ("Video overlay", "Filter/Editor/Video", "Overlay multiple video streams", "David Schleef <ds@schleef.org>"); |