gearing up for release

Original commit message from CVS:
gearing up for release
This commit is contained in:
Thomas Vander Stichele 2004-08-02 11:39:17 +00:00
parent 68522ede8a
commit b038e214c0
12 changed files with 23 additions and 26 deletions

View file

@ -1,3 +1,9 @@
=== release 0.8.3 ===
2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: releasing 0.8.3, "Water"
2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org> 2004-08-02 Thomas Vander Stichele <thomas at apestaart dot org>
* sys/xvimage/xvimagesink.c: * sys/xvimage/xvimagesink.c:
@ -1013,7 +1019,7 @@
(gst_riff_read_strf_auds_with_data): (gst_riff_read_strf_auds_with_data):
* gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query), * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
(gst_avi_demux_add_stream), (gst_avi_demux_stream_header): (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
Make sure we don't create 0 sized subbufers in riff-read. Make sure we don't create 0 sized subbuffers in riff-read.
Signal the no more pads signal after reading the avi header. Signal the no more pads signal after reading the avi header.
2004-07-16 Wim Taymans <wim@fluendo.com> 2004-07-16 Wim Taymans <wim@fluendo.com>
@ -1128,8 +1134,8 @@
2004-07-12 Jan Schmidt <thaytan@mad.scientist.com> 2004-07-12 Jan Schmidt <thaytan@mad.scientist.com>
* ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist), * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
(gst_gdk_pixbuf_chain): (gst_gdk_pixbuf_chain):
Add svg and pcx to template caps, and ensure that getcaps returns a subset Add svg and pcx to template caps, and ensure that getcaps returns a
of the template caps. subset of the template caps.
Copy each row manually for output, as gdkpixbuf may pad the Copy each row manually for output, as gdkpixbuf may pad the
rowstride to a 32-bit word boundary. rowstride to a 32-bit word boundary.
@ -1384,7 +1390,7 @@
* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder): * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
* ext/mpeg2dec/gstmpeg2dec.h: * ext/mpeg2dec/gstmpeg2dec.h:
various debugging improvements. Reset stream to next picture various debugging improvements. Reset stream to next picture
instead of sequence header, otherwise seeks cannot work. */ instead of sequence header, otherwise seeks cannot work.
2004-07-07 Wim Taymans <wim@fluendo.com> 2004-07-07 Wim Taymans <wim@fluendo.com>
@ -1707,15 +1713,6 @@
* sys/v4l/gstv4lsrc.h: * sys/v4l/gstv4lsrc.h:
add latency offset property add latency offset property
2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/tcp/gsttcpserversink.c: (gst_tcpserversink_queue_buffer):
* gst/videorate/gstvideorate.c: (gst_videorate_chain):
* sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
(gst_v4lsrc_get), (gst_v4lsrc_set_property),
(gst_v4lsrc_get_property):
* sys/v4l/gstv4lsrc.h:
2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org> 2004-06-26 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/videorate/gstvideorate.c: (gst_videorate_chain), * gst/videorate/gstvideorate.c: (gst_videorate_chain),

View file

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

View file

