mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
osxaudio: stream format is an SPDIF-only field
This commit is contained in:
parent
7b365042f0
commit
b528c527b7
1 changed files with 1 additions and 2 deletions
|
@ -83,7 +83,6 @@ struct _GstCoreAudio
|
||||||
gboolean is_src;
|
gboolean is_src;
|
||||||
gboolean is_passthrough;
|
gboolean is_passthrough;
|
||||||
AudioDeviceID device_id;
|
AudioDeviceID device_id;
|
||||||
AudioStreamBasicDescription stream_format;
|
|
||||||
gint stream_idx;
|
gint stream_idx;
|
||||||
gboolean io_proc_active;
|
gboolean io_proc_active;
|
||||||
gboolean io_proc_needs_deactivation;
|
gboolean io_proc_needs_deactivation;
|
||||||
|
@ -99,7 +98,7 @@ struct _GstCoreAudio
|
||||||
gboolean disabled_mixing;
|
gboolean disabled_mixing;
|
||||||
AudioStreamID stream_id;
|
AudioStreamID stream_id;
|
||||||
gboolean revert_format;
|
gboolean revert_format;
|
||||||
AudioStreamBasicDescription original_format;
|
AudioStreamBasicDescription original_format, stream_format;
|
||||||
AudioDeviceIOProcID procID;
|
AudioDeviceIOProcID procID;
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue