gstreamer/win32/common/pbutils-enumtypes.c
Julien Moutte 4f107885b6 win32/common/: Update/Add generated files in the win32 build directory.
Original commit message from CVS:
2008-01-13  Julien Moutte  <julien@fluendo.com>

* win32/common/config.h:
* win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
(gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
(gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
(gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
(gst_rtsp_header_field_get_type),
(gst_rtsp_status_code_get_type):
* win32/common/interfaces-enumtypes.c:
(gst_color_balance_type_get_type), (gst_mixer_type_get_type),
(gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
(gst_mixer_track_flags_get_type),
(gst_tuner_channel_flags_get_type):
* win32/common/multichannel-enumtypes.c:
(gst_audio_channel_position_get_type):
* win32/common/pbutils-enumtypes.c:
(gst_install_plugins_return_get_type):
* win32/common/pbutils-enumtypes.h: Update/Add generated files
in the win32 build directory.
2008-01-13 17:24:49 +00:00

45 lines
1.6 KiB
C

/* Generated data (by glib-mkenums) */
#include "pbutils-enumtypes.h"
#include "pbutils.h"
#include "descriptions.h"
#include "install-plugins.h"
#include "missing-plugins.h"
/* enumerations from "install-plugins.h" */
GType
gst_install_plugins_return_get_type (void)
{
static GType etype = 0;
if (etype == 0) {
static const GEnumValue values[] = {
{GST_INSTALL_PLUGINS_SUCCESS, "GST_INSTALL_PLUGINS_SUCCESS", "success"},
{GST_INSTALL_PLUGINS_NOT_FOUND, "GST_INSTALL_PLUGINS_NOT_FOUND",
"not-found"},
{GST_INSTALL_PLUGINS_ERROR, "GST_INSTALL_PLUGINS_ERROR", "error"},
{GST_INSTALL_PLUGINS_PARTIAL_SUCCESS,
"GST_INSTALL_PLUGINS_PARTIAL_SUCCESS", "partial-success"},
{GST_INSTALL_PLUGINS_USER_ABORT, "GST_INSTALL_PLUGINS_USER_ABORT",
"user-abort"},
{GST_INSTALL_PLUGINS_CRASHED, "GST_INSTALL_PLUGINS_CRASHED", "crashed"},
{GST_INSTALL_PLUGINS_INVALID, "GST_INSTALL_PLUGINS_INVALID", "invalid"},
{GST_INSTALL_PLUGINS_STARTED_OK, "GST_INSTALL_PLUGINS_STARTED_OK",
"started-ok"},
{GST_INSTALL_PLUGINS_INTERNAL_FAILURE,
"GST_INSTALL_PLUGINS_INTERNAL_FAILURE", "internal-failure"},
{GST_INSTALL_PLUGINS_HELPER_MISSING, "GST_INSTALL_PLUGINS_HELPER_MISSING",
"helper-missing"},
{GST_INSTALL_PLUGINS_INSTALL_IN_PROGRESS,
"GST_INSTALL_PLUGINS_INSTALL_IN_PROGRESS", "install-in-progress"},
{0, NULL, NULL}
};
etype = g_enum_register_static ("GstInstallPluginsReturn", values);
}
return etype;
}
/* Generated data ends here */