mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
bluez: More coding style fixes
This commit is contained in:
parent
43879f9a5d
commit
8b5d0aba41
1 changed files with 4 additions and 4 deletions
|
@ -1292,8 +1292,8 @@ gst_avdtp_sink_audioservice_expect (GstAvdtpSink * self,
|
||||||
gboolean
|
gboolean
|
||||||
gst_avdtp_sink_plugin_init (GstPlugin * plugin)
|
gst_avdtp_sink_plugin_init (GstPlugin * plugin)
|
||||||
{
|
{
|
||||||
return gst_element_register (plugin, "avdtpsink",
|
return gst_element_register (plugin, "avdtpsink", GST_RANK_NONE,
|
||||||
GST_RANK_NONE, GST_TYPE_AVDTP_SINK);
|
GST_TYPE_AVDTP_SINK);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue