mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +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_passthrough;
|
||||
AudioDeviceID device_id;
|
||||
AudioStreamBasicDescription stream_format;
|
||||
gint stream_idx;
|
||||
gboolean io_proc_active;
|
||||
gboolean io_proc_needs_deactivation;
|
||||
|
@ -99,7 +98,7 @@ struct _GstCoreAudio
|
|||
gboolean disabled_mixing;
|
||||
AudioStreamID stream_id;
|
||||
gboolean revert_format;
|
||||
AudioStreamBasicDescription original_format;
|
||||
AudioStreamBasicDescription original_format, stream_format;
|
||||
AudioDeviceIOProcID procID;
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue