mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
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.
This commit is contained in:
parent
f0ca338866
commit
4f107885b6
7 changed files with 109 additions and 8 deletions
20
ChangeLog
20
ChangeLog
|
@ -1,3 +1,23 @@
|
|||
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-12 Jan Schmidt <Jan.Schmidt@sun.com>
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#define GST_LICENSE "LGPL"
|
||||
|
||||
/* package name in plugins */
|
||||
#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
|
||||
#define GST_PACKAGE_NAME "GStreamer Base Plug-ins CVS/prerelease"
|
||||
|
||||
/* package origin */
|
||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
@ -211,13 +211,13 @@
|
|||
#define PACKAGE_NAME "GStreamer Base Plug-ins"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.15"
|
||||
#define PACKAGE_STRING "GStreamer Base Plug-ins 0.10.15.1"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "gst-plugins-base"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "0.10.15"
|
||||
#define PACKAGE_VERSION "0.10.15.1"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#undef PLUGINDIR
|
||||
|
@ -241,7 +241,7 @@
|
|||
#undef STDC_HEADERS
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.10.15"
|
||||
#define VERSION "0.10.15.1"
|
||||
|
||||
/* Define to 1 if your processor stores words with the most significant byte
|
||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
|
@ -257,5 +257,5 @@
|
|||
#endif
|
||||
|
||||
/* FIXME: this should probably be hard-coded to some win32 system path */
|
||||
#define GST_INSTALL_PLUGINS_HELPER "/home/jan/.install/libexec/gst-install-plugins-helper"
|
||||
#define GST_INSTALL_PLUGINS_HELPER "/usr/local/libexec/gst-install-plugins-helper"
|
||||
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
|
||||
/* Generated data (by glib-mkenums) */
|
||||
|
||||
#include <gstrtsp.h>
|
||||
#include "gstrtsp-enumtypes.h"
|
||||
|
||||
#include "gstrtspdefs.h"
|
||||
|
||||
/* enumerations from "gstrtspdefs.h" */
|
||||
GType
|
||||
|
@ -225,6 +227,7 @@ gst_rtsp_header_field_get_type (void)
|
|||
{GST_RTSP_HDR_LANGUAGE, "GST_RTSP_HDR_LANGUAGE", "language"},
|
||||
{GST_RTSP_HDR_PLAYER_START_TIME, "GST_RTSP_HDR_PLAYER_START_TIME",
|
||||
"player-start-time"},
|
||||
{GST_RTSP_HDR_LOCATION, "GST_RTSP_HDR_LOCATION", "location"},
|
||||
{0, NULL, NULL}
|
||||
};
|
||||
etype = g_enum_register_static ("GstRTSPHeaderField", values);
|
||||
|
|
|
@ -1,7 +1,20 @@
|
|||
|
||||
/* Generated data (by glib-mkenums) */
|
||||
|
||||
#include <interfaces.h>
|
||||
#include "interfaces-enumtypes.h"
|
||||
|
||||
#include "colorbalance.h"
|
||||
#include "colorbalancechannel.h"
|
||||
#include "mixer.h"
|
||||
#include "mixeroptions.h"
|
||||
#include "mixertrack.h"
|
||||
#include "navigation.h"
|
||||
#include "propertyprobe.h"
|
||||
#include "tuner.h"
|
||||
#include "tunernorm.h"
|
||||
#include "tunerchannel.h"
|
||||
#include "videoorientation.h"
|
||||
#include "xoverlay.h"
|
||||
|
||||
/* enumerations from "colorbalance.h" */
|
||||
GType
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
|
||||
/* Generated data (by glib-mkenums) */
|
||||
|
||||
#include <multichannel.h>
|
||||
#include "multichannel-enumtypes.h"
|
||||
|
||||
#include "multichannel.h"
|
||||
|
||||
/* enumerations from "multichannel.h" */
|
||||
GType
|
||||
|
|
44
win32/common/pbutils-enumtypes.c
Normal file
44
win32/common/pbutils-enumtypes.c
Normal file
|
@ -0,0 +1,44 @@
|
|||
|
||||
/* 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 */
|
19
win32/common/pbutils-enumtypes.h
Normal file
19
win32/common/pbutils-enumtypes.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
/* Generated data (by glib-mkenums) */
|
||||
|
||||
#ifndef __GST_INSTALL_ENUM_TYPES_H__
|
||||
#define __GST_INSTALL_ENUM_TYPES_H__
|
||||
|
||||
#include <glib-object.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/* enumerations from "install-plugins.h" */
|
||||
GType gst_install_plugins_return_get_type (void);
|
||||
#define GST_TYPE_INSTALL_PLUGINS_RETURN (gst_install_plugins_return_get_type())
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GST_INSTALL_ENUM_TYPES_H__ */
|
||||
|
||||
/* Generated data ends here */
|
||||
|
Loading…
Reference in a new issue