was the release

Original commit message from CVS:
was the release
This commit is contained in:
Thomas Vander Stichele 2004-07-21 09:11:25 +00:00
parent eaa73cada9
commit 3cfd96228f
2 changed files with 19 additions and 4 deletions

View file

@ -1,3 +1,18 @@
2004-07-21 Thomas Vander Stichele <thomas at apestaart dot org>
reviewed by: <delete if not using a buddy>
* configure.ac:
* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
(gst_ffmpegdec_chain):
=== gst-ffmpeg 0.8.1 ===
2004-07-16 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: release 0.8.1, "Just Another Victim"
2004-07-08 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
@ -156,7 +171,7 @@
2004-04-14 Thomas Vander Stichele <thomas at apestaart dot org>
* everything: updated upstream source to 2004-04-11 23:00 GMT
and fixed up patches
and fixed up patches
2004-04-11 Ronald Bultje <rbultje@ronald.bitfreak.net>
@ -213,7 +228,7 @@
2004-03-18 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
don't critical, throw error (#137588)
don't critical, throw error (#137588)
2004-03-16 Thomas Vander Stichele <thomas at apestaart dot org>

View file

@ -1,6 +1,6 @@
dnl autoconf configuration file for gst-ffmpeg
AC_INIT
AC_CANONICAL_TARGET([])
AC_CANONICAL_TARGET
dnl We disable static building for development, for time savings
dnl this goes before AS_LIBTOOL to appease autoconf
@ -12,7 +12,7 @@ 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, 8, 0, 1, GST_CVS="no", GST_CVS="yes")
AS_VERSION(gst-ffmpeg, GST_FFMPEG_VERSION, 0, 8, 1, 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