mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
win32/common/: Update generated files.
Original commit message from CVS: * win32/common/gstenumtypes.c: * win32/common/gstenumtypes.h: * win32/common/gstversion.h: Update generated files.
This commit is contained in:
parent
fe6deca584
commit
ba9fe25f2d
4 changed files with 389 additions and 310 deletions
|
@ -1,3 +1,10 @@
|
|||
2007-10-08 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* win32/common/gstenumtypes.c:
|
||||
* win32/common/gstenumtypes.h:
|
||||
* win32/common/gstversion.h:
|
||||
Update generated files.
|
||||
|
||||
2007-10-08 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* docs/manual/advanced-autoplugging.xml:
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -19,6 +19,8 @@ GType gst_bin_flags_get_type (void);
|
|||
/* enumerations from "gstbuffer.h" */
|
||||
GType gst_buffer_flag_get_type (void);
|
||||
#define GST_TYPE_BUFFER_FLAG (gst_buffer_flag_get_type())
|
||||
GType gst_buffer_copy_flags_get_type (void);
|
||||
#define GST_TYPE_BUFFER_COPY_FLAGS (gst_buffer_copy_flags_get_type())
|
||||
|
||||
/* enumerations from "gstbus.h" */
|
||||
GType gst_bus_flags_get_type (void);
|
||||
|
|
|
@ -57,7 +57,7 @@ G_BEGIN_DECLS
|
|||
*
|
||||
* The micro version of GStreamer at compile time:
|
||||
*/
|
||||
#define GST_VERSION_MICRO (5)
|
||||
#define GST_VERSION_MICRO (14)
|
||||
/**
|
||||
* GST_VERSION_NANO:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue