diff options
Diffstat (limited to 'gst/rtp/gstrtppcmudepay.c')
-rw-r--r-- | gst/rtp/gstrtppcmudepay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtp/gstrtppcmudepay.c b/gst/rtp/gstrtppcmudepay.c index fd02ee35..0b6a208b 100644 --- a/gst/rtp/gstrtppcmudepay.c +++ b/gst/rtp/gstrtppcmudepay.c @@ -89,7 +89,7 @@ gst_rtp_pcmu_depay_class_init (GstRtpPcmuDepayClass * klass) gstelement_class = (GstElementClass *) klass; gstbasertpdepayload_class = (GstBaseRTPDepayloadClass *) klass; - parent_class = g_type_class_ref (GST_TYPE_BASE_RTP_DEPAYLOAD); + parent_class = g_type_class_peek_parent (klass); gstbasertpdepayload_class->process = gst_rtp_pcmu_depay_process; gstbasertpdepayload_class->set_caps = gst_rtp_pcmu_depay_setcaps; |