mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 03:01:03 +00:00
win32: remove copies of generated headers
This commit is contained in:
parent
6f4891e26f
commit
bb14800ba6
9 changed files with 21 additions and 3172 deletions
11
Makefile.am
11
Makefile.am
|
@ -105,16 +105,6 @@ build-checks:
|
|||
echo "'check' library not installed, skipping"
|
||||
endif
|
||||
|
||||
# FIXME: this target should be run every time we do "make release"
|
||||
# find a way of automating that
|
||||
win32-update:
|
||||
for f in gstversion.h gstenumtypes.c gstenumtypes.h; do \
|
||||
cp $(top_builddir)/gst/$$f win32/common; done
|
||||
$(top_srcdir)/tools/gst-indent win32/common/gstenumtypes.c
|
||||
$(top_srcdir)/tools/gst-indent win32/common/gstenumtypes.c
|
||||
cp $(top_builddir)/win32/common/config.h-new \
|
||||
$(top_srcdir)/win32/common/config.h
|
||||
|
||||
check-enum-gettypes: $(top_builddir)/gst/gstenumtypes.h
|
||||
@echo 'Checking if all enum and flag _get_type() funcs are inited in gst_init()'; \
|
||||
FUNCS=`grep '_get_type (' gst/gstenumtypes.h | sed -e 's/^.*gst_/gst_/' -e 's/_get_type.*$$/_get_type/'`;\
|
||||
|
@ -164,6 +154,7 @@ gst-element-check-@GST_API_VERSION@.m4: gst-element-check.m4
|
|||
# cruft: plugins that have been merged or moved or renamed
|
||||
|
||||
CRUFT_FILES = \
|
||||
$(top_builddir)/win32/common/config.h-new \
|
||||
$(top_builddir)/common/shave \
|
||||
$(top_builddir)/common/shave-libtool \
|
||||
$(top_builddir)/common/m4/codeset.m4 \
|
||||
|
|
40
configure.ac
40
configure.ac
|
@ -412,9 +412,6 @@ dnl * hardware/architecture *
|
|||
dnl common/m4/gst-arch.m4
|
||||
dnl check CPU type
|
||||
AG_GST_ARCH
|
||||
dnl substitution for win32/common/config.h
|
||||
HOST_CPU=$host_cpu
|
||||
AC_SUBST(HOST_CPU)
|
||||
|
||||
dnl check for platform specific settings
|
||||
AG_GST_PLATFORM
|
||||
|
@ -1092,43 +1089,6 @@ pkgconfig/gstreamer-net-uninstalled.pc
|
|||
gstreamer.spec
|
||||
)
|
||||
|
||||
dnl Create the config.h file for Visual Studio builds
|
||||
dnl Beware of spaces and /'s in some of the shell variable contents.
|
||||
sed \
|
||||
-e 's/.*config.h.in.*autoheader.*/\/* Autogenerated config.h created for win32 Visual Studio builds *\/\n\n\/* PREFIX -- specifically added for Windows for easier moving *\/\n#define PREFIX "C:\\\\gstreamer"/' \
|
||||
-e 's/.* GETTEXT_PACKAGE$/#define GETTEXT_PACKAGE "'$GETTEXT_PACKAGE'"/' \
|
||||
-e 's/.* GST_DATADIR$/#define GST_DATADIR PREFIX "\\\\share"/' \
|
||||
-e 's/.* GST_LEVEL_DEFAULT$/#define GST_LEVEL_DEFAULT GST_LEVEL_ERROR/' \
|
||||
-e 's/.* GST_LICENSE$/#define GST_LICENSE "'$GST_LICENSE'"/' \
|
||||
-e 's/.* GST_API_VERSION$/#define GST_API_VERSION "'$GST_API_VERSION'"/' \
|
||||
-e "s,.* GST_PACKAGE_NAME$,#define GST_PACKAGE_NAME \"${GST_PACKAGE_NAME}\"," \
|
||||
-e 's/.* GST_PACKAGE_ORIGIN$/#define GST_PACKAGE_ORIGIN "Unknown package origin"/' \
|
||||
-e "s,.* GST_PACKAGE_RELEASE_DATETIME$,#define GST_PACKAGE_RELEASE_DATETIME \"${GST_PACKAGE_RELEASE_DATETIME}\"," \
|
||||
-e 's/.* HAVE_CPU_I386$/#define HAVE_CPU_I386 1/' \
|
||||
-e 's/.* HAVE_FGETPOS$/#define HAVE_FGETPOS 1/' \
|
||||
-e 's/.* HAVE_FSETPOS$/#define HAVE_FSETPOS 1/' \
|
||||
-e 's/.* HAVE_PROCESS_H$/#define HAVE_PROCESS_H 1/' \
|
||||
-e 's/.* HAVE_STDLIB_H$/#define HAVE_STDLIB_H 1/' \
|
||||
-e 's/.* HAVE_STRING_H$/#define HAVE_STRING_H 1/' \
|
||||
-e 's/.* HAVE_SYS_STAT_H$/#define HAVE_SYS_STAT_H 1/' \
|
||||
-e 's/.* HAVE_SYS_TYPES_H$/#define HAVE_SYS_TYPES_H 1/' \
|
||||
-e 's/.* HAVE_WIN32$/#define HAVE_WIN32 1/' \
|
||||
-e 's/.* HAVE_WINSOCK2_H$/#define HAVE_WINSOCK2_H 1/' \
|
||||
-e 's/.* HOST_CPU$/#define HOST_CPU "i686"/' \
|
||||
-e 's/.* MEMORY_ALIGNMENT_MALLOC/#define MEMORY_ALIGNMENT_MALLOC 1/' \
|
||||
-e 's/.* LIBDIR$/#ifdef _DEBUG\n# define LIBDIR PREFIX "\\\\debug\\\\lib"\n#else\n# define LIBDIR PREFIX "\\\\lib"\n#endif/' \
|
||||
-e 's/.* LOCALEDIR$/#define LOCALEDIR PREFIX "\\\\share\\\\locale"/' \
|
||||
-e 's/.* PACKAGE$/#define PACKAGE "gstreamer"/' \
|
||||
-e 's/.* PACKAGE_BUGREPORT$/#define PACKAGE_BUGREPORT "http:\/\/bugzilla.gnome.org\/enter_bug.cgi?product=GStreamer"/' \
|
||||
-e 's/.* PACKAGE_NAME$/#define PACKAGE_NAME "'$PACKAGE_NAME'"/' \
|
||||
-e "s/.* PACKAGE_STRING$/#define PACKAGE_STRING \"$PACKAGE_STRING\"/" \
|
||||
-e 's/.* PACKAGE_TARNAME$/#define PACKAGE_TARNAME "'$PACKAGE_TARNAME'"/' \
|
||||
-e 's/.* PACKAGE_VERSION$/#define PACKAGE_VERSION "'$PACKAGE_VERSION'"/' \
|
||||
-e 's/.* PLUGINDIR$/#ifdef _DEBUG\n# define PLUGINDIR PREFIX "\\\\debug\\\\lib\\\\gstreamer-1.0"\n#else\n# define PLUGINDIR PREFIX "\\\\lib\\\\gstreamer-1.0"\n#endif/' \
|
||||
-e 's/.* GST_PLUGIN_SCANNER_INSTALLED$/#define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\\\gst-plugin-scanner"/' \
|
||||
-e 's/.* VERSION$/#define VERSION "'$VERSION'"/' \
|
||||
config.h.in >win32/common/config.h-new
|
||||
|
||||
AC_OUTPUT
|
||||
|
||||
dnl negate for output
|
||||
|
|
|
@ -1,10 +1,5 @@
|
|||
win32/MANIFEST
|
||||
win32/README.txt
|
||||
win32/common/config.h
|
||||
win32/common/gstconfig.h
|
||||
win32/common/gstenumtypes.c
|
||||
win32/common/gstenumtypes.h
|
||||
win32/common/gstversion.h
|
||||
win32/common/libgstbase.def
|
||||
win32/common/libgstcontroller.def
|
||||
win32/common/libgstnet.def
|
||||
|
|
|
@ -27,4 +27,6 @@ This works both natively on Windows or as cross-compile from Linux.
|
|||
Building with Visual Studio
|
||||
---------------------------
|
||||
|
||||
Building with Visual Studio is currently not supported.
|
||||
Building with Visual Studio is possible using the Meson-based build
|
||||
definitions, but there is currently no support for this in cerbero yet,
|
||||
so it's not for the faint-hearted.
|
||||
|
|
|
@ -1,566 +0,0 @@
|
|||
/* Autogenerated config.h created for win32 Visual Studio builds */
|
||||
|
||||
/* PREFIX -- specifically added for Windows for easier moving */
|
||||
#define PREFIX "C:\\gstreamer"
|
||||
|
||||
/* Define if building universal (internal helper macro) */
|
||||
#undef AC_APPLE_UNIVERSAL_BUILD
|
||||
|
||||
/* poll doesn't work on devices */
|
||||
#undef BROKEN_POLL
|
||||
|
||||
/* Define to 1 if translation of program messages to the user's native
|
||||
language is requested. */
|
||||
#undef ENABLE_NLS
|
||||
|
||||
/* Subunit protocol result output */
|
||||
#undef ENABLE_SUBUNIT
|
||||
|
||||
/* gettext package name */
|
||||
#define GETTEXT_PACKAGE "gstreamer-1.0"
|
||||
|
||||
/* The GIO library directory. */
|
||||
#undef GIO_LIBDIR
|
||||
|
||||
/* The GIO modules directory. */
|
||||
#undef GIO_MODULE_DIR
|
||||
|
||||
/* The GIO install prefix. */
|
||||
#undef GIO_PREFIX
|
||||
|
||||
/* GStreamer API Version */
|
||||
#define GST_API_VERSION "1.0"
|
||||
|
||||
/* data dir */
|
||||
#define GST_DATADIR PREFIX "\\share"
|
||||
|
||||
/* Define if option parsing is disabled */
|
||||
#undef GST_DISABLE_OPTION_PARSING
|
||||
|
||||
/* Define if pipeline parsing code is disabled */
|
||||
#undef GST_DISABLE_PARSE
|
||||
|
||||
/* Define if extra runtime checks should be enabled */
|
||||
#undef GST_ENABLE_EXTRA_CHECKS
|
||||
|
||||
/* Extra platform specific plugin suffix */
|
||||
#undef GST_EXTRA_MODULE_SUFFIX
|
||||
|
||||
/* macro to use to show function name */
|
||||
#undef GST_FUNCTION
|
||||
|
||||
/* Defined if gcov is enabled to force a rebuild due to config.h changing */
|
||||
#undef GST_GCOV_ENABLED
|
||||
|
||||
/* Defined when registry scanning through fork is unsafe */
|
||||
#undef GST_HAVE_UNSAFE_FORK
|
||||
|
||||
/* Default errorlevel to use */
|
||||
#define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
|
||||
|
||||
/* GStreamer license */
|
||||
#define GST_LICENSE "LGPL"
|
||||
|
||||
/* package name in plugins */
|
||||
#define GST_PACKAGE_NAME "GStreamer source release"
|
||||
|
||||
/* package origin */
|
||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
||||
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
|
||||
#define GST_PACKAGE_RELEASE_DATETIME "2016-11-01"
|
||||
|
||||
/* Define if static plugins should be built */
|
||||
#undef GST_PLUGIN_BUILD_STATIC
|
||||
|
||||
/* location of the installed gst-plugin-scanner */
|
||||
#define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner"
|
||||
|
||||
/* location of the installed gst-ptp-helper */
|
||||
#undef GST_PTP_HELPER_INSTALLED
|
||||
|
||||
/* Define to 1 if you have the `alarm' function. */
|
||||
#undef HAVE_ALARM
|
||||
|
||||
/* Have backtrace */
|
||||
#undef HAVE_BACKTRACE
|
||||
|
||||
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
|
||||
CoreFoundation framework. */
|
||||
#undef HAVE_CFLOCALECOPYCURRENT
|
||||
|
||||
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
|
||||
the CoreFoundation framework. */
|
||||
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
|
||||
|
||||
/* Have clock_gettime */
|
||||
#undef HAVE_CLOCK_GETTIME
|
||||
|
||||
/* Define if the target CPU is AARCH64 */
|
||||
#undef HAVE_CPU_AARCH64
|
||||
|
||||
/* Define if the target CPU is an Alpha */
|
||||
#undef HAVE_CPU_ALPHA
|
||||
|
||||
/* Define if the target CPU is an ARC */
|
||||
#undef HAVE_CPU_ARC
|
||||
|
||||
/* Define if the target CPU is an ARM */
|
||||
#undef HAVE_CPU_ARM
|
||||
|
||||
/* Define if the target CPU is a CRIS */
|
||||
#undef HAVE_CPU_CRIS
|
||||
|
||||
/* Define if the target CPU is a CRISv32 */
|
||||
#undef HAVE_CPU_CRISV32
|
||||
|
||||
/* Define if the target CPU is a HPPA */
|
||||
#undef HAVE_CPU_HPPA
|
||||
|
||||
/* Define if the target CPU is an x86 */
|
||||
#define HAVE_CPU_I386 1
|
||||
|
||||
/* Define if the target CPU is a IA64 */
|
||||
#undef HAVE_CPU_IA64
|
||||
|
||||
/* Define if the target CPU is a M68K */
|
||||
#undef HAVE_CPU_M68K
|
||||
|
||||
/* Define if the target CPU is a MIPS */
|
||||
#undef HAVE_CPU_MIPS
|
||||
|
||||
/* Define if the target CPU is a PowerPC */
|
||||
#undef HAVE_CPU_PPC
|
||||
|
||||
/* Define if the target CPU is a 64 bit PowerPC */
|
||||
#undef HAVE_CPU_PPC64
|
||||
|
||||
/* Define if the target CPU is a S390 */
|
||||
#undef HAVE_CPU_S390
|
||||
|
||||
/* Define if the target CPU is a SPARC */
|
||||
#undef HAVE_CPU_SPARC
|
||||
|
||||
/* Define if the target CPU is a x86_64 */
|
||||
#undef HAVE_CPU_X86_64
|
||||
|
||||
/* Define if the GNU dcgettext() function is already present or preinstalled.
|
||||
*/
|
||||
#undef HAVE_DCGETTEXT
|
||||
|
||||
/* Define to 1 if you have the declaration of `alarm', and to 0 if you don't.
|
||||
*/
|
||||
#undef HAVE_DECL_ALARM
|
||||
|
||||
/* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
|
||||
don't. */
|
||||
#undef HAVE_DECL_LOCALTIME_R
|
||||
|
||||
/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
|
||||
*/
|
||||
#undef HAVE_DECL_STRDUP
|
||||
|
||||
/* Define to 1 if you have the declaration of `strsignal', and to 0 if you
|
||||
don't. */
|
||||
#undef HAVE_DECL_STRSIGNAL
|
||||
|
||||
/* Defined if we have dladdr () */
|
||||
#undef HAVE_DLADDR
|
||||
|
||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||
#undef HAVE_DLFCN_H
|
||||
|
||||
/* Define to 1 if you have the <execinfo.h> header file. */
|
||||
#undef HAVE_EXECINFO_H
|
||||
|
||||
/* Define to 1 if you have the `fgetpos' function. */
|
||||
#define HAVE_FGETPOS 1
|
||||
|
||||
/* Define to 1 if you have the `fork' function. */
|
||||
#undef HAVE_FORK
|
||||
|
||||
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
|
||||
#undef HAVE_FSEEKO
|
||||
|
||||
/* Define to 1 if you have the `fsetpos' function. */
|
||||
#define HAVE_FSETPOS 1
|
||||
|
||||
/* Define to 1 if you have the `ftello' function. */
|
||||
#undef HAVE_FTELLO
|
||||
|
||||
/* defined if the compiler implements __func__ */
|
||||
#undef HAVE_FUNC
|
||||
|
||||
/* defined if the compiler implements __FUNCTION__ */
|
||||
#undef HAVE_FUNCTION
|
||||
|
||||
/* getifaddrs() and AF_LINK is available */
|
||||
#undef HAVE_GETIFADDRS_AF_LINK
|
||||
|
||||
/* Define to 1 if you have the `getpagesize' function. */
|
||||
#undef HAVE_GETPAGESIZE
|
||||
|
||||
/* Define to 1 if you have the `getpid' function. */
|
||||
#undef HAVE_GETPID
|
||||
|
||||
/* Define to 1 if you have the `getrusage' function. */
|
||||
#undef HAVE_GETRUSAGE
|
||||
|
||||
/* Define if the GNU gettext() function is already present or preinstalled. */
|
||||
#undef HAVE_GETTEXT
|
||||
|
||||
/* Have GMP library */
|
||||
#undef HAVE_GMP
|
||||
|
||||
/* Define to 1 if you have the `gmtime_r' function. */
|
||||
#undef HAVE_GMTIME_R
|
||||
|
||||
/* Have GSL library */
|
||||
#undef HAVE_GSL
|
||||
|
||||
/* Define if you have the iconv() function and it works. */
|
||||
#undef HAVE_ICONV
|
||||
|
||||
/* Define to 1 if the system has the type `intmax_t'. */
|
||||
#undef HAVE_INTMAX_T
|
||||
|
||||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
|
||||
declares uintmax_t. */
|
||||
#undef HAVE_INTTYPES_H_WITH_UINTMAX
|
||||
|
||||
/* Define to 1 if you have the `rt' library (-lrt). */
|
||||
#undef HAVE_LIBRT
|
||||
|
||||
/* Define to 1 if you have the `localtime_r' function. */
|
||||
#undef HAVE_LOCALTIME_R
|
||||
|
||||
/* Define to 1 if the system has the type long long */
|
||||
#undef HAVE_LONG_LONG
|
||||
|
||||
/* Define to 1 if the system has the type `long long int'. */
|
||||
#undef HAVE_LONG_LONG_INT
|
||||
|
||||
/* Define to 1 if you have the <memory.h> header file. */
|
||||
#undef HAVE_MEMORY_H
|
||||
|
||||
/* Define to 1 if you have the `mkstemp' function. */
|
||||
#undef HAVE_MKSTEMP
|
||||
|
||||
/* Define to 1 if you have a working `mmap' system call. */
|
||||
#undef HAVE_MMAP
|
||||
|
||||
/* Have a monotonic clock */
|
||||
#undef HAVE_MONOTONIC_CLOCK
|
||||
|
||||
/* Defined if compiling for OSX */
|
||||
#undef HAVE_OSX
|
||||
|
||||
/* Define to 1 if you have the `poll' function. */
|
||||
#undef HAVE_POLL
|
||||
|
||||
/* Define to 1 if you have the <poll.h> header file. */
|
||||
#undef HAVE_POLL_H
|
||||
|
||||
/* Define to 1 if you have the `posix_memalign' function. */
|
||||
#undef HAVE_POSIX_MEMALIGN
|
||||
|
||||
/* Have posix timers */
|
||||
#undef HAVE_POSIX_TIMERS
|
||||
|
||||
/* Define to 1 if you have the `ppoll' function. */
|
||||
#undef HAVE_PPOLL
|
||||
|
||||
/* defined if the compiler implements __PRETTY_FUNCTION__ */
|
||||
#undef HAVE_PRETTY_FUNCTION
|
||||
|
||||
/* Define to 1 if you have the <process.h> header file. */
|
||||
#define HAVE_PROCESS_H 1
|
||||
|
||||
/* Define to 1 if you have the `pselect' function. */
|
||||
#undef HAVE_PSELECT
|
||||
|
||||
/* Define if you have POSIX threads libraries and header files. */
|
||||
#undef HAVE_PTHREAD
|
||||
|
||||
/* Have PTHREAD_PRIO_INHERIT. */
|
||||
#undef HAVE_PTHREAD_PRIO_INHERIT
|
||||
|
||||
/* Have function pthread_setname_np(const char*) */
|
||||
#undef HAVE_PTHREAD_SETNAME_NP_WITHOUT_TID
|
||||
|
||||
/* PTP support available */
|
||||
#undef HAVE_PTP
|
||||
|
||||
/* Use capabilities for permissions in PTP helper */
|
||||
#undef HAVE_PTP_HELPER_CAPABILITIES
|
||||
|
||||
/* Use setuid-root for permissions in PTP helper */
|
||||
#undef HAVE_PTP_HELPER_SETUID
|
||||
|
||||
/* PTP helper setuid group */
|
||||
#undef HAVE_PTP_HELPER_SETUID_GROUP
|
||||
|
||||
/* PTP helper setuid user */
|
||||
#undef HAVE_PTP_HELPER_SETUID_USER
|
||||
|
||||
/* Define to 1 if the system has the type `ptrdiff_t'. */
|
||||
#undef HAVE_PTRDIFF_T
|
||||
|
||||
/* Define if RDTSC is available */
|
||||
#undef HAVE_RDTSC
|
||||
|
||||
/* Define to 1 if you have the `setitimer' function. */
|
||||
#undef HAVE_SETITIMER
|
||||
|
||||
/* Define to 1 if you have the `sigaction' function. */
|
||||
#undef HAVE_SIGACTION
|
||||
|
||||
/* SIOCGIFCONF, SIOCGIFFLAGS and SIOCGIFHWADDR is available */
|
||||
#undef HAVE_SIOCGIFCONF_SIOCGIFFLAGS_SIOCGIFHWADDR
|
||||
|
||||
/* Define to 1 if you have the <stdint.h> header file. */
|
||||
#undef HAVE_STDINT_H
|
||||
|
||||
/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
|
||||
uintmax_t. */
|
||||
#undef HAVE_STDINT_H_WITH_UINTMAX
|
||||
|
||||
/* Define to 1 if you have the <stdio_ext.h> header file. */
|
||||
#undef HAVE_STDIO_EXT_H
|
||||
|
||||
/* Define to 1 if you have the <stdlib.h> header file. */
|
||||
#define HAVE_STDLIB_H 1
|
||||
|
||||
/* Define to 1 if you have the `strcasestr' function. */
|
||||
#undef HAVE_STRCASESTR
|
||||
|
||||
/* Define to 1 if you have the <strings.h> header file. */
|
||||
#undef HAVE_STRINGS_H
|
||||
|
||||
/* Define to 1 if you have the <string.h> header file. */
|
||||
#define HAVE_STRING_H 1
|
||||
|
||||
/* Define to 1 if you have the `strsignal' function. */
|
||||
#undef HAVE_STRSIGNAL
|
||||
|
||||
/* Define to 1 if `it_interval' is a member of `struct itimerspec'. */
|
||||
#undef HAVE_STRUCT_ITIMERSPEC_IT_INTERVAL
|
||||
|
||||
/* Define to 1 if `it_value' is a member of `struct itimerspec'. */
|
||||
#undef HAVE_STRUCT_ITIMERSPEC_IT_VALUE
|
||||
|
||||
/* Define to 1 if `tv_nsec' is a member of `struct timespec'. */
|
||||
#undef HAVE_STRUCT_TIMESPEC_TV_NSEC
|
||||
|
||||
/* Define to 1 if `tv_sec' is a member of `struct timespec'. */
|
||||
#undef HAVE_STRUCT_TIMESPEC_TV_SEC
|
||||
|
||||
/* Define to 1 if you have the <sys/param.h> header file. */
|
||||
#undef HAVE_SYS_PARAM_H
|
||||
|
||||
/* Define to 1 if you have the <sys/poll.h> header file. */
|
||||
#undef HAVE_SYS_POLL_H
|
||||
|
||||
/* Define to 1 if you have the <sys/prctl.h> header file. */
|
||||
#undef HAVE_SYS_PRCTL_H
|
||||
|
||||
/* Define to 1 if you have the <sys/resource.h> header file. */
|
||||
#undef HAVE_SYS_RESOURCE_H
|
||||
|
||||
/* Define to 1 if you have the <sys/socket.h> header file. */
|
||||
#undef HAVE_SYS_SOCKET_H
|
||||
|
||||
/* Define to 1 if you have the <sys/stat.h> header file. */
|
||||
#define HAVE_SYS_STAT_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/times.h> header file. */
|
||||
#undef HAVE_SYS_TIMES_H
|
||||
|
||||
/* Define to 1 if you have the <sys/time.h> header file. */
|
||||
#undef HAVE_SYS_TIME_H
|
||||
|
||||
/* Define to 1 if you have the <sys/types.h> header file. */
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
|
||||
/* Define to 1 if you have the <sys/uio.h> header file. */
|
||||
#undef HAVE_SYS_UIO_H
|
||||
|
||||
/* Define to 1 if you have the <sys/utsname.h> header file. */
|
||||
#undef HAVE_SYS_UTSNAME_H
|
||||
|
||||
/* Define to 1 if you have the <sys/wait.h> header file. */
|
||||
#undef HAVE_SYS_WAIT_H
|
||||
|
||||
/* Define to 1 if you have the <time.h> header file. */
|
||||
#undef HAVE_TIME_H
|
||||
|
||||
/* Have tm_gmtoff field in struct tm */
|
||||
#undef HAVE_TM_GMTOFF
|
||||
|
||||
/* Define to 1 if you have the <ucontext.h> header file. */
|
||||
#undef HAVE_UCONTEXT_H
|
||||
|
||||
/* Have __uint128_t type */
|
||||
#undef HAVE_UINT128_T
|
||||
|
||||
/* Define to 1 if you have the <unistd.h> header file. */
|
||||
#undef HAVE_UNISTD_H
|
||||
|
||||
/* Define to 1 if the system has the type `unsigned long long int'. */
|
||||
#undef HAVE_UNSIGNED_LONG_LONG_INT
|
||||
|
||||
/* libunwind available */
|
||||
#undef HAVE_UNWIND
|
||||
|
||||
/* Define if valgrind should be used */
|
||||
#undef HAVE_VALGRIND
|
||||
|
||||
/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
|
||||
#undef HAVE_VALGRIND_VALGRIND_H
|
||||
|
||||
/* Defined if compiling for Windows */
|
||||
#define HAVE_WIN32 1
|
||||
|
||||
/* Define to 1 if you have the <winsock2.h> header file. */
|
||||
#define HAVE_WINSOCK2_H 1
|
||||
|
||||
/* Define to 1 if you have the `_getpid' function. */
|
||||
#undef HAVE__GETPID
|
||||
|
||||
/* Define to 1 if you have the `_strdup' function. */
|
||||
#undef HAVE__STRDUP
|
||||
|
||||
/* the host CPU */
|
||||
#define HOST_CPU "i686"
|
||||
|
||||
/* library dir */
|
||||
#ifdef _DEBUG
|
||||
# define LIBDIR PREFIX "\\debug\\lib"
|
||||
#else
|
||||
# define LIBDIR PREFIX "\\lib"
|
||||
#endif
|
||||
|
||||
/* gettext locale dir */
|
||||
#define LOCALEDIR PREFIX "\\share\\locale"
|
||||
|
||||
/* Define to the sub-directory where libtool stores uninstalled libraries. */
|
||||
#undef LT_OBJDIR
|
||||
|
||||
/* Memory alignment to use */
|
||||
#undef MEMORY_ALIGNMENT
|
||||
|
||||
/* Memory alignment by malloc default */
|
||||
#define MEMORY_ALIGNMENT_MALLOC 1
|
||||
|
||||
/* Memory alignment by pagesize */
|
||||
#undef MEMORY_ALIGNMENT_PAGESIZE
|
||||
|
||||
/* Name of package */
|
||||
#define PACKAGE "gstreamer"
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
|
||||
|
||||
/* Define to the full name of this package. */
|
||||
#define PACKAGE_NAME "GStreamer"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#define PACKAGE_STRING "GStreamer 1.10.0"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#define PACKAGE_TARNAME "gstreamer"
|
||||
|
||||
/* Define to the home page for this package. */
|
||||
#undef PACKAGE_URL
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#define PACKAGE_VERSION "1.10.0"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#ifdef _DEBUG
|
||||
# define PLUGINDIR PREFIX "\\debug\\lib\\gstreamer-1.0"
|
||||
#else
|
||||
# define PLUGINDIR PREFIX "\\lib\\gstreamer-1.0"
|
||||
#endif
|
||||
|
||||
/* Define to necessary symbol if this constant uses a non-standard name on
|
||||
your system. */
|
||||
#undef PTHREAD_CREATE_JOINABLE
|
||||
|
||||
/* The size of `char', as computed by sizeof. */
|
||||
#undef SIZEOF_CHAR
|
||||
|
||||
/* The size of `int', as computed by sizeof. */
|
||||
#undef SIZEOF_INT
|
||||
|
||||
/* The size of `long', as computed by sizeof. */
|
||||
#undef SIZEOF_LONG
|
||||
|
||||
/* The size of `short', as computed by sizeof. */
|
||||
#undef SIZEOF_SHORT
|
||||
|
||||
/* The size of `void*', as computed by sizeof. */
|
||||
#undef SIZEOF_VOIDP
|
||||
|
||||
/* Define to 1 if you have the ANSI C header files. */
|
||||
#undef STDC_HEADERS
|
||||
|
||||
/* Need to define the itimerspec structure */
|
||||
#undef STRUCT_ITIMERSPEC_DEFINITION_MISSING
|
||||
|
||||
/* Need to define the timespec structure */
|
||||
#undef STRUCT_TIMESPEC_DEFINITION_MISSING
|
||||
|
||||
/* the target CPU */
|
||||
#undef TARGET_CPU
|
||||
|
||||
/* Define if we should poison deallocated memory */
|
||||
#undef USE_POISONING
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "1.10.0"
|
||||
|
||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||
#if defined AC_APPLE_UNIVERSAL_BUILD
|
||||
# if defined __BIG_ENDIAN__
|
||||
# define WORDS_BIGENDIAN 1
|
||||
# endif
|
||||
#else
|
||||
# ifndef WORDS_BIGENDIAN
|
||||
# undef WORDS_BIGENDIAN
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Enable large inode numbers on Mac OS X 10.5. */
|
||||
#ifndef _DARWIN_USE_64_BIT_INODE
|
||||
# define _DARWIN_USE_64_BIT_INODE 1
|
||||
#endif
|
||||
|
||||
/* Number of bits in a file offset, on hosts where this is settable. */
|
||||
#undef _FILE_OFFSET_BITS
|
||||
|
||||
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
|
||||
#undef _LARGEFILE_SOURCE
|
||||
|
||||
/* Define for large files, on AIX-style hosts. */
|
||||
#undef _LARGE_FILES
|
||||
|
||||
/* We need at least WinXP SP2 for __stat64 */
|
||||
#undef __MSVCRT_VERSION__
|
||||
|
||||
/* clockid_t */
|
||||
#undef clockid_t
|
||||
|
||||
/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
|
||||
not define. */
|
||||
#undef intmax_t
|
||||
|
||||
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||||
#undef size_t
|
||||
|
||||
/* timer_t */
|
||||
#undef timer_t
|
|
@ -1,145 +0,0 @@
|
|||
/* GStreamer
|
||||
* Copyright (C) 1999,2000 Erik Walthinsen <omega@cse.ogi.edu>
|
||||
* 2004,2005 Wim Taymans <wim@fluendo.com>
|
||||
*
|
||||
* gstconfig.h: GST_DISABLE_* macros for build configuration
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Library General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Library General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Library General Public
|
||||
* License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
/**
|
||||
* SECTION:gstconfig
|
||||
* @short_description: Build configuration options
|
||||
*
|
||||
* This describes the configuration options for GStreamer. When building
|
||||
* GStreamer there are a lot of parts (known internally as "subsystems" ) that
|
||||
* can be disabled for various reasons. The most common reasons are speed and
|
||||
* size, which is important because GStreamer is designed to run on embedded
|
||||
* systems.
|
||||
*
|
||||
* If a subsystem is disabled, most of this changes are done in an API
|
||||
* compatible way, so you don't need to adapt your code in most cases. It is
|
||||
* never done in an ABI compatible way though. So if you want to disable a
|
||||
* subsystem, you have to rebuild all programs depending on GStreamer, too.
|
||||
*
|
||||
* If a subsystem is disabled in GStreamer, a value is defined in
|
||||
* <gst/gst.h>. You can check this if you do subsystem-specific stuff.
|
||||
* <example>
|
||||
* <title>Doing subsystem specific things</title>
|
||||
* <programlisting>
|
||||
* &hash;ifndef GST_DISABLE_GST_DEBUG
|
||||
* // do stuff specific to the debugging subsystem
|
||||
* &hash;endif // GST_DISABLE_GST_DEBUG
|
||||
* </programlisting>
|
||||
* </example>
|
||||
*/
|
||||
|
||||
#ifndef __GST_CONFIG_H__
|
||||
#define __GST_CONFIG_H__
|
||||
|
||||
/*** trick gtk-doc into believing these symbols are defined (yes, it's ugly) */
|
||||
|
||||
#if 0
|
||||
#define GST_DISABLE_LOADSAVE_REGISTRY 1
|
||||
#define GST_DISABLE_GST_DEBUG 1
|
||||
#define GST_DISABLE_LOADSAVE 1
|
||||
#define GST_DISABLE_PARSE 1
|
||||
#define GST_DISABLE_REGISTRY 1
|
||||
#define GST_DISABLE_PLUGIN 1
|
||||
#define GST_HAVE_GLIB_2_8 1
|
||||
#endif
|
||||
|
||||
/***** default padding of structures *****/
|
||||
#define GST_PADDING 4
|
||||
#define GST_PADDING_INIT {0}
|
||||
|
||||
/***** padding for very extensible base classes *****/
|
||||
#define GST_PADDING_LARGE 20
|
||||
|
||||
|
||||
/***** disabling of subsystems *****/
|
||||
|
||||
/* wether or not the debugging subsystem is enabled */
|
||||
/* #undef GST_DISABLE_GST_DEBUG */
|
||||
|
||||
/* DOES NOT WORK */
|
||||
/* #undef GST_DISABLE_PARSE */
|
||||
|
||||
/* DOES NOT WORK */
|
||||
/* #undef GST_DISABLE_REGISTRY */
|
||||
|
||||
/* DOES NOT WORK */
|
||||
/* #undef GST_DISABLE_PLUGIN */
|
||||
|
||||
/* printf extension format */
|
||||
/**
|
||||
* GST_PTR_FORMAT:
|
||||
*
|
||||
* printf format type used to debug GStreamer types.
|
||||
* This can only be used on types whose size is >= sizeof(gpointer).
|
||||
*/
|
||||
#define GST_PTR_FORMAT "p"
|
||||
|
||||
/**
|
||||
* GST_SEGMENT_FORMAT:
|
||||
*
|
||||
* printf format type used to debug GStreamer segments.
|
||||
* This can only be used on pointers to GstSegment structures.
|
||||
*
|
||||
* Since: 0.10.10
|
||||
*/
|
||||
#define GST_SEGMENT_FORMAT "p"
|
||||
|
||||
/* whether or not GST_PTR_FORMAT or GST_SEGMENT_FORMAT are using
|
||||
* the printf extension mechanism. This is for internal use in our
|
||||
* header files so we know whether we can use G_GNUC_PRINTF or not */
|
||||
#undef GST_USING_PRINTF_EXTENSION
|
||||
|
||||
/* whether or not the CPU supports unaligned access */
|
||||
#define GST_HAVE_UNALIGNED_ACCESS 1
|
||||
|
||||
/* whether or not we are using glib 2.8 api, e.g. atomic gobject
|
||||
refcounting */
|
||||
#define GST_HAVE_GLIB_2_8 1
|
||||
|
||||
/**
|
||||
* GST_EXPORT:
|
||||
*
|
||||
* Export the given variable from the built shared object.
|
||||
*
|
||||
* On Windows, this exports the variable from the DLL.
|
||||
* On other platforms, this gets defined to "extern".
|
||||
*/
|
||||
/**
|
||||
* GST_PLUGIN_EXPORT:
|
||||
*
|
||||
* Export the plugin's definition.
|
||||
*
|
||||
* On Windows, this exports the plugin definition from the DLL.
|
||||
* On other platforms, this gets defined as a no-op.
|
||||
*/
|
||||
#if defined(WIN32) && (!defined(__MINGW32__))
|
||||
#define GST_PLUGIN_EXPORT __declspec(dllexport) extern
|
||||
#ifdef GST_EXPORTS
|
||||
#define GST_EXPORT __declspec(dllexport) extern
|
||||
#else
|
||||
#define GST_EXPORT __declspec(dllimport) extern
|
||||
#endif
|
||||
#else /* not WIN32 */
|
||||
#define GST_PLUGIN_EXPORT
|
||||
#define GST_EXPORT extern
|
||||
#endif
|
||||
|
||||
#endif /* __GST_CONFIG_H__ */
|
File diff suppressed because it is too large
Load diff
|
@ -1,247 +0,0 @@
|
|||
|
||||
|
||||
|
||||
#ifndef __GST_ENUM_TYPES_H__
|
||||
#define __GST_ENUM_TYPES_H__
|
||||
|
||||
#include <glib-object.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/* enumerations from "gstobject.h" */
|
||||
GType gst_object_flags_get_type (void);
|
||||
#define GST_TYPE_OBJECT_FLAGS (gst_object_flags_get_type())
|
||||
|
||||
/* enumerations from "gstallocator.h" */
|
||||
GType gst_allocator_flags_get_type (void);
|
||||
#define GST_TYPE_ALLOCATOR_FLAGS (gst_allocator_flags_get_type())
|
||||
|
||||
/* enumerations from "gstbin.h" */
|
||||
GType gst_bin_flags_get_type (void);
|
||||
#define GST_TYPE_BIN_FLAGS (gst_bin_flags_get_type())
|
||||
|
||||
/* enumerations from "gstbuffer.h" */
|
||||
GType gst_buffer_flags_get_type (void);
|
||||
#define GST_TYPE_BUFFER_FLAGS (gst_buffer_flags_get_type())
|
||||
GType gst_buffer_copy_flags_get_type (void);
|
||||
#define GST_TYPE_BUFFER_COPY_FLAGS (gst_buffer_copy_flags_get_type())
|
||||
|
||||
/* enumerations from "gstbufferpool.h" */
|
||||
GType gst_buffer_pool_acquire_flags_get_type (void);
|
||||
#define GST_TYPE_BUFFER_POOL_ACQUIRE_FLAGS (gst_buffer_pool_acquire_flags_get_type())
|
||||
|
||||
/* enumerations from "gstbus.h" */
|
||||
GType gst_bus_flags_get_type (void);
|
||||
#define GST_TYPE_BUS_FLAGS (gst_bus_flags_get_type())
|
||||
GType gst_bus_sync_reply_get_type (void);
|
||||
#define GST_TYPE_BUS_SYNC_REPLY (gst_bus_sync_reply_get_type())
|
||||
|
||||
/* enumerations from "gstcaps.h" */
|
||||
GType gst_caps_flags_get_type (void);
|
||||
#define GST_TYPE_CAPS_FLAGS (gst_caps_flags_get_type())
|
||||
GType gst_caps_intersect_mode_get_type (void);
|
||||
#define GST_TYPE_CAPS_INTERSECT_MODE (gst_caps_intersect_mode_get_type())
|
||||
|
||||
/* enumerations from "gstclock.h" */
|
||||
GType gst_clock_return_get_type (void);
|
||||
#define GST_TYPE_CLOCK_RETURN (gst_clock_return_get_type())
|
||||
GType gst_clock_entry_type_get_type (void);
|
||||
#define GST_TYPE_CLOCK_ENTRY_TYPE (gst_clock_entry_type_get_type())
|
||||
GType gst_clock_flags_get_type (void);
|
||||
#define GST_TYPE_CLOCK_FLAGS (gst_clock_flags_get_type())
|
||||
|
||||
/* enumerations from "gstdebugutils.h" */
|
||||
GType gst_debug_graph_details_get_type (void);
|
||||
#define GST_TYPE_DEBUG_GRAPH_DETAILS (gst_debug_graph_details_get_type())
|
||||
|
||||
/* enumerations from "gstelement.h" */
|
||||
GType gst_state_get_type (void);
|
||||
#define GST_TYPE_STATE (gst_state_get_type())
|
||||
GType gst_state_change_return_get_type (void);
|
||||
#define GST_TYPE_STATE_CHANGE_RETURN (gst_state_change_return_get_type())
|
||||
GType gst_state_change_get_type (void);
|
||||
#define GST_TYPE_STATE_CHANGE (gst_state_change_get_type())
|
||||
GType gst_element_flags_get_type (void);
|
||||
#define GST_TYPE_ELEMENT_FLAGS (gst_element_flags_get_type())
|
||||
|
||||
/* enumerations from "gsterror.h" */
|
||||
GType gst_core_error_get_type (void);
|
||||
#define GST_TYPE_CORE_ERROR (gst_core_error_get_type())
|
||||
GType gst_library_error_get_type (void);
|
||||
#define GST_TYPE_LIBRARY_ERROR (gst_library_error_get_type())
|
||||
GType gst_resource_error_get_type (void);
|
||||
#define GST_TYPE_RESOURCE_ERROR (gst_resource_error_get_type())
|
||||
GType gst_stream_error_get_type (void);
|
||||
#define GST_TYPE_STREAM_ERROR (gst_stream_error_get_type())
|
||||
|
||||
/* enumerations from "gstevent.h" */
|
||||
GType gst_event_type_flags_get_type (void);
|
||||
#define GST_TYPE_EVENT_TYPE_FLAGS (gst_event_type_flags_get_type())
|
||||
GType gst_event_type_get_type (void);
|
||||
#define GST_TYPE_EVENT_TYPE (gst_event_type_get_type())
|
||||
GType gst_stream_flags_get_type (void);
|
||||
#define GST_TYPE_STREAM_FLAGS (gst_stream_flags_get_type())
|
||||
GType gst_qos_type_get_type (void);
|
||||
#define GST_TYPE_QOS_TYPE (gst_qos_type_get_type())
|
||||
|
||||
/* enumerations from "gstformat.h" */
|
||||
GType gst_format_get_type (void);
|
||||
#define GST_TYPE_FORMAT (gst_format_get_type())
|
||||
|
||||
/* enumerations from "gstinfo.h" */
|
||||
GType gst_debug_level_get_type (void);
|
||||
#define GST_TYPE_DEBUG_LEVEL (gst_debug_level_get_type())
|
||||
GType gst_debug_color_flags_get_type (void);
|
||||
#define GST_TYPE_DEBUG_COLOR_FLAGS (gst_debug_color_flags_get_type())
|
||||
GType gst_debug_color_mode_get_type (void);
|
||||
#define GST_TYPE_DEBUG_COLOR_MODE (gst_debug_color_mode_get_type())
|
||||
|
||||
/* enumerations from "gstiterator.h" */
|
||||
GType gst_iterator_result_get_type (void);
|
||||
#define GST_TYPE_ITERATOR_RESULT (gst_iterator_result_get_type())
|
||||
GType gst_iterator_item_get_type (void);
|
||||
#define GST_TYPE_ITERATOR_ITEM (gst_iterator_item_get_type())
|
||||
|
||||
/* enumerations from "gstmessage.h" */
|
||||
GType gst_message_type_get_type (void);
|
||||
#define GST_TYPE_MESSAGE_TYPE (gst_message_type_get_type())
|
||||
GType gst_structure_change_type_get_type (void);
|
||||
#define GST_TYPE_STRUCTURE_CHANGE_TYPE (gst_structure_change_type_get_type())
|
||||
GType gst_stream_status_type_get_type (void);
|
||||
#define GST_TYPE_STREAM_STATUS_TYPE (gst_stream_status_type_get_type())
|
||||
GType gst_progress_type_get_type (void);
|
||||
#define GST_TYPE_PROGRESS_TYPE (gst_progress_type_get_type())
|
||||
|
||||
/* enumerations from "gstmeta.h" */
|
||||
GType gst_meta_flags_get_type (void);
|
||||
#define GST_TYPE_META_FLAGS (gst_meta_flags_get_type())
|
||||
|
||||
/* enumerations from "gstmemory.h" */
|
||||
GType gst_memory_flags_get_type (void);
|
||||
#define GST_TYPE_MEMORY_FLAGS (gst_memory_flags_get_type())
|
||||
GType gst_map_flags_get_type (void);
|
||||
#define GST_TYPE_MAP_FLAGS (gst_map_flags_get_type())
|
||||
|
||||
/* enumerations from "gstminiobject.h" */
|
||||
GType gst_mini_object_flags_get_type (void);
|
||||
#define GST_TYPE_MINI_OBJECT_FLAGS (gst_mini_object_flags_get_type())
|
||||
GType gst_lock_flags_get_type (void);
|
||||
#define GST_TYPE_LOCK_FLAGS (gst_lock_flags_get_type())
|
||||
|
||||
/* enumerations from "gstpad.h" */
|
||||
GType gst_pad_direction_get_type (void);
|
||||
#define GST_TYPE_PAD_DIRECTION (gst_pad_direction_get_type())
|
||||
GType gst_pad_mode_get_type (void);
|
||||
#define GST_TYPE_PAD_MODE (gst_pad_mode_get_type())
|
||||
GType gst_pad_link_return_get_type (void);
|
||||
#define GST_TYPE_PAD_LINK_RETURN (gst_pad_link_return_get_type())
|
||||
GType gst_flow_return_get_type (void);
|
||||
#define GST_TYPE_FLOW_RETURN (gst_flow_return_get_type())
|
||||
GType gst_pad_link_check_get_type (void);
|
||||
#define GST_TYPE_PAD_LINK_CHECK (gst_pad_link_check_get_type())
|
||||
GType gst_pad_probe_type_get_type (void);
|
||||
#define GST_TYPE_PAD_PROBE_TYPE (gst_pad_probe_type_get_type())
|
||||
GType gst_pad_probe_return_get_type (void);
|
||||
#define GST_TYPE_PAD_PROBE_RETURN (gst_pad_probe_return_get_type())
|
||||
GType gst_pad_flags_get_type (void);
|
||||
#define GST_TYPE_PAD_FLAGS (gst_pad_flags_get_type())
|
||||
|
||||
/* enumerations from "gstpadtemplate.h" */
|
||||
GType gst_pad_presence_get_type (void);
|
||||
#define GST_TYPE_PAD_PRESENCE (gst_pad_presence_get_type())
|
||||
GType gst_pad_template_flags_get_type (void);
|
||||
#define GST_TYPE_PAD_TEMPLATE_FLAGS (gst_pad_template_flags_get_type())
|
||||
|
||||
/* enumerations from "gstpipeline.h" */
|
||||
GType gst_pipeline_flags_get_type (void);
|
||||
#define GST_TYPE_PIPELINE_FLAGS (gst_pipeline_flags_get_type())
|
||||
|
||||
/* enumerations from "gstplugin.h" */
|
||||
GType gst_plugin_error_get_type (void);
|
||||
#define GST_TYPE_PLUGIN_ERROR (gst_plugin_error_get_type())
|
||||
GType gst_plugin_flags_get_type (void);
|
||||
#define GST_TYPE_PLUGIN_FLAGS (gst_plugin_flags_get_type())
|
||||
GType gst_plugin_dependency_flags_get_type (void);
|
||||
#define GST_TYPE_PLUGIN_DEPENDENCY_FLAGS (gst_plugin_dependency_flags_get_type())
|
||||
|
||||
/* enumerations from "gstpluginfeature.h" */
|
||||
GType gst_rank_get_type (void);
|
||||
#define GST_TYPE_RANK (gst_rank_get_type())
|
||||
|
||||
/* enumerations from "gstquery.h" */
|
||||
GType gst_query_type_flags_get_type (void);
|
||||
#define GST_TYPE_QUERY_TYPE_FLAGS (gst_query_type_flags_get_type())
|
||||
GType gst_query_type_get_type (void);
|
||||
#define GST_TYPE_QUERY_TYPE (gst_query_type_get_type())
|
||||
GType gst_buffering_mode_get_type (void);
|
||||
#define GST_TYPE_BUFFERING_MODE (gst_buffering_mode_get_type())
|
||||
GType gst_scheduling_flags_get_type (void);
|
||||
#define GST_TYPE_SCHEDULING_FLAGS (gst_scheduling_flags_get_type())
|
||||
|
||||
/* enumerations from "gstsegment.h" */
|
||||
GType gst_seek_type_get_type (void);
|
||||
#define GST_TYPE_SEEK_TYPE (gst_seek_type_get_type())
|
||||
GType gst_seek_flags_get_type (void);
|
||||
#define GST_TYPE_SEEK_FLAGS (gst_seek_flags_get_type())
|
||||
GType gst_segment_flags_get_type (void);
|
||||
#define GST_TYPE_SEGMENT_FLAGS (gst_segment_flags_get_type())
|
||||
|
||||
/* enumerations from "gststreams.h" */
|
||||
GType gst_stream_type_get_type (void);
|
||||
#define GST_TYPE_STREAM_TYPE (gst_stream_type_get_type())
|
||||
|
||||
/* enumerations from "gstsystemclock.h" */
|
||||
GType gst_clock_type_get_type (void);
|
||||
#define GST_TYPE_CLOCK_TYPE (gst_clock_type_get_type())
|
||||
|
||||
/* enumerations from "gsttaglist.h" */
|
||||
GType gst_tag_merge_mode_get_type (void);
|
||||
#define GST_TYPE_TAG_MERGE_MODE (gst_tag_merge_mode_get_type())
|
||||
GType gst_tag_flag_get_type (void);
|
||||
#define GST_TYPE_TAG_FLAG (gst_tag_flag_get_type())
|
||||
GType gst_tag_scope_get_type (void);
|
||||
#define GST_TYPE_TAG_SCOPE (gst_tag_scope_get_type())
|
||||
|
||||
/* enumerations from "gsttask.h" */
|
||||
GType gst_task_state_get_type (void);
|
||||
#define GST_TYPE_TASK_STATE (gst_task_state_get_type())
|
||||
|
||||
/* enumerations from "gsttoc.h" */
|
||||
GType gst_toc_scope_get_type (void);
|
||||
#define GST_TYPE_TOC_SCOPE (gst_toc_scope_get_type())
|
||||
GType gst_toc_entry_type_get_type (void);
|
||||
#define GST_TYPE_TOC_ENTRY_TYPE (gst_toc_entry_type_get_type())
|
||||
GType gst_toc_loop_type_get_type (void);
|
||||
#define GST_TYPE_TOC_LOOP_TYPE (gst_toc_loop_type_get_type())
|
||||
|
||||
/* enumerations from "gsttracerrecord.h" */
|
||||
GType gst_tracer_value_scope_get_type (void);
|
||||
#define GST_TYPE_TRACER_VALUE_SCOPE (gst_tracer_value_scope_get_type())
|
||||
GType gst_tracer_value_flags_get_type (void);
|
||||
#define GST_TYPE_TRACER_VALUE_FLAGS (gst_tracer_value_flags_get_type())
|
||||
|
||||
/* enumerations from "gsttypefind.h" */
|
||||
GType gst_type_find_probability_get_type (void);
|
||||
#define GST_TYPE_TYPE_FIND_PROBABILITY (gst_type_find_probability_get_type())
|
||||
|
||||
/* enumerations from "gsturi.h" */
|
||||
GType gst_uri_error_get_type (void);
|
||||
#define GST_TYPE_URI_ERROR (gst_uri_error_get_type())
|
||||
GType gst_uri_type_get_type (void);
|
||||
#define GST_TYPE_URI_TYPE (gst_uri_type_get_type())
|
||||
|
||||
/* enumerations from "gstutils.h" */
|
||||
GType gst_search_mode_get_type (void);
|
||||
#define GST_TYPE_SEARCH_MODE (gst_search_mode_get_type())
|
||||
|
||||
/* enumerations from "gstparse.h" */
|
||||
GType gst_parse_error_get_type (void);
|
||||
#define GST_TYPE_PARSE_ERROR (gst_parse_error_get_type())
|
||||
GType gst_parse_flags_get_type (void);
|
||||
#define GST_TYPE_PARSE_FLAGS (gst_parse_flags_get_type())
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GST_ENUM_TYPES_H__ */
|
||||
|
||||
|
||||
|
|
@ -1,91 +0,0 @@
|
|||
/* GStreamer
|
||||
* Copyright (C) 1999,2000 Erik Walthinsen <omega@cse.ogi.edu>
|
||||
* 2000 Wim Taymans <wtay@chello.be>
|
||||
*
|
||||
* gstversion.h: Version information for GStreamer
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Library General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Library General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Library General Public
|
||||
* License along with this library; if not, write to the
|
||||
* Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
|
||||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifndef __GST_VERSION_H__
|
||||
#define __GST_VERSION_H__
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
/**
|
||||
* SECTION:gstversion
|
||||
* @short_description: GStreamer version macros.
|
||||
*
|
||||
* Use the GST_VERSION_* macros e.g. when defining own plugins. The GStreamer
|
||||
* runtime checks if these plugin and core version match and refuses to use a
|
||||
* plugin compiled against a different version of GStreamer.
|
||||
* You can also use the macros to keep the GStreamer version information in
|
||||
* your application.
|
||||
*
|
||||
* Use the gst_version() function if you want to know which version of
|
||||
* GStreamer you are currently linked against.
|
||||
*
|
||||
* The version macros get defined by including "gst/gst.h".
|
||||
*/
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/**
|
||||
* GST_VERSION_MAJOR:
|
||||
*
|
||||
* The major version of GStreamer at compile time:
|
||||
*/
|
||||
#define GST_VERSION_MAJOR (1)
|
||||
/**
|
||||
* GST_VERSION_MINOR:
|
||||
*
|
||||
* The minor version of GStreamer at compile time:
|
||||
*/
|
||||
#define GST_VERSION_MINOR (10)
|
||||
/**
|
||||
* GST_VERSION_MICRO:
|
||||
*
|
||||
* The micro version of GStreamer at compile time:
|
||||
*/
|
||||
#define GST_VERSION_MICRO (0)
|
||||
/**
|
||||
* GST_VERSION_NANO:
|
||||
*
|
||||
* The nano version of GStreamer at compile time:
|
||||
* Actual releases have 0, GIT versions have 1, prerelease versions have 2-...
|
||||
*/
|
||||
#define GST_VERSION_NANO (0)
|
||||
|
||||
/**
|
||||
* GST_CHECK_VERSION:
|
||||
* @major: a number indicating the major version
|
||||
* @minor: a number indicating the minor version
|
||||
* @micro: a number indicating the micro version
|
||||
*
|
||||
* Check whether a GStreamer version equal to or greater than
|
||||
* major.minor.micro is present.
|
||||
*/
|
||||
#define GST_CHECK_VERSION(major,minor,micro) \
|
||||
(GST_VERSION_MAJOR > (major) || \
|
||||
(GST_VERSION_MAJOR == (major) && GST_VERSION_MINOR > (minor)) || \
|
||||
(GST_VERSION_MAJOR == (major) && GST_VERSION_MINOR == (minor) && \
|
||||
GST_VERSION_MICRO >= (micro)) || \
|
||||
(GST_VERSION_MAJOR == (major) && GST_VERSION_MINOR == (minor) && \
|
||||
GST_VERSION_MICRO + 1 == (micro) && GST_VERSION_NANO > 0))
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __GST_VERSION_H__ */
|
Loading…
Reference in a new issue