diff options
author | Ilya Konstantinov <ilya.konstantinov@gmail.com> | 2015-03-09 22:58:05 +0200 |
---|---|---|
committer | Arun Raghavan <git@arunraghavan.net> | 2015-03-10 09:14:57 +0530 |
commit | b528c527b75ac466a192ddc1cb9e874a09e9b86b (patch) | |
tree | 9ebd9adddd394e1473545439e88166e5483d8561 /sys/osxaudio | |
parent | 7b365042f092a71b97bec71b563d2db68ec59e9d (diff) | |
download | gstreamer-plugins-good-b528c527b75ac466a192ddc1cb9e874a09e9b86b.tar.gz |
osxaudio: stream format is an SPDIF-only field
Diffstat (limited to 'sys/osxaudio')
-rw-r--r-- | sys/osxaudio/gstosxcoreaudio.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/osxaudio/gstosxcoreaudio.h b/sys/osxaudio/gstosxcoreaudio.h index 7ebcba2f7..8b509aabf 100644 --- a/sys/osxaudio/gstosxcoreaudio.h +++ b/sys/osxaudio/gstosxcoreaudio.h @@ -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 }; |