@ -366,7 +366,7 @@ gst_lame_src_link (GstPad * pad, const GstCaps * caps)
return GST_PAD_LINK_REFUSED; return GST_PAD_LINK_REFUSED;
/* we don't do channel conversion */ /* we don't do channel conversion */
channelcaps = gst_caps_new_simple ("audio/x-raw-int", "chnnels", G_TYPE_INT, channelcaps = gst_caps_new_simple ("audio/x-raw-int", "channels", G_TYPE_INT,
lame->num_channels, NULL); lame->num_channels, NULL);
othercaps = gst_caps_intersect (gst_pad_get_pad_template_caps (lame->sinkpad), othercaps = gst_caps_intersect (gst_pad_get_pad_template_caps (lame->sinkpad),
channelcaps); channelcaps);

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins 0.7.6\n" "Project-Id-Version: gst-plugins 0.7.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-07-30 15:38+0200\n" "POT-Creation-Date: 2004-08-02 13:00+0200\n"
"PO-Revision-Date: 2004-03-18 14:16+0200\n" "PO-Revision-Date: 2004-03-18 14:16+0200\n"
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n" "Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
"Language-Team: Afrikaans <i18n@af.org.za>\n" "Language-Team: Afrikaans <i18n@af.org.za>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins-0.8.0\n" "Project-Id-Version: gst-plugins-0.8.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-07-30 15:38+0200\n" "POT-Creation-Date: 2004-08-02 13:00+0200\n"
"PO-Revision-Date: 2004-03-19 18:29+0200\n" "PO-Revision-Date: 2004-03-19 18:29+0200\n"
"Last-Translator: Metin Amiroff <metin@karegen.com>\n" "Last-Translator: Metin Amiroff <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n" "Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins 0.8.2\n" "Project-Id-Version: gst-plugins 0.8.2\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-07-30 15:38+0200\n" "POT-Creation-Date: 2004-08-02 13:00+0200\n"
"PO-Revision-Date: 2004-07-06 02:29+0200\n" "PO-Revision-Date: 2004-07-06 02:29+0200\n"
"Last-Translator: Miloslav Trmac <mitr@volny.cz>\n" "Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n" "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins 0.8.1\n" "Project-Id-Version: gst-plugins 0.8.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-07-30 15:38+0200\n" "POT-Creation-Date: 2004-08-02 13:00+0200\n"
"PO-Revision-Date: 2004-04-26 10:41-0400\n" "PO-Revision-Date: 2004-04-26 10:41-0400\n"
"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n" "Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
"Language-Team: English (British) <en_gb@li.org>\n" "Language-Team: English (British) <en_gb@li.org>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins 0.8.2\n" "Project-Id-Version: gst-plugins 0.8.2\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-07-30 15:38+0200\n" "POT-Creation-Date: 2004-08-02 13:00+0200\n"
"PO-Revision-Date: 2004-07-18 11:03+0200\n" "PO-Revision-Date: 2004-07-18 11:03+0200\n"
"Last-Translator: Laszlo Dvornik <dvornik@invitel.hu>\n" "Last-Translator: Laszlo Dvornik <dvornik@invitel.hu>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n" "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins 0.8.2\n" "Project-Id-Version: gst-plugins 0.8.2\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-07-30 15:38+0200\n" "POT-Creation-Date: 2004-08-02 13:00+0200\n"
"PO-Revision-Date: 2004-06-25 19:04+0200\n" "PO-Revision-Date: 2004-06-25 19:04+0200\n"
"Last-Translator: Elros Cyriatan <cyriatan@fastmail.fm>\n" "Last-Translator: Elros Cyriatan <cyriatan@fastmail.fm>\n"
"Language-Team: Dutch <vertaling@nl.linux.org>\n" "Language-Team: Dutch <vertaling@nl.linux.org>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins 0.7.6\n" "Project-Id-Version: gst-plugins 0.7.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-07-30 15:38+0200\n" "POT-Creation-Date: 2004-08-02 13:00+0200\n"
"PO-Revision-Date: 2004-03-13 00:18+0100\n" "PO-Revision-Date: 2004-03-13 00:18+0100\n"
"Last-Translator: Danilo Segan <dsegan@gmx.net>\n" "Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
"Language-Team: Serbian <gnu@prevod.org>\n" "Language-Team: Serbian <gnu@prevod.org>\n"

View file

@ -2,13 +2,13 @@
# Copyright (C) 2004 Free Software Foundation, Inc. # Copyright (C) 2004 Free Software Foundation, Inc.
# Christian Rose <menthos@menthos.com>, 2004. # Christian Rose <menthos@menthos.com>, 2004.
# #
# $Id: sv.po,v 1.10 2004/07/30 17:27:46 thomasvs Exp $ # $Id: sv.po,v 1.11 2004/08/02 11:39:17 thomasvs Exp $
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins 0.8.2\n" "Project-Id-Version: gst-plugins 0.8.2\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-07-30 15:38+0200\n" "POT-Creation-Date: 2004-08-02 13:00+0200\n"
"PO-Revision-Date: 2004-07-02 23:59+0200\n" "PO-Revision-Date: 2004-07-02 23:59+0200\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n" "Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n" "Language-Team: Swedish <sv@li.org>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gst-plugins 0.8.0\n" "Project-Id-Version: gst-plugins 0.8.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-07-30 15:38+0200\n" "POT-Creation-Date: 2004-08-02 13:00+0200\n"
"PO-Revision-Date: 2004-04-19 15:40+0200\n" "PO-Revision-Date: 2004-04-19 15:40+0200\n"
"Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n" "Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n" "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"