summaryrefslogtreecommitdiff
path: root/gst/videofilter/gstvideotemplate.c
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2012-04-10 00:51:41 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2012-04-10 00:51:41 +0100
commite09ae5736d58df9fb6ea9ba6aebafee797f60919 (patch)
tree31d463d69cd2bedb72de5927834097b4c6f73e99 /gst/videofilter/gstvideotemplate.c
parentbe9baf1a0ba04d338aaa5e64eaddbc3eb32f0b59 (diff)
downloadgstreamer-plugins-good-e09ae5736d58df9fb6ea9ba6aebafee797f60919.tar.gz
Use new gst_element_class_set_static_metadata()
Diffstat (limited to 'gst/videofilter/gstvideotemplate.c')
-rw-r--r--gst/videofilter/gstvideotemplate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videofilter/gstvideotemplate.c b/gst/videofilter/gstvideotemplate.c
index c44871d77..4e15dccb9 100644
--- a/gst/videofilter/gstvideotemplate.c
+++ b/gst/videofilter/gstvideotemplate.c
@@ -123,7 +123,7 @@ gst_videotemplate_base_init (gpointer g_class)
GstVideofilterClass *videofilter_class = GST_VIDEOFILTER_CLASS (g_class);
int i;
- gst_element_class_set_details_simple (element_class, "Video filter template",
+ gst_element_class_set_static_metadata (element_class, "Video filter template",
"Filter/Effect/Video",
"Template for a video filter", "David Schleef <ds@schleef.org>");