summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtph264pay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtph264pay.c')
-rw-r--r--gst/rtp/gstrtph264pay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtph264pay.c b/gst/rtp/gstrtph264pay.c
index c304f5f9e..90a41beb1 100644
--- a/gst/rtp/gstrtph264pay.c
+++ b/gst/rtp/gstrtph264pay.c
@@ -185,7 +185,7 @@ gst_rtp_h264_pay_class_init (GstRtpH264PayClass * klass)
gst_element_class_add_pad_template (gstelement_class,
gst_static_pad_template_get (&gst_rtp_h264_pay_sink_template));
- gst_element_class_set_details_simple (gstelement_class, "RTP H264 payloader",
+ gst_element_class_set_static_metadata (gstelement_class, "RTP H264 payloader",
"Codec/Payloader/Network/RTP",
"Payload-encode H264 video into RTP packets (RFC 3984)",
"Laurent Glayal <spglegle@yahoo.fr>");