From: Jan Schmidt Date: Sun, 13 Jun 2004 10:58:34 +0000 (+0000) Subject: ext/esd/esdsink.*: Close the esd connection on pause, because esd will just wait... X-Git-Tag: 1.19.3~505^2~3364 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47c35c72a70fc322239c1d3ec7a3a6c01b42b2b8;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index 9638007..0bbf50b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-06-13 Jan Schmidt + * 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. + 2004-06-12 Christophe Fergeau * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my