Release 0.11.94

This commit is contained in:
Tim-Philipp Müller 2012-09-14 02:46:34 +01:00
parent bc5cc2eb07
commit b3393cac76
7 changed files with 3817 additions and 13 deletions

3793
ChangeLog

File diff suppressed because it is too large Load diff

View file

@ -8,7 +8,7 @@ dnl
dnl ==========> REMOVE GST_USE_UNSTABLE_API when doing 1.0.0 <=============
dnl (also check libtool version)
dnl
AC_INIT(GStreamer, 0.11.93.1,
AC_INIT(GStreamer, 0.11.94,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer)
AG_GST_INIT

View file

@ -952,9 +952,9 @@
<NAME>GstQueue2::temp-location</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>rw</FLAGS>
<FLAGS>r</FLAGS>
<NICK>Temporary File Location</NICK>
<BLURB>Location to store temporary files in (Deprecated: Only read this property, use temp-template to configure the name template).</BLURB>
<BLURB>Location to store temporary files in (Only read this property, use temp-template to configure the name template).</BLURB>
<DEFAULT>NULL</DEFAULT>
</ARG>

View file

@ -1,6 +1,8 @@
GObject
GInitiallyUnowned
GstObject
GstAllocator
GstDefaultAllocator
GstBus
GstClock
GstControlBinding

View file

@ -1,9 +1,9 @@
<plugin>
<name>coreelements</name>
<description>standard GStreamer elements</description>
<description> GStreamer core elements</description>
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
<basename>libgstcoreelements.so</basename>
<version>0.11.92</version>
<version>0.11.94</version>
<license>LGPL</license>
<source>gstreamer</source>
<package>GStreamer source release</package>

View file

@ -38,6 +38,16 @@ hierarchy, and a set of media-agnostic core elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>0.11.94</revision>
<branch>0.11</branch>
<name>Burning Spear</name>
<created>2012-09-14</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.11.94.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>0.11.93</revision>

View file

@ -56,13 +56,13 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer git"
#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 "2012-09-10T07:42Z"
#define GST_PACKAGE_RELEASE_DATETIME "2012-09-14"
/* location of the installed gst-plugin-scanner */
#define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner"
@ -337,7 +337,7 @@
#define PACKAGE_NAME "GStreamer"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer 0.11.93.1"
#define PACKAGE_STRING "GStreamer 0.11.94"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gstreamer"
@ -346,7 +346,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.11.93.1"
#define PACKAGE_VERSION "0.11.94"
/* directory where plugins are located */
#ifdef _DEBUG
@ -380,7 +380,7 @@
#undef USE_POISONING
/* Version number of package */
#define VERSION "0.11.93.1"
#define VERSION "0.11.94"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
@ -394,6 +394,11 @@
# 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