summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtph263pdepay.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtp/gstrtph263pdepay.c')
-rw-r--r--gst/rtp/gstrtph263pdepay.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/rtp/gstrtph263pdepay.c b/gst/rtp/gstrtph263pdepay.c
index 5cad4bf..37e8989 100644
--- a/gst/rtp/gstrtph263pdepay.c
+++ b/gst/rtp/gstrtph263pdepay.c
@@ -96,10 +96,10 @@ gst_rtp_h263p_depay_base_init (gpointer klass)
{
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
- gst_element_class_add_pad_template (element_class,
- gst_static_pad_template_get (&gst_rtp_h263p_depay_src_template));
- gst_element_class_add_pad_template (element_class,
- gst_static_pad_template_get (&gst_rtp_h263p_depay_sink_template));
+ gst_element_class_add_static_pad_template (element_class,
+ &gst_rtp_h263p_depay_src_template);
+ gst_element_class_add_static_pad_template (element_class,
+ &gst_rtp_h263p_depay_sink_template);
gst_element_class_set_details_simple (element_class, "RTP H263 depayloader",