mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
rtppcmapay: the boilerplate macro sets parent_class
This commit is contained in:
parent
05418f1687
commit
cdb8c718bb
1 changed files with 0 additions and 2 deletions
|
@ -82,8 +82,6 @@ gst_rtp_pcma_pay_class_init (GstRtpPmcaPayClass * klass)
|
||||||
|
|
||||||
gstbasertppayload_class = (GstBaseRTPPayloadClass *) klass;
|
gstbasertppayload_class = (GstBaseRTPPayloadClass *) klass;
|
||||||
|
|
||||||
parent_class = g_type_class_peek_parent (klass);
|
|
||||||
|
|
||||||
gstbasertppayload_class->set_caps = gst_rtp_pcma_pay_setcaps;
|
gstbasertppayload_class->set_caps = gst_rtp_pcma_pay_setcaps;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue