mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-27 23:44:47 +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
|
||||
gst_avdtp_sink_plugin_init (GstPlugin * plugin)
|
||||
{
|
||||
return gst_element_register (plugin, "avdtpsink",
|
||||
GST_RANK_NONE, GST_TYPE_AVDTP_SINK);
|
||||
return gst_element_register (plugin, "avdtpsink", GST_RANK_NONE,
|
||||
GST_TYPE_AVDTP_SINK);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue