mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 15:08:48 +00:00
back to cvs
Original commit message from CVS: back to cvs
This commit is contained in:
parent
5729f3b2a3
commit
b5255eecec
16 changed files with 67 additions and 60 deletions
|
@ -1,6 +1,15 @@
|
||||||
|
2004-06-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
bump nano to cvs
|
||||||
|
|
||||||
|
=== release 0.8.3 ===
|
||||||
|
|
||||||
2004-06-05 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-06-05 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
update libtool versioning
|
||||||
|
do a new release
|
||||||
* docs/gst/tmpl/gstelement.sgml:
|
* docs/gst/tmpl/gstelement.sgml:
|
||||||
* docs/gst/tmpl/gsttypes.sgml:
|
* docs/gst/tmpl/gsttypes.sgml:
|
||||||
* gst/gstinfo.c: (_gst_debug_init):
|
* gst/gstinfo.c: (_gst_debug_init):
|
||||||
|
|
6
NEWS
6
NEWS
|
@ -1,3 +1,9 @@
|
||||||
|
This is GStreamer 0.8.3
|
||||||
|
|
||||||
|
Changes since 0.8.2:
|
||||||
|
|
||||||
|
* Hotfix for unregisterable switch element
|
||||||
|
|
||||||
This is GStreamer 0.8.2
|
This is GStreamer 0.8.2
|
||||||
|
|
||||||
Changes since 0.8.1:
|
Changes since 0.8.1:
|
||||||
|
|
35
RELEASE
35
RELEASE
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
GStreamer: Release notes for GStreamer 0.8.2 "Gigantic"
|
GStreamer: Release notes for GStreamer 0.8.3 "Oops"
|
||||||
|
|
||||||
|
|
||||||
The GStreamer team is happy to announce a new release
|
The GStreamer team is happy to announce a new release
|
||||||
|
@ -22,39 +22,8 @@ Features of this release
|
||||||
|
|
||||||
* Parallel installability with 0.6.x series
|
* Parallel installability with 0.6.x series
|
||||||
* Internationalization
|
* Internationalization
|
||||||
* New translations in this release: Turkish, Ukrainian, GB English
|
|
||||||
* Translations: af, az, en_GB, fr, nl, sr, sv, tr, uk
|
* Translations: af, az, en_GB, fr, nl, sr, sv, tr, uk
|
||||||
* Fixes for setting elements to NULL to release devices
|
* Hotfix for the switch element
|
||||||
* Windows port
|
|
||||||
* New GStreamer Data Protocol helper library
|
|
||||||
* New GstAdapter, similar to bytestream
|
|
||||||
* Fixes for registry loading plugins with same name
|
|
||||||
* Added no-more-pads signal
|
|
||||||
* Added Fixed List GValue type
|
|
||||||
* Fixes to schedulers
|
|
||||||
|
|
||||||
Bugs fixed in this release
|
|
||||||
|
|
||||||
* 133897 : Internal GStreamer error: seek problem
|
|
||||||
* 134839 : buffers leaked by filesrc, typefind, spider or fakesink
|
|
||||||
* 137710 : When seeking, the sink's time is reset
|
|
||||||
* 138012 : [opt] simple pipeline crashe
|
|
||||||
* 138836 : docs build but won't install
|
|
||||||
* 140015 : GstValue GTypes should not derive from G_TYPE_BOXED
|
|
||||||
* 140156 : ARM port / type reading patches
|
|
||||||
* 140477 : [debug] crash with *:2 while playing alien.mpg
|
|
||||||
* 140594 : Small memory leak int gst_parse_launch()
|
|
||||||
* 140734 : filesrc should handle named pipes/devices
|
|
||||||
* 140743 : Leak in _gst_parse_escape()
|
|
||||||
* 141083 : gstreamer-0.8.1 compile failure with gcc-3.4: error: PIC ...
|
|
||||||
* 141304 : GST_CAPS and GST_IS_CAPS broken
|
|
||||||
* 141317 : Win32 build with newest Microsoft compilers
|
|
||||||
* 141414 : filesink leaks events
|
|
||||||
* 141416 : leak in entrygthread scheduler
|
|
||||||
* 141417 : Memory leak in gthread-cothreads.h
|
|
||||||
* 142304 : The Win32 makefiles clean too much
|
|
||||||
* 142804 : needed change to allow x86 Solaris compile with Forte
|
|
||||||
* 142957 : xmlregistry failes to compile on osx
|
|
||||||
|
|
||||||
Download
|
Download
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_CANONICAL_TARGET([])
|
||||||
|
|
||||||
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(gstreamer, GST_VERSION, 0, 8, 2, 1, GST_CVS="no", GST_CVS="yes")
|
AS_VERSION(gstreamer, GST_VERSION, 0, 8, 3, 1, GST_CVS="no", GST_CVS="yes")
|
||||||
|
|
||||||
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
|
@ -76,6 +76,8 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@:
|
||||||
|
|
||||||
@gstelement: the object which received the signal.
|
@gstelement: the object which received the signal.
|
||||||
|
|
||||||
<!-- ##### SIGNAL GstElement::error ##### -->
|
<!-- ##### SIGNAL GstElement::error ##### -->
|
||||||
|
@ -83,6 +85,11 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@:
|
||||||
|
@:
|
||||||
|
@:
|
||||||
|
@:
|
||||||
|
|
||||||
@gstelement: the object which received the signal.
|
@gstelement: the object which received the signal.
|
||||||
@arg1:
|
@arg1:
|
||||||
@arg2:
|
@arg2:
|
||||||
|
@ -93,6 +100,10 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@:
|
||||||
|
@:
|
||||||
|
@:
|
||||||
|
|
||||||
@gstelement: the object which received the signal.
|
@gstelement: the object which received the signal.
|
||||||
@arg1:
|
@arg1:
|
||||||
@arg2:
|
@arg2:
|
||||||
|
@ -102,6 +113,9 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@:
|
||||||
|
@:
|
||||||
|
|
||||||
@gstelement: the object which received the signal.
|
@gstelement: the object which received the signal.
|
||||||
@arg1:
|
@arg1:
|
||||||
|
|
||||||
|
@ -110,6 +124,8 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@:
|
||||||
|
|
||||||
@gstelement: the object which received the signal.
|
@gstelement: the object which received the signal.
|
||||||
|
|
||||||
<!-- ##### SIGNAL GstElement::pad-removed ##### -->
|
<!-- ##### SIGNAL GstElement::pad-removed ##### -->
|
||||||
|
@ -117,6 +133,9 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@:
|
||||||
|
@:
|
||||||
|
|
||||||
@gstelement: the object which received the signal.
|
@gstelement: the object which received the signal.
|
||||||
@arg1:
|
@arg1:
|
||||||
|
|
||||||
|
@ -125,6 +144,10 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@:
|
||||||
|
@:
|
||||||
|
@:
|
||||||
|
|
||||||
@gstelement: the object which received the signal.
|
@gstelement: the object which received the signal.
|
||||||
@arg1:
|
@arg1:
|
||||||
@arg2:
|
@arg2:
|
||||||
|
|
|
@ -127,58 +127,58 @@ template.
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@:
|
@gstelement: the object which received the signal.
|
||||||
|
|
||||||
<!-- ##### SIGNAL GstElement::error ##### -->
|
<!-- ##### SIGNAL GstElement::error ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@:
|
@gstelement: the object which received the signal.
|
||||||
@:
|
@arg1:
|
||||||
@:
|
@arg2:
|
||||||
@:
|
@arg3:
|
||||||
|
|
||||||
<!-- ##### SIGNAL GstElement::found-tag ##### -->
|
<!-- ##### SIGNAL GstElement::found-tag ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@:
|
@gstelement: the object which received the signal.
|
||||||
@:
|
@arg1:
|
||||||
@:
|
@arg2:
|
||||||
|
|
||||||
<!-- ##### SIGNAL GstElement::new-pad ##### -->
|
<!-- ##### SIGNAL GstElement::new-pad ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@:
|
@gstelement: the object which received the signal.
|
||||||
@:
|
@arg1:
|
||||||
|
|
||||||
<!-- ##### SIGNAL GstElement::no-more-pads ##### -->
|
<!-- ##### SIGNAL GstElement::no-more-pads ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@:
|
@gstelement: the object which received the signal.
|
||||||
|
|
||||||
<!-- ##### SIGNAL GstElement::pad-removed ##### -->
|
<!-- ##### SIGNAL GstElement::pad-removed ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@:
|
@gstelement: the object which received the signal.
|
||||||
@:
|
@arg1:
|
||||||
|
|
||||||
<!-- ##### SIGNAL GstElement::state-change ##### -->
|
<!-- ##### SIGNAL GstElement::state-change ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@:
|
@gstelement: the object which received the signal.
|
||||||
@:
|
@arg1:
|
||||||
@:
|
@arg2:
|
||||||
|
|
||||||
<!-- ##### STRUCT GstElementClass ##### -->
|
<!-- ##### STRUCT GstElementClass ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
|
@ -100,7 +100,7 @@ TODO :
|
||||||
then edit it
|
then edit it
|
||||||
- copy www/htdocs/releases/$(module)/$(version) to RELEASE
|
- copy www/htdocs/releases/$(module)/$(version) to RELEASE
|
||||||
- copy the list of changes and add them to NEWS
|
- copy the list of changes and add them to NEWS
|
||||||
|
- update the ChangeLog and add === release (version) ===
|
||||||
- update web site docs
|
- update web site docs
|
||||||
- release-specific docs should go in CVS
|
- release-specific docs should go in CVS
|
||||||
- change docs/current symlink
|
- change docs/current symlink
|
||||||
|
|
2
po/af.po
2
po/af.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.0\n"
|
"Project-Id-Version: gstreamer 0.8.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
|
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-24 11:28+0200\n"
|
"PO-Revision-Date: 2004-03-24 11:28+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"
|
||||||
|
|
2
po/az.po
2
po/az.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer-0.8.0\n"
|
"Project-Id-Version: gstreamer-0.8.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
|
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-19 18:40+0200\n"
|
"PO-Revision-Date: 2004-03-19 18:40+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"
|
||||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.1\n"
|
"Project-Id-Version: gstreamer 0.8.1\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
|
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
|
||||||
"PO-Revision-Date: 2004-04-26 10:36-0400\n"
|
"PO-Revision-Date: 2004-04-26 10:36-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"
|
||||||
|
|
2
po/fr.po
2
po/fr.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GStreamer\n"
|
"Project-Id-Version: GStreamer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
|
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
|
||||||
"PO-Revision-Date: 2004-01-13 16:52+0100\n"
|
"PO-Revision-Date: 2004-01-13 16:52+0100\n"
|
||||||
"Last-Translator: Julien Moutte <julien@moutte.net>\n"
|
"Last-Translator: Julien Moutte <julien@moutte.net>\n"
|
||||||
"Language-Team: French <fr@li.org>\n"
|
"Language-Team: French <fr@li.org>\n"
|
||||||
|
|
2
po/nl.po
2
po/nl.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: GStreamer\n"
|
"Project-Id-Version: GStreamer\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
|
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
|
||||||
"PO-Revision-Date: 2004-01-13 12:03+0100\n"
|
"PO-Revision-Date: 2004-01-13 12:03+0100\n"
|
||||||
"Last-Translator: Thomas Vander Stichele <thomas@apestaart.org>\n"
|
"Last-Translator: Thomas Vander Stichele <thomas@apestaart.org>\n"
|
||||||
"Language-Team: Dutch <nl@li.org>\n"
|
"Language-Team: Dutch <nl@li.org>\n"
|
||||||
|
|
2
po/sr.po
2
po/sr.po
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.7.6\n"
|
"Project-Id-Version: gstreamer 0.7.6\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
|
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-13 01:47+0100\n"
|
"PO-Revision-Date: 2004-03-13 01:47+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"
|
||||||
|
|
2
po/sv.po
2
po/sv.po
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.0\n"
|
"Project-Id-Version: gstreamer 0.8.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
|
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
|
||||||
"PO-Revision-Date: 2004-03-20 18:41+0100\n"
|
"PO-Revision-Date: 2004-03-20 18:41+0100\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"
|
||||||
|
|
2
po/tr.po
2
po/tr.po
|
@ -6,7 +6,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.0\n"
|
"Project-Id-Version: gstreamer 0.8.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
|
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
|
||||||
"PO-Revision-Date: 2004-04-03 03:14+0300\n"
|
"PO-Revision-Date: 2004-04-03 03:14+0300\n"
|
||||||
"Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
|
"Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
|
||||||
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
|
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
|
||||||
|
|
2
po/uk.po
2
po/uk.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: gstreamer 0.8.0\n"
|
"Project-Id-Version: gstreamer 0.8.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
|
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
|
||||||
"PO-Revision-Date: 2004-04-20 18:40+0200\n"
|
"PO-Revision-Date: 2004-04-20 18: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"
|
||||||
|
|
Loading…
Reference in a new issue