summaryrefslogtreecommitdiffstats
path: root/ext/esd/esdsink.h
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2004-06-13 10:58:34 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2004-06-13 10:58:34 +0000
commitd3deeade47c524006c5477073c02b56d50826f85 (patch)
tree055f49828022c79a4e854cf07ed05e43f4aa3e5a /ext/esd/esdsink.h
parent816e9ec7c0ee37dd4cacbbade0624e75e0ffe41c (diff)
ext/esd/esdsink.*: Close the esd connection on pause, because esd will just wait - blocking all other esd clients ind...
Original commit message from CVS: * ext/esd/esdsink.c: (gst_esdsink_change_state): * ext/esd/esdsink.h: Close the esd connection on pause, because esd will just wait - blocking all other esd clients indefinitely.
Diffstat (limited to 'ext/esd/esdsink.h')
-rw-r--r--ext/esd/esdsink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/esd/esdsink.h b/ext/esd/esdsink.h
index 9bf81641..7ad1e41d 100644
--- a/ext/esd/esdsink.h
+++ b/ext/esd/esdsink.h
@@ -58,6 +58,7 @@ struct _GstEsdsink {
gchar *host;
int handled;
int bytes_per_sample;
+ gboolean link_open;
gboolean sync;
gboolean resync;
gboolean fallback;