mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
rtpsbcpay: More coding style fixes
This commit is contained in:
parent
151ad9b28d
commit
7d4f846112
1 changed files with 2 additions and 2 deletions
|
@ -352,6 +352,6 @@ gst_rtp_sbc_pay_init (GstRtpSBCPay * self, GstRtpSBCPayClass * klass)
|
||||||
gboolean
|
gboolean
|
||||||
gst_rtp_sbc_pay_plugin_init (GstPlugin * plugin)
|
gst_rtp_sbc_pay_plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
return gst_element_register (plugin, "rtpsbcpay",
|
return gst_element_register (plugin, "rtpsbcpay", GST_RANK_NONE,
|
||||||
GST_RANK_NONE, GST_TYPE_RTP_SBC_PAY);
|
GST_TYPE_RTP_SBC_PAY);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue