releasing

Original commit message from CVS:
releasing
This commit is contained in:
Thomas Vander Stichele 2004-10-05 11:51:19 +00:00
parent 90ceac8315
commit 26288977ef
16 changed files with 110 additions and 95 deletions

View file

@ -1,4 +1,14 @@
2004-10-05 Thomas Vander Stichele <thomas at apestaart dot org> === release 0.8.6 ===
2004-09-05 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
* NEWS:
* RELEASE:
* configure.ac:
releasing 0.8.6, "Narc"
2004-10-05 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac: * configure.ac:
prerel bump prerel bump
@ -209,7 +219,7 @@
2004-08-16 Steve Lhomme <steve.lhomme@free.fr> 2004-08-16 Steve Lhomme <steve.lhomme@free.fr>
* win32/GStreamer.vcproj: * win32/GStreamer.vcproj:
temporary local files are .gmo not .mo temporary locale files are .gmo not .mo
2004-08-16 Thomas Vander Stichele <thomas at apestaart dot org> 2004-08-16 Thomas Vander Stichele <thomas at apestaart dot org>

24
NEWS
View file

@ -1,4 +1,26 @@
This is GStreamer 0.8.5 This is GStreamer 0.8.6:
Changes since 0.8.5:
* spider, queue fixes
* fakesrc and identity now have a datarate property
* dataprotocol threadsafety fix
Bugs fixed since 0.8.5:
* 136962 : crc error when decoding flac with typefind and threads
* 150001 : [PATCH] Mem leaks in gstpad.c, gstxml.c and gstelement.c
* 150262 : gstreamer.spec file needs correction to work with rpmbuil...
* 150626 : bug trying to play a theora web stream
* 153657 : make typefind prevent unneeded discont element
* 153881 : [PATCH] in-code C declarations
API changes since 0.8.5:
- API additions:
* The "fakesrc" element now has a datarate property.
* The "identity" element now has a datarate property.
Changes since 0.8.4: Changes since 0.8.4:

45
RELEASE
View file

@ -1,5 +1,5 @@
GStreamer: Release notes for GStreamer 0.8.5 "Stuttgart" GStreamer: Release notes for GStreamer 0.8.6 "Narc"
The GStreamer team is happy to announce a new release The GStreamer team is happy to announce a new release
@ -11,10 +11,6 @@ It is not API or ABI compatible with the stable 0.6.x series.
It is, however, parallel installable with the 0.6.x series. It is, however, parallel installable with the 0.6.x series.
This is the first GStreamer release that compiles with MSVC7 with full
debug support. Installation of the binaries and the locales are also handled.
This module only contains core functionality. For actual media playback, This module only contains core functionality. For actual media playback,
you will need other modules. GStreamer Plugins contains a huge set of you will need other modules. GStreamer Plugins contains a huge set of
additional plugins. GStreamer FFmpeg contains a plugin based on the popular additional plugins. GStreamer FFmpeg contains a plugin based on the popular
@ -26,37 +22,26 @@ Features of this release
* Parallel installability with 0.6.x series * Parallel installability with 0.6.x series
* Internationalization * Internationalization
* New Translation: Albanian (sq), Laurent Dhima * spider, queue fixes
* Translations: af, az, cs, en_GB, fr, nl, sq, sr, sv, tr, uk * fakesrc and identity now have a datarate property
* first release that works on Windows with MSVC7 * dataprotocol threadsafety fix
* fixed lists can now be intersected
* transform functions from fraction to double added
* optimal scheduler fixes
* fixation fixes
* filesrc fixes
* typefind fixes
Bugs fixed in this release Bugs fixed in this release
* 145100 : segfault in gst_pad_call_get_function * 136962 : crc error when decoding flac with typefind and threads
* 147889 : gst_element_link_pads_filtered may ignore named dest pad ... * 150001 : [PATCH] Mem leaks in gstpad.c, gstxml.c and gstelement.c
* 148692 : GstQueue binary compatibility breakage * 150262 : gstreamer.spec file needs correction to work with rpmbuil...
* 149981 : Win32 not included in the source distribution * 150626 : bug trying to play a theora web stream
* 150242 : GStreamer doesn't copy some buffer flags correctly * 153657 : make typefind prevent unneeded discont element
* 153881 : [PATCH] in-code C declarations
API changed in this release API changed in this release
- API additions: - API additions:
* A new function, gst_scheduler_register, has been added. * The "fakesrc" element now has a datarate property.
* A new enum member of GstBufferFlag, GST_BUFFER_DELTA_UNIT has been added. * The "identity" element now has a datarate property.
- API depreciations:
* GstBufferFlag has a deprecated enum member, GST_BUFFER_KEY_UNIT.
Buffers should be marked with GST_BUFFER_DELTA_UNIT when they're not
key units instead, since key units are the more common case.
Download Download
@ -92,12 +77,10 @@ GNOME applications including sound-juicer, totem and RhythmBox.
Contributors to this release Contributors to this release
* Benjamin Otte * Benjamin Otte
* Colin Walters
* David Schleef * David Schleef
* Laurent Dhima * Luca Ognibene
* Ronald Bultje * Ronald Bultje
* Steve Lhomme * Steve Lhomme
* Thomas Vander Stichele * Thomas Vander Stichele
* Wim Taymans * Wim Taymans
* Zaheer Abbas Merali  
 

View file

@ -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, 5, 3, GST_CVS="no", GST_CVS="yes") AS_VERSION(gstreamer, GST_VERSION, 0, 8, 6, 0, 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

View file

@ -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-09-09 21:16+0200\n" "POT-Creation-Date: 2004-09-26 19:50+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"
@ -607,19 +607,19 @@ msgstr "L
msgid "Failed after iterations as requested." msgid "Failed after iterations as requested."
msgstr "Mislukking na die vasgestelde aantal probeerslae." msgstr "Mislukking na die vasgestelde aantal probeerslae."
#: gst/elements/gsttypefindelement.c:152 #: gst/elements/gsttypefindelement.c:154
msgid "caps" msgid "caps"
msgstr "caps" msgstr "caps"
#: gst/elements/gsttypefindelement.c:153 #: gst/elements/gsttypefindelement.c:155
msgid "detected capabilities in stream" msgid "detected capabilities in stream"
msgstr "vermoëns wat bespeur kon word in die stroom" msgstr "vermoëns wat bespeur kon word in die stroom"
#: gst/elements/gsttypefindelement.c:156 #: gst/elements/gsttypefindelement.c:158
msgid "minimum" msgid "minimum"
msgstr "minimum" msgstr "minimum"
#: gst/elements/gsttypefindelement.c:160 #: gst/elements/gsttypefindelement.c:162
msgid "maximum" msgid "maximum"
msgstr "maksimum" msgstr "maksimum"

View file

@ -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-09-09 21:16+0200\n" "POT-Creation-Date: 2004-09-26 19:50+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"
@ -587,19 +587,19 @@ msgstr ""
msgid "Failed after iterations as requested." msgid "Failed after iterations as requested."
msgstr "" msgstr ""
#: gst/elements/gsttypefindelement.c:152 #: gst/elements/gsttypefindelement.c:154
msgid "caps" msgid "caps"
msgstr "" msgstr ""
#: gst/elements/gsttypefindelement.c:153 #: gst/elements/gsttypefindelement.c:155
msgid "detected capabilities in stream" msgid "detected capabilities in stream"
msgstr "" msgstr ""
#: gst/elements/gsttypefindelement.c:156 #: gst/elements/gsttypefindelement.c:158
msgid "minimum" msgid "minimum"
msgstr "minimal" msgstr "minimal"
#: gst/elements/gsttypefindelement.c:160 #: gst/elements/gsttypefindelement.c:162
msgid "maximum" msgid "maximum"
msgstr "maksimal" msgstr "maksimal"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.4\n" "Project-Id-Version: gstreamer 0.8.4\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-09-09 21:16+0200\n" "POT-Creation-Date: 2004-09-26 19:50+0200\n"
"PO-Revision-Date: 2004-08-05 15:52+0200\n" "PO-Revision-Date: 2004-08-05 15:52+0200\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n" "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n" "Language-Team: Catalan <ca@dodds.net>\n"
@ -625,19 +625,19 @@ msgstr "El fitxer «%s» és un sòcol."
msgid "Failed after iterations as requested." msgid "Failed after iterations as requested."
msgstr "Ha fallat després de les iteracions com s'ha demanat." msgstr "Ha fallat després de les iteracions com s'ha demanat."
#: gst/elements/gsttypefindelement.c:152 #: gst/elements/gsttypefindelement.c:154
msgid "caps" msgid "caps"
msgstr "capacitats" msgstr "capacitats"
#: gst/elements/gsttypefindelement.c:153 #: gst/elements/gsttypefindelement.c:155
msgid "detected capabilities in stream" msgid "detected capabilities in stream"
msgstr "capacitats detectades al flux" msgstr "capacitats detectades al flux"
#: gst/elements/gsttypefindelement.c:156 #: gst/elements/gsttypefindelement.c:158
msgid "minimum" msgid "minimum"
msgstr "mínim" msgstr "mínim"
#: gst/elements/gsttypefindelement.c:160 #: gst/elements/gsttypefindelement.c:162
msgid "maximum" msgid "maximum"
msgstr "màxim" msgstr "màxim"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.4\n" "Project-Id-Version: gstreamer 0.8.4\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-09-09 21:16+0200\n" "POT-Creation-Date: 2004-09-26 19:50+0200\n"
"PO-Revision-Date: 2004-08-08 22:59+0200\n" "PO-Revision-Date: 2004-08-08 22:59+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"
@ -600,19 +600,19 @@ msgstr "Soubor \"%s\" je socket."
msgid "Failed after iterations as requested." msgid "Failed after iterations as requested."
msgstr "Selhání po iteracích podle požadavku." msgstr "Selhání po iteracích podle požadavku."
#: gst/elements/gsttypefindelement.c:152 #: gst/elements/gsttypefindelement.c:154
msgid "caps" msgid "caps"
msgstr "schopnosti" msgstr "schopnosti"
#: gst/elements/gsttypefindelement.c:153 #: gst/elements/gsttypefindelement.c:155
msgid "detected capabilities in stream" msgid "detected capabilities in stream"
msgstr "detekované schopnosti v proudu" msgstr "detekované schopnosti v proudu"
#: gst/elements/gsttypefindelement.c:156 #: gst/elements/gsttypefindelement.c:158
msgid "minimum" msgid "minimum"
msgstr "minimum" msgstr "minimum"
#: gst/elements/gsttypefindelement.c:160 #: gst/elements/gsttypefindelement.c:162
msgid "maximum" msgid "maximum"
msgstr "maximum" msgstr "maximum"

View file

@ -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-09-09 21:16+0200\n" "POT-Creation-Date: 2004-09-26 19:50+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"
@ -594,19 +594,19 @@ msgstr "File \"%s\" isn't a regular file."
msgid "Failed after iterations as requested." msgid "Failed after iterations as requested."
msgstr "Failed after iterations as requested." msgstr "Failed after iterations as requested."
#: gst/elements/gsttypefindelement.c:152 #: gst/elements/gsttypefindelement.c:154
msgid "caps" msgid "caps"
msgstr "caps" msgstr "caps"
#: gst/elements/gsttypefindelement.c:153 #: gst/elements/gsttypefindelement.c:155
msgid "detected capabilities in stream" msgid "detected capabilities in stream"
msgstr "detected capabilities in stream" msgstr "detected capabilities in stream"
#: gst/elements/gsttypefindelement.c:156 #: gst/elements/gsttypefindelement.c:158
msgid "minimum" msgid "minimum"
msgstr "minimum" msgstr "minimum"
#: gst/elements/gsttypefindelement.c:160 #: gst/elements/gsttypefindelement.c:162
msgid "maximum" msgid "maximum"
msgstr "maximum" msgstr "maximum"

View file

@ -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-09-09 21:16+0200\n" "POT-Creation-Date: 2004-09-26 19:50+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"
@ -630,19 +630,19 @@ msgstr ""
msgid "Failed after iterations as requested." msgid "Failed after iterations as requested."
msgstr "" msgstr ""
#: gst/elements/gsttypefindelement.c:152 #: gst/elements/gsttypefindelement.c:154
msgid "caps" msgid "caps"
msgstr "capacités" msgstr "capacités"
#: gst/elements/gsttypefindelement.c:153 #: gst/elements/gsttypefindelement.c:155
msgid "detected capabilities in stream" msgid "detected capabilities in stream"
msgstr "capacités detectées dans le flux" msgstr "capacités detectées dans le flux"
#: gst/elements/gsttypefindelement.c:156 #: gst/elements/gsttypefindelement.c:158
msgid "minimum" msgid "minimum"
msgstr "minimum" msgstr "minimum"
#: gst/elements/gsttypefindelement.c:160 #: gst/elements/gsttypefindelement.c:162
msgid "maximum" msgid "maximum"
msgstr "maximum" msgstr "maximum"

View file

@ -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-09-09 21:16+0200\n" "POT-Creation-Date: 2004-09-26 19:50+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"
@ -604,19 +604,19 @@ msgstr "Bestand \"%s\" is geen gewoon bestand."
msgid "Failed after iterations as requested." msgid "Failed after iterations as requested."
msgstr "Fout na iteraties zoals gevraagd." msgstr "Fout na iteraties zoals gevraagd."
#: gst/elements/gsttypefindelement.c:152 #: gst/elements/gsttypefindelement.c:154
msgid "caps" msgid "caps"
msgstr "mogelijkheden" msgstr "mogelijkheden"
#: gst/elements/gsttypefindelement.c:153 #: gst/elements/gsttypefindelement.c:155
msgid "detected capabilities in stream" msgid "detected capabilities in stream"
msgstr "gedetecteerde mogelijkheden in stroom" msgstr "gedetecteerde mogelijkheden in stroom"
#: gst/elements/gsttypefindelement.c:156 #: gst/elements/gsttypefindelement.c:158
msgid "minimum" msgid "minimum"
msgstr "minimum" msgstr "minimum"
#: gst/elements/gsttypefindelement.c:160 #: gst/elements/gsttypefindelement.c:162
msgid "maximum" msgid "maximum"
msgstr "maximum" msgstr "maximum"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.4\n" "Project-Id-Version: gstreamer 0.8.4\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-09-09 21:16+0200\n" "POT-Creation-Date: 2004-09-26 19:50+0200\n"
"PO-Revision-Date: 2004-08-07 23:46+0200\n" "PO-Revision-Date: 2004-08-07 23:46+0200\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n" "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: Albanian <begraj@hotmail.com>\n" "Language-Team: Albanian <begraj@hotmail.com>\n"
@ -601,19 +601,19 @@ msgstr "File \"%s\" është një socket."
msgid "Failed after iterations as requested." msgid "Failed after iterations as requested."
msgstr "Dështoi mbas përsëritjeve sikurse të kërkuara." msgstr "Dështoi mbas përsëritjeve sikurse të kërkuara."
#: gst/elements/gsttypefindelement.c:152 #: gst/elements/gsttypefindelement.c:154
msgid "caps" msgid "caps"
msgstr "mbrojtëse" msgstr "mbrojtëse"
#: gst/elements/gsttypefindelement.c:153 #: gst/elements/gsttypefindelement.c:155
msgid "detected capabilities in stream" msgid "detected capabilities in stream"
msgstr "u zbuluan mundësi në fluks" msgstr "u zbuluan mundësi në fluks"
#: gst/elements/gsttypefindelement.c:156 #: gst/elements/gsttypefindelement.c:158
msgid "minimum" msgid "minimum"
msgstr "minimum" msgstr "minimum"
#: gst/elements/gsttypefindelement.c:160 #: gst/elements/gsttypefindelement.c:162
msgid "maximum" msgid "maximum"
msgstr "maksimum" msgstr "maksimum"

View file

@ -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-09-09 21:16+0200\n" "POT-Creation-Date: 2004-09-26 19:50+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"
@ -610,19 +610,19 @@ msgid "Failed after iterations as requested."
msgstr "Неуспех након траженог броја покушаја." msgstr "Неуспех након траженог броја покушаја."
# bug: this should be full word # bug: this should be full word
#: gst/elements/gsttypefindelement.c:152 #: gst/elements/gsttypefindelement.c:154
msgid "caps" msgid "caps"
msgstr "могућности" msgstr "могућности"
#: gst/elements/gsttypefindelement.c:153 #: gst/elements/gsttypefindelement.c:155
msgid "detected capabilities in stream" msgid "detected capabilities in stream"
msgstr "препознате могућности у току" msgstr "препознате могућности у току"
#: gst/elements/gsttypefindelement.c:156 #: gst/elements/gsttypefindelement.c:158
msgid "minimum" msgid "minimum"
msgstr "најмање" msgstr "најмање"
#: gst/elements/gsttypefindelement.c:160 #: gst/elements/gsttypefindelement.c:162
msgid "maximum" msgid "maximum"
msgstr "највише" msgstr "највише"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.4\n" "Project-Id-Version: gstreamer 0.8.4\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-09-09 21:16+0200\n" "POT-Creation-Date: 2004-09-26 19:50+0200\n"
"PO-Revision-Date: 2004-08-03 20:48+0200\n" "PO-Revision-Date: 2004-08-03 20:48+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"
@ -609,19 +609,19 @@ msgid "Failed after iterations as requested."
msgstr "Misslyckades efter iterationer som begärt." msgstr "Misslyckades efter iterationer som begärt."
# Osäker. Jag tror "caps" är kort för "capabilities". # Osäker. Jag tror "caps" är kort för "capabilities".
#: gst/elements/gsttypefindelement.c:152 #: gst/elements/gsttypefindelement.c:154
msgid "caps" msgid "caps"
msgstr "förmågor" msgstr "förmågor"
#: gst/elements/gsttypefindelement.c:153 #: gst/elements/gsttypefindelement.c:155
msgid "detected capabilities in stream" msgid "detected capabilities in stream"
msgstr "detekterade förmågor i flödet" msgstr "detekterade förmågor i flödet"
#: gst/elements/gsttypefindelement.c:156 #: gst/elements/gsttypefindelement.c:158
msgid "minimum" msgid "minimum"
msgstr "minimum" msgstr "minimum"
#: gst/elements/gsttypefindelement.c:160 #: gst/elements/gsttypefindelement.c:162
msgid "maximum" msgid "maximum"
msgstr "maximum" msgstr "maximum"

View file

@ -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-09-09 21:16+0200\n" "POT-Creation-Date: 2004-09-26 19:50+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"
@ -603,19 +603,19 @@ msgstr "\"%s\" dosyası düzenli bir dosya değil."
msgid "Failed after iterations as requested." msgid "Failed after iterations as requested."
msgstr "İstenildiği gibi tekrarlama başarısız oldu." msgstr "İstenildiği gibi tekrarlama başarısız oldu."
#: gst/elements/gsttypefindelement.c:152 #: gst/elements/gsttypefindelement.c:154
msgid "caps" msgid "caps"
msgstr "kabiliyetler" msgstr "kabiliyetler"
#: gst/elements/gsttypefindelement.c:153 #: gst/elements/gsttypefindelement.c:155
msgid "detected capabilities in stream" msgid "detected capabilities in stream"
msgstr "akımda tesbit edilen kabiliyetler" msgstr "akımda tesbit edilen kabiliyetler"
#: gst/elements/gsttypefindelement.c:156 #: gst/elements/gsttypefindelement.c:158
msgid "minimum" msgid "minimum"
msgstr "asgari" msgstr "asgari"
#: gst/elements/gsttypefindelement.c:160 #: gst/elements/gsttypefindelement.c:162
msgid "maximum" msgid "maximum"
msgstr "azami" msgstr "azami"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.3\n" "Project-Id-Version: gstreamer 0.8.3\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-09-09 21:16+0200\n" "POT-Creation-Date: 2004-09-26 19:50+0200\n"
"PO-Revision-Date: 2004-08-03 10:53+0200\n" "PO-Revision-Date: 2004-08-03 10:53+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"
@ -608,19 +608,19 @@ msgstr "Файл \"%s\" є сокетом."
msgid "Failed after iterations as requested." msgid "Failed after iterations as requested."
msgstr "Помилка після ітерацій у запитаному порядку." msgstr "Помилка після ітерацій у запитаному порядку."
#: gst/elements/gsttypefindelement.c:152 #: gst/elements/gsttypefindelement.c:154
msgid "caps" msgid "caps"
msgstr "можливості" msgstr "можливості"
#: gst/elements/gsttypefindelement.c:153 #: gst/elements/gsttypefindelement.c:155
msgid "detected capabilities in stream" msgid "detected capabilities in stream"
msgstr "визначені можливості у потоці" msgstr "визначені можливості у потоці"
#: gst/elements/gsttypefindelement.c:156 #: gst/elements/gsttypefindelement.c:158
msgid "minimum" msgid "minimum"
msgstr "мінімум" msgstr "мінімум"
#: gst/elements/gsttypefindelement.c:160 #: gst/elements/gsttypefindelement.c:162
msgid "maximum" msgid "maximum"
msgstr "максимум" msgstr "максимум"