mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
gst/tcp/gstmultifdsink.c: Register nick for enum value (#341160).
Original commit message from CVS: Patch by: Sjoerd Simons <sjoerd at luon net> * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type): Register nick for enum value (#341160).
This commit is contained in:
parent
ba26d458e2
commit
27c751b69c
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
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),
|
||||
|
|
|
@ -274,7 +274,7 @@ gst_client_status_get_type (void)
|
|||
{
|
||||
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"},
|
||||
|
|
Loading…
Reference in a new issue