mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Release 0.11.91
This commit is contained in:
parent
b5a9a8ed0d
commit
b7c81681f9
7 changed files with 1073 additions and 13 deletions
7
NEWS
7
NEWS
|
@ -1,4 +1,9 @@
|
||||||
This is GStreamer Bad Plug-ins 0.11.90 "Where the good and the bad and the worst and the best have gone to their eternal rest"
|
This is GStreamer Bad Plug-ins 0.11.91 "Be he alive, or be he dead"
|
||||||
|
|
||||||
|
New in 0.11.91:
|
||||||
|
|
||||||
|
* Ported asfmux, camerabin, coloreffects, gaudieffects, geometrictransform, hls plugins
|
||||||
|
* Lots of bugfixes and other improvements
|
||||||
|
|
||||||
New in 0.11.90:
|
New in 0.11.90:
|
||||||
|
|
||||||
|
|
26
RELEASE
26
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Release notes for GStreamer Bad Plug-ins 0.11.90 "Where the good and the bad and the worst and the best have gone to their eternal rest"
|
Release notes for GStreamer Bad Plug-ins 0.11.91 "Be he alive, or be he dead"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -58,7 +58,8 @@ contains a set of well-supported plug-ins, but might pose problems for
|
||||||
|
|
||||||
Features of this release
|
Features of this release
|
||||||
|
|
||||||
* Lots of bugfixes, cleanup and other improvements
|
* Ported asfmux, camerabin, coloreffects, gaudieffects, geometrictransform, hls plugins
|
||||||
|
* Lots of bugfixes and other improvements
|
||||||
There were no bugs fixed in this release
|
There were no bugs fixed in this release
|
||||||
|
|
||||||
|
|
||||||
|
@ -89,14 +90,29 @@ Applications
|
||||||
|
|
||||||
Contributors to this release
|
Contributors to this release
|
||||||
|
|
||||||
|
* Aleix Conchillo Flaque
|
||||||
* Alessandro Decina
|
* Alessandro Decina
|
||||||
* Andoni Morales Alastruey
|
* Andoni Morales Alastruey
|
||||||
|
* Arun Raghavan
|
||||||
* Edward Hervey
|
* Edward Hervey
|
||||||
|
* Gil Pedersen
|
||||||
|
* Jacob Meuser
|
||||||
|
* Julian Scheel
|
||||||
|
* Luis de Bethencourt
|
||||||
|
* Marc-André Lureau
|
||||||
* Mark Nauwelaerts
|
* Mark Nauwelaerts
|
||||||
* Olivier Crête
|
* Matej Knopp
|
||||||
|
* Patricia Muscalu
|
||||||
|
* Raimo Järvi
|
||||||
|
* Reynaldo H. Verdejo Pinochet
|
||||||
* Sebastian Dröge
|
* Sebastian Dröge
|
||||||
* Stefan Sauer
|
* Sebastian Rasmussen
|
||||||
|
* Sreerenj Balachandran
|
||||||
|
* Thiago Santos
|
||||||
* Thibault Saunier
|
* Thibault Saunier
|
||||||
|
* Tim-Philipp Müller
|
||||||
* Wim Taymans
|
* Wim Taymans
|
||||||
* uraeus
|
* Wind Yuan
|
||||||
|
* Youness Alaoui
|
||||||
|
* Руслан Ижбулатов
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 3429ba64cfe418492a9192496d7d23004c0d0872
|
Subproject commit dc702037b0490052dfc1fa5a3e5890bd55cf7b34
|
|
@ -3,7 +3,7 @@ AC_PREREQ(2.62)
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AC_INIT(GStreamer Bad Plug-ins, 0.11.90.1,
|
AC_INIT(GStreamer Bad Plug-ins, 0.11.91,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-plugins-bad)
|
gst-plugins-bad)
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,16 @@ real live maintainer, or some actual wide use.
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>0.11.91</revision>
|
||||||
|
<branch>0.11</branch>
|
||||||
|
<name>Be he alive, or be he dead</name>
|
||||||
|
<created>2012-05-13</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.11.91.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>0.11.90</revision>
|
<revision>0.11.90</revision>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
#define GST_LICENSE "LGPL"
|
#define GST_LICENSE "LGPL"
|
||||||
|
|
||||||
/* package name in plugins */
|
/* package name in plugins */
|
||||||
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
|
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
|
||||||
|
|
||||||
/* package origin */
|
/* package origin */
|
||||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
#undef USE_POISONING
|
#undef USE_POISONING
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "0.11.90.1"
|
#define VERSION "0.11.91"
|
||||||
|
|
||||||
/* Define to 1 if your processor stores words with the most significant byte
|
/* Define to 1 if your processor stores words with the most significant byte
|
||||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
|
|
Loading…
Reference in a new issue