mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
releasing 0.9.7
Original commit message from CVS: releasing 0.9.7
This commit is contained in:
parent
fbf165cc62
commit
41f1dd9e39
5 changed files with 20 additions and 10 deletions
|
@ -1,3 +1,10 @@
|
|||
=== release 0.9.7 ===
|
||||
|
||||
2005-12-01 <thomas (at) apestaart (dot) org>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.9.7, "Mein Hund Hat Keine Nase"
|
||||
|
||||
2005-11-28 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_class_init),
|
||||
|
|
6
NEWS
6
NEWS
|
@ -1,4 +1,8 @@
|
|||
This is GStreamer FFmpeg Plug-ins 0.9.6, "Cold Cat"
|
||||
This is GStreamer FFmpeg Plug-ins 0.9.7, "Mein Hund Hat Keine Nase"
|
||||
|
||||
Changes since 0.9.6:
|
||||
|
||||
* Improved pixel aspect ratio handling
|
||||
|
||||
Changes since 0.9.4:
|
||||
|
||||
|
|
7
RELEASE
7
RELEASE
|
@ -1,5 +1,5 @@
|
|||
|
||||
GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.6 "Cold Cat"
|
||||
GStreamer: Release notes for GStreamer FFmpeg Plug-ins 0.9.7 "Mein Hund Hat Keine Nase"
|
||||
|
||||
|
||||
The GStreamer team is petrified to announce a new release
|
||||
|
@ -35,6 +35,7 @@ Features of this release
|
|||
|
||||
* Parallel installability with 0.8.x series
|
||||
* Threadsafe design and API
|
||||
* Improved pixel aspect ratio handling
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
|
@ -67,9 +68,7 @@ Applications
|
|||
|
||||
Contributors to this release
|
||||
|
||||
* Andy Wingo
|
||||
* Jan Schmidt
|
||||
* Luca Ognibene
|
||||
* Julien Moutte
|
||||
* Thomas Vander Stichele
|
||||
* Tim-Philipp Müller
|
||||
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit b0b08bcd66ca385364b6f90663585b09693aec67
|
||||
Subproject commit fe94837afc0b10eaf867156fc29eea0073ba45df
|
|
@ -12,21 +12,21 @@ AM_MAINTAINER_MODE
|
|||
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 9, 6, 1,
|
||||
AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 9, 7, 0,
|
||||
GST_CVS="no", GST_CVS="yes")
|
||||
|
||||
dnl we cheat here so we don't have to change the actual configure code bit
|
||||
GST_PLUGINS_VERSION_NANO=$GST_FFMPEG_VERSION_NANO
|
||||
|
||||
dnl required GStreamer version
|
||||
GST_REQ=0.9.1
|
||||
GST_REQ=0.9.7
|
||||
|
||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||
|
||||
dnl our libraries and install dirs use major.minor as a version
|
||||
#GST_MAJORMINOR=$GST_FFMPEG_VERSION_MAJOR.$GST_FFMPEG_VERSION_MINOR
|
||||
dnl hack while GST_MAJORMINOR doesn't match the release
|
||||
GST_MAJORMINOR=0.9
|
||||
GST_MAJORMINOR=0.10
|
||||
AC_SUBST(GST_MAJORMINOR)
|
||||
|
||||
dnl CURRENT, REVISION, AGE
|
||||
|
@ -34,7 +34,7 @@ dnl - library source changed -> increment REVISION
|
|||
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
|
||||
dnl - interfaces added -> increment AGE
|
||||
dnl - interfaces removed -> AGE = 0
|
||||
AS_LIBTOOL(GST_FFMPEG, 1, 0, 0)
|
||||
AS_LIBTOOL(GST_FFMPEG, 0, 0, 0)
|
||||
AM_PROG_LIBTOOL()
|
||||
|
||||
AC_CONFIG_SRCDIR(configure.ac)
|
||||
|
|
Loading…
Reference in a new issue