[gstreamer-bugs] [Bug 618527] New: festival plugin does not close connections to server
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu May 13 04:08:19 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=618527
GStreamer | gst-plugins-bad | git
Summary: festival plugin does not close connections to server
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gst-plugins-bad
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: ivan.zderadicka at gmail.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
Created an attachment (id=160966)
View: https://bugzilla.gnome.org/attachment.cgi?id=160966
Review: https://bugzilla.gnome.org/review?bug=618527&attachment=160966
patch to gstfestival.c
Current version of the festival plugin does not close connections to festival
server, rather it opens new connection with each element status change, so
festival server soon stops responding because it'll have too many connected
clients.
The problem was that plugin uses flag to see if connection should be open, but
this flag was not setup after opening the connection.
Attached patch fixed it for me.
Regards
Ivan
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list