mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
bluez: Fix some warnings in gstavdtputil.c
This commit is contained in:
parent
b40c4f53a7
commit
ac85a633b0
2 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
|
|
|
@ -58,6 +58,7 @@ struct _GstAvdtpConnection
|
|||
|
||||
gboolean gst_avdtp_connection_acquire (GstAvdtpConnection * conn);
|
||||
void gst_avdtp_connection_release (GstAvdtpConnection * conn);
|
||||
void gst_avdtp_connection_reset (GstAvdtpConnection * conn);
|
||||
gboolean gst_avdtp_connection_get_properties (GstAvdtpConnection * conn);
|
||||
GstCaps *gst_avdtp_connection_get_caps (GstAvdtpConnection * conn);
|
||||
void gst_avdtp_connection_set_device (GstAvdtpConnection * conn,
|
||||
|
|
Loading…
Reference in a new issue