Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Thibault Saunier
gst-plugins-good
Commits
979a6a33
Commit
979a6a33
authored
May 13, 2012
by
Sebastian Dröge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.11.91
parent
c0c9e880
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
765 additions
and
17 deletions
+765
-17
ChangeLog
ChangeLog
+727
-2
NEWS
NEWS
+6
-1
RELEASE
RELEASE
+16
-8
common
common
+1
-1
configure.ac
configure.ac
+1
-1
gst-plugins-good.doap
gst-plugins-good.doap
+10
-0
win32/common/config.h
win32/common/config.h
+4
-4
No files found.
ChangeLog
View file @
979a6a33
This diff is collapsed.
Click to expand it.
NEWS
View file @
979a6a33
This is GStreamer Good Plug-ins 0.11.90 "From grief and moan to a gold throne"
This is GStreamer Good Plug-ins 0.11.91 "I smell the blood of an Englishman"
New features in 0.11.91:
* Ported flx, dv1394, oss and oss4 plugins
* Lots of bugfixes and other improvements
New features in 0.11.90:
...
...
RELEASE
View file @
979a6a33
Release notes for GStreamer Good Plug-ins 0.11.9
0
"
From grief and moan to a gold throne
"
Release notes for GStreamer Good Plug-ins 0.11.9
1
"
I smell the blood of an Englishman
"
...
...
@@ -52,8 +52,8 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
*
Lots of bugfixes, cleanup and other improvement
s
*
The interleave/deinterleave plugin was ported to 0.11
*
Ported flx, dv1394, oss and oss4 plugin
s
*
Lots of bugfixes and other improvements
There were no bugs fixed in this release
...
...
@@ -84,15 +84,23 @@ Applications
Contributors to this release
* Alexander Saprykin
* Alban Browaeys
* Bastien Nocera
* Chris Pankow
* Edward Hervey
* Luis de Bethencourt
* Mark Nauwelaerts
*
Nicolas Dufresne
*
Olivier Crête
*
Raimo Järvi
*
Mart Raudsepp
*
Pascal Buhler
*
Peter Seiderer
* Sebastian Dröge
*
Stefan Sauer
*
Thiago Santos
* Tim-Philipp Müller
* Vincent Penquerc'h
* Víctor Manuel Jáquez Leal
* Wim Taymans
* Youness Alaoui
* idc-dragon
* uraeus
* Руслан Ижбулатов
\ No newline at end of file
common
@
dc702037
Subproject commit
3429ba64cfe418492a9192496d7d23004c0d0872
Subproject commit
dc702037b0490052dfc1fa5a3e5890bd55cf7b34
configure.ac
View file @
979a6a33
...
...
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/pre
AC_INIT(GStreamer Good Plug-ins, 0.11.9
0.
1,
AC_INIT(GStreamer Good Plug-ins, 0.11.91,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)
...
...
gst-plugins-good.doap
View file @
979a6a33
...
...
@@ -32,6 +32,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
</GitRepository>
</repository>
<release>
<Version>
<revision>0.11.91</revision>
<branch>0.11</branch>
<name>I smell the blood of an Englishman</name>
<created>2012-05-13</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.11.91.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>0.11.90</revision>
...
...
win32/common/config.h
View file @
979a6a33
...
...
@@ -58,7 +58,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2012-0
4
-1
2
"
#define GST_PACKAGE_RELEASE_DATETIME "2012-0
5
-1
3
"
/* struct v4l2_buffer missing */
#undef GST_V4L2_MISSING_BUFDECL
...
...
@@ -369,7 +369,7 @@
#define PACKAGE_NAME "GStreamer Good Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.11.9
0
"
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.11.9
1
"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
...
...
@@ -378,7 +378,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.11.9
0
"
#define PACKAGE_VERSION "0.11.9
1
"
/* directory where plugins are located */
#ifdef _DEBUG
...
...
@@ -409,7 +409,7 @@
#undef STDC_HEADERS
/* Version number of package */
#define VERSION "0.11.9
0
"
#define VERSION "0.11.9
1
"
/* old wavpack API */
#undef WAVPACK_OLD_API
...
...
Write
Preview
Markdown
is supported
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