summaryrefslogtreecommitdiffstats
path: root/ext/esd/esdsink.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/esd/esdsink.h')
-rw-r--r--ext/esd/esdsink.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/ext/esd/esdsink.h b/ext/esd/esdsink.h
index 171c1818..9db9afa7 100644
--- a/ext/esd/esdsink.h
+++ b/ext/esd/esdsink.h
@@ -45,9 +45,11 @@ typedef struct _GstEsdSinkClass GstEsdSinkClass;
struct _GstEsdSink {
GstAudioSink sink;
- int fd;
- int ctrl_fd;
- gchar *host;
+ int fd;
+ int ctrl_fd;
+ gchar *host;
+
+ guint rate;
};
struct _GstEsdSinkClass {