summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtpvp8pay.c
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-09-14 17:08:49 +0200
committerTim-Philipp Müller <tim@centricular.net>2012-11-01 20:53:48 +0000
commitbc7dbbbd4fdd2b98736bc1cca967e548a77a8146 (patch)
tree9ca3436f82384855df929a841be05f474f244d42 /gst/rtp/gstrtpvp8pay.c
parent4853001547f22e089937e794bdb377e636f4be93 (diff)
rtpvp8: replace gst_element_class_set_details_simple with gst_element_class_set_metadata
Diffstat (limited to 'gst/rtp/gstrtpvp8pay.c')
-rw-r--r--gst/rtp/gstrtpvp8pay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtpvp8pay.c b/gst/rtp/gstrtpvp8pay.c
index 8907552cc..c2e4c9f1e 100644
--- a/gst/rtp/gstrtpvp8pay.c
+++ b/gst/rtp/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>");