mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
bluez: audio: Remove internal audio IPC
With unix socket and ALSA removed there is no longer any use for the internal IPC.
This commit is contained in:
parent
f40d5135f0
commit
3a02461349
2 changed files with 87 additions and 949 deletions
File diff suppressed because it is too large
Load diff
|
@ -56,7 +56,6 @@ struct _GstAvdtpSink {
|
|||
|
||||
struct bluetooth_data *data;
|
||||
gboolean autoconnect;
|
||||
GIOChannel *server;
|
||||
|
||||
/* mp3 stream data (outside caps data)*/
|
||||
gint mp3_using_crc;
|
||||
|
|
Loading…
Reference in a new issue