rtpsbcpay: More coding style fixes
This commit is contained in:
parent
151ad9b28d
commit
7d4f846112
@ -352,6 +352,6 @@ gst_rtp_sbc_pay_init (GstRtpSBCPay * self, GstRtpSBCPayClass * klass)
|
||||
gboolean
|
||||
gst_rtp_sbc_pay_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "rtpsbcpay",
|
||||
GST_RANK_NONE, GST_TYPE_RTP_SBC_PAY);
|
||||
return gst_element_register (plugin, "rtpsbcpay", GST_RANK_NONE,
|
||||
GST_TYPE_RTP_SBC_PAY);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user