gst_plugins_base/gst/tcp/gsttcp-enumtypes.c
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:16:41 +0100
branchRCL_3
changeset 30 7e817e7e631c
parent 29 567bb019e3e3
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201010 Kit: 201035


/* Generated data (by glib-mkenums) */

#include "gsttcp-enumtypes.h"

#include "gsttcp.h"

/* enumerations from "gsttcp.h" */
#ifdef __SYMBIAN32__
EXPORT_C
#endif

GType
gst_tcp_protocol_get_type (void)
{
  static GType etype = 0;
  if (etype == 0) {
    static const GEnumValue values[] = {
      { GST_TCP_PROTOCOL_NONE, "GST_TCP_PROTOCOL_NONE", "none" },
      { GST_TCP_PROTOCOL_GDP, "GST_TCP_PROTOCOL_GDP", "gdp" },
      { 0, NULL, NULL }
    };
    etype = g_enum_register_static ("GstTCPProtocol", values);
  }
  return etype;
}

/* Generated data ends here */