aboutsummaryrefslogtreecommitdiff
path: root/gst/videofilters/gstzebrastripe.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/videofilters/gstzebrastripe.c')
-rw-r--r--gst/videofilters/gstzebrastripe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videofilters/gstzebrastripe.c b/gst/videofilters/gstzebrastripe.c
index e4acd3a5..bcf0318c 100644
--- a/gst/videofilters/gstzebrastripe.c
+++ b/gst/videofilters/gstzebrastripe.c
@@ -94,7 +94,7 @@ gst_zebra_stripe_base_init (gpointer g_class)
{
GstElementClass *element_class = GST_ELEMENT_CLASS (g_class);
- gst_element_class_set_details_simple (element_class, "Zebra stripe overlay",
+ gst_element_class_set_metadata (element_class, "Zebra stripe overlay",
"Filter/Analysis",
"Overlays zebra striping on overexposed areas of video",
"David Schleef <ds@entropywave.com>");