summaryrefslogtreecommitdiff
path: root/gst/debugutils/gstdebugspy.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debugutils/gstdebugspy.c')
-rw-r--r--gst/debugutils/gstdebugspy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/debugutils/gstdebugspy.c b/gst/debugutils/gstdebugspy.c
index e255f56e9..413853c25 100644
--- a/gst/debugutils/gstdebugspy.c
+++ b/gst/debugutils/gstdebugspy.c
@@ -133,7 +133,7 @@ gst_debug_spy_class_init (GstDebugSpyClass * klass)
"Checksum algorithm to use", GST_DEBUG_SPY_CHECKSUM_TYPE,
G_CHECKSUM_SHA1, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
- gst_element_class_set_details_simple (element_class,
+ gst_element_class_set_metadata (element_class,
"DebugSpy",
"Filter/Analyzer/Debug",
"DebugSpy provides information on buffers with bus messages",