diff options
Diffstat (limited to 'ext/esd/esdsink.h')
-rw-r--r-- | ext/esd/esdsink.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/esd/esdsink.h b/ext/esd/esdsink.h index 6bb53533..171c1818 100644 --- a/ext/esd/esdsink.h +++ b/ext/esd/esdsink.h @@ -43,11 +43,11 @@ typedef struct _GstEsdSink GstEsdSink; typedef struct _GstEsdSinkClass GstEsdSinkClass; struct _GstEsdSink { - GstAudioSink sink; + GstAudioSink sink; - int fd; + int fd; int ctrl_fd; - gchar *host; + gchar *host; }; struct _GstEsdSinkClass { |