+2006-05-09 Tim-Philipp Müller <tim at centricular dot net>
+
+ Patch by: Sjoerd Simons <sjoerd at luon net>
+
+ * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
+ Register nick for enum value (#341160).
+
2006-05-09 Stefan Kost <ensonic@users.sf.net>
* gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
{
static GType client_status_type = 0;
static GEnumValue client_status[] = {
- {GST_CLIENT_STATUS_OK, "ok"},
+ {GST_CLIENT_STATUS_OK, "ok", "ok"},
{GST_CLIENT_STATUS_CLOSED, "Closed", "closed"},
{GST_CLIENT_STATUS_REMOVED, "Removed", "removed"},
{GST_CLIENT_STATUS_SLOW, "Too slow", "slow"},