Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonny Lamb
gstreamer
Commits
b3393cac
Commit
b3393cac
authored
Sep 14, 2012
by
Tim-Philipp Müller
🐠
Browse files
Release 0.11.94
parent
bc5cc2eb
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b3393cac
This diff is collapsed.
Click to expand it.
configure.ac
View file @
b3393cac
...
...
@@ -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.9
3.1
,
AC_INIT(GStreamer, 0.11.9
4
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer)
AG_GST_INIT
...
...
docs/plugins/gstreamer-plugins.args
View file @
b3393cac
...
...
@@ -952,9 +952,9 @@
<NAME>GstQueue2::temp-location</NAME>
<TYPE>gchar*</TYPE>
<RANGE></RANGE>
<FLAGS>r
w
</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>
...
...
docs/plugins/gstreamer-plugins.hierarchy
View file @
b3393cac
GObject
GInitiallyUnowned
GstObject
GstAllocator
GstDefaultAllocator
GstBus
GstClock
GstControlBinding
...
...
docs/plugins/inspect/plugin-coreelements.xml
View file @
b3393cac
<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.9
2
</version>
<version>
0.11.9
4
</version>
<license>
LGPL
</license>
<source>
gstreamer
</source>
<package>
GStreamer source release
</package>
...
...
gstreamer.doap
View file @
b3393cac
...
...
@@ -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>
...
...
win32/common/config.h
View file @
b3393cac
...
...
@@ -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-1
0T07:42Z
"
#define GST_PACKAGE_RELEASE_DATETIME "2012-09-1
4
"
/* 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.9
3.1
"
#define PACKAGE_STRING "GStreamer 0.11.9
4
"
/* 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.9
3.1
"
#define PACKAGE_VERSION "0.11.9
4
"
/* directory where plugins are located */
#ifdef _DEBUG
...
...
@@ -380,7 +380,7 @@
#undef USE_POISONING
/* Version number of package */
#define VERSION "0.11.9
3.1
"
#define VERSION "0.11.9
4
"
/* 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment