aboutsummaryrefslogtreecommitdiff
path: root/gst/rtpvp8/gstrtpvp8pay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtpvp8/gstrtpvp8pay.c')
-rw-r--r--gst/rtpvp8/gstrtpvp8pay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtpvp8/gstrtpvp8pay.c b/gst/rtpvp8/gstrtpvp8pay.c
index 8907552c..c2e4c9f1 100644
--- a/gst/rtpvp8/gstrtpvp8pay.c
+++ b/gst/rtpvp8/gstrtpvp8pay.c
@@ -82,7 +82,7 @@ gst_rtp_vp8_pay_class_init (GstRtpVP8PayClass * gst_rtp_vp8_pay_class)
gst_element_class_add_pad_template (element_class,
gst_static_pad_template_get (&gst_rtp_vp8_pay_src_template));
- gst_element_class_set_details_simple (element_class, "RTP VP8 payloader",
+ gst_element_class_set_metadata (element_class, "RTP VP8 payloader",
"Codec/Payloader/Network/RTP",
"Puts VP8 video in RTP packets)", "Sjoerd Simons <sjoerd@luon.net>");