osxaudio: stream format is an SPDIF-only field
This commit is contained in:
parent
7b365042f0
commit
b528c527b7
@ -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…
x
Reference in New Issue
Block a user