summaryrefslogtreecommitdiff
path: root/sys/dshowvideosink/dshowvideosink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dshowvideosink/dshowvideosink.cpp')
-rw-r--r--sys/dshowvideosink/dshowvideosink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dshowvideosink/dshowvideosink.cpp b/sys/dshowvideosink/dshowvideosink.cpp
index d166d988a..0bd2eb0ae 100644
--- a/sys/dshowvideosink/dshowvideosink.cpp
+++ b/sys/dshowvideosink/dshowvideosink.cpp
@@ -224,7 +224,7 @@ gst_dshowvideosink_base_init (gpointer klass)
gst_element_class_add_pad_template (element_class,
gst_static_pad_template_get (&sink_template));
- gst_element_class_set_details_simple (element_class, "DirectShow video sink",
+ gst_element_class_set_metadata (element_class, "DirectShow video sink",
"Sink/Video", "Display data using a DirectShow video renderer",
"Pioneers of the Inevitable <songbird@songbirdnest.com>, " \
"FLUENDO S.A. <support@fluendo.com>");