diff options
Diffstat (limited to 'sys/osxaudio/gstosxaudioelement.h')
-rw-r--r-- | sys/osxaudio/gstosxaudioelement.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/osxaudio/gstosxaudioelement.h b/sys/osxaudio/gstosxaudioelement.h index d11f79757..031e0b414 100644 --- a/sys/osxaudio/gstosxaudioelement.h +++ b/sys/osxaudio/gstosxaudioelement.h @@ -80,10 +80,10 @@ struct _GstOsxAudioElement struct _GstOsxAudioElementClass { GstElementClass klass; - GList *device_combinations; + GList *device_combinations; }; -GType gst_osxaudioelement_get_type (void); +GType gst_osxaudioelement_get_type (void); int read_buffer(GstOsxAudioElement* osxaudio, unsigned char* data); int write_buffer(GstOsxAudioElement* osxaudio, unsigned char* data, int len); G_END_DECLS |