configure.ac: releasing 0.10.3, "Like a virgin" RELEASE-0_10_3
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 8 Feb 2006 17:31:34 +0000 (17:31 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Wed, 8 Feb 2006 17:31:34 +0000 (17:31 +0000)
Original commit message from CVS:
=== release 0.10.3 ===

2006-02-08  Jan Schmidt <thaytan@mad.scientist.com>

* configure.ac:
releasing 0.10.3, "Like a virgin"

28 files changed:
ChangeLog
NEWS
RELEASE
configure.ac
docs/plugins/gstreamer-plugins.args
docs/plugins/inspect/plugin-coreelements.xml
docs/plugins/inspect/plugin-coreindexers.xml
po/af.po
po/az.po
po/bg.po
po/ca.po
po/cs.po
po/de.po
po/en_GB.po
po/fr.po
po/it.po
po/nb.po
po/nl.po
po/ru.po
po/sq.po
po/sr.po
po/sv.po
po/tr.po
po/uk.po
po/vi.po
po/zh_CN.po
po/zh_TW.po
win32/common/config.h

index 666ddb30c3e723bccbf75feff8863d833a465665..fa5623f83b29d9063309dfee671fb55eb73fef2a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.3 ===
+
+2006-02-08  Jan Schmidt <thaytan@mad.scientist.com>
+
+       * configure.ac:
+         releasing 0.10.3, "Like a virgin"
+
 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
 
        * configure.ac:
diff --git a/NEWS b/NEWS
index aed59d83c0e76758792b492fde90badd340a3f7d..0c84e4552d53e2027f380aba6ee1e92d11718117 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
-This is GStreamer 0.10.2, "If man is 5"
+This is GStreamer 0.10.3, "Like a virgin"
+Changes since 0.10.2:
+      * Documentation updates
+      * Bug fixes
+      * Base class improvements
+      * Extra utility API
+      * More elements ported from 0.8
+      * Fixes for win32 build.
 
 Changes since 0.10.1:
     
diff --git a/RELEASE b/RELEASE
index 2c0ffe45cc222c0ef57d82559cb58699e20b2803..cfd6bb7364350eff39ca1c3023e9856b94f2c5dd 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-GStreamer: Release notes for GStreamer 0.10.2 "If man is five"
+GStreamer: Release notes for GStreamer 0.10.3 "Like a virgin"
         
 
 
@@ -38,13 +38,26 @@ Features of this release
     
       * Parallel installability with 0.8.x series
       * Threadsafe design and API
-      * documentation updates
-      * bug fixes
+      * state lock redefined
+      * Extensive documentation updates
+      * BaseTransform reworked
+      * Bus reworked; signal API added
 
 Bugs fixed in this release
     
-      * 325429 : GST_BOILERPLATE_FULL can't be used when compiling with -W...
-      * 316086 : MinGW compilation: fileindexer depends on mmap
+      * 320084 : gst-launch doesn't show errors before going to PLAYING
+      * 168703 : [API] Add gst_index_add_associationv() to gstindex.h
+      * 324162 : [API] Add gst_buffer_make_meta_writable or similar
+      * 324199 : Collectpads hangs when muxing more than two streams
+      * 325490 : fdsink ported to 0.10.x
+      * 327001 : API: add gst_event_replace
+      * 327197 : Sound Juicer with Gst-0.10 segfaults
+      * 327324 : gst-inspect-0.10 -a crashes after id3demux
+      * 328491 : Sending FLUSH_START blocks in GstCollectPads
+      * 328715 : tee does no handle a pad being in wrong state or not linked
+      * 329069 : API: add gst_parse_bin_from_description
+      * 329105 : ghostpad no setting pad chain function if target has not ...
+      * 329713 : Endlessly increasing VM size with playbin using apps
 
 Download
 
@@ -72,25 +85,24 @@ will create more lists as necessary.
         
 Applications
 
-At this point, ports of existing applications to 0.10 are still experimental.
-Totem HEAD has a configure option to build the 0.10 backend.
-A patch for Rhythmbox is maintained at
-
-http://bugzilla.gnome.org/show_bug.cgi?id=309609.
+At this point, ports of various applications are available:
+Totem HEAD has a configure option to build the 0.10 backend,
+as does Rhythmbox.
 Jamboree builds against GStreamer 0.10.
 Flumotion has been ported to 0.10 as well.
 
   
 Contributors to this release
     
-      * Brian Cameron
-      * David Schleef
+      * Andy Wingo
+      * Christian Schaller
       * Edward Hervey
-      * James Livingston
       * Jan Schmidt
+      * Julien MOUTTE
       * Sebastien Moutte
       * Stefan Kost
       * Thomas Vander Stichele
       * Tim-Philipp Müller
+      * Torsten Schoenfeld
       * Wim Taymans
  
\ No newline at end of file
index 1d4dde2cfe1abab37ce3fd71afed9377e9ede748..428951d4fe480e722bb16913b671e648b5359f03 100644 (file)
@@ -6,7 +6,7 @@ AC_INIT
 
 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(gstreamer, GST_VERSION, 0, 10, 2, 3,
+AS_VERSION(gstreamer, GST_VERSION, 0, 10, 3, 0,
     GST_CVS="no", GST_CVS="yes")
 
 dnl can autoconf find the source ?
index d9082ad3c4297458f3016fcf4a6d9dd75e5dbe37..09f275e1f34d1f0cbf43dcce4c64abf88b1ed5d7 100644 (file)
 <DEFAULT>1</DEFAULT>
 </ARG>
 
+<ARG>
+<NAME>GstFdSink::fd</NAME>
+<TYPE>gint</TYPE>
+<RANGE>>= 0</RANGE>
+<FLAGS>rw</FLAGS>
+<NICK>fd</NICK>
+<BLURB>An open file descriptor to write to.</BLURB>
+<DEFAULT>1</DEFAULT>
+</ARG>
+
index 300894cf46ccbff71613c69c28cbd2c65f8e41c7..75a096ea9ae5552297423ccf33e1aeb9e42db784 100644 (file)
@@ -3,7 +3,7 @@
   <description>standard GStreamer elements</description>
   <filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
   <basename>libgstcoreelements.so</basename>
-  <version>0.10.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gstreamer</source>
   <package>GStreamer source release</package>
       <description>Push empty (no data) buffers around</description>
       <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;, Wim Taymans &lt;wim.taymans@chello.be&gt;</author>
     </element>
+    <element>
+      <name>fdsink</name>
+      <longname>Filedescriptor Sink</longname>
+      <class>Sink/File</class>
+      <description>Write data to a file descriptor</description>
+      <author>Erik Walthinsen &lt;omega@cse.ogi.edu&gt;</author>
+    </element>
     <element>
       <name>fdsrc</name>
       <longname>Disk Source</longname>
index 7d65abcff164116ed521d274b774b3f32e62b0bb..e640dc466a9566ed54eada5184603e9134424616 100644 (file)
@@ -3,7 +3,7 @@
   <description>GStreamer core indexers</description>
   <filename>../../plugins/indexers/.libs/libgstcoreindexers.so</filename>
   <basename>libgstcoreindexers.so</basename>
-  <version>0.10.2</version>
+  <version>0.10.3</version>
   <license>LGPL</license>
   <source>gstreamer</source>
   <package>GStreamer source release</package>
index d0a3b95388bc0cc0d049a9b250da8ab94e22c393..30185dced6a21048e19bbebbc7c0ad12dd4827fd 100644 (file)
--- a/po/af.po
+++ b/po/af.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.9.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2005-12-05 11:45+0200\n"
 "Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
 "Language-Team: Afrikaans <i18n@af.org.za>\n"
@@ -632,11 +632,11 @@ msgstr "le
 msgid "Internal data flow error."
 msgstr "Interne datavloeifout."
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr "Interne datavloeiprobleem."
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr "Interne datavloeifout."
index e22ea26e037fd3c5066f4dae6ee12ba28ffdd0e1..283ae17e5fdaebacf806adf694d14bcadf0292a9 100644 (file)
--- a/po/az.po
+++ b/po/az.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer-0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2004-03-19 18:40+0200\n"
 "Last-Translator: Metin Amiroff <metin@karegen.com>\n"
 "Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
@@ -618,11 +618,11 @@ msgstr ""
 msgid "Internal data flow error."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 msgid "Internal data stream error."
 msgstr ""
 
index 7b0512852d53f0ab6cdb67d7adcc6532cf75e5b3..89afb6c879cca73ef222bb9e1705544322c094ff 100644 (file)
--- a/po/bg.po
+++ b/po/bg.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.9.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2005-12-03 16:02+0200\n"
 "Last-Translator: Alexander Shopov <ash@contact.bg>\n"
 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -633,11 +633,11 @@ msgstr "не е позволен празен конвейер"
 msgid "Internal data flow error."
 msgstr "Вътрешна грешка на потока от данни."
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr "Вътрешен проблем на потока от данни."
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr "Вътрешна грешка на потока от данни."
index a5f301546b3f0e2b0b3f67a428f57c66e832bbd3..da2e58928994ae02252653e305d3a887d4c57fef 100644 (file)
--- a/po/ca.po
+++ b/po/ca.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.9.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2005-12-02 17:43+0100\n"
 "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
 "Language-Team: Catalan <ca@dodds.net>\n"
@@ -635,11 +635,11 @@ msgstr "no es permet un conducte buit"
 msgid "Internal data flow error."
 msgstr "S'ha produït un error intern de flux de dades."
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr "Hi ha un problema intern de flux de dades."
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr "S'ha produït un error intern de flux de dades."
index 474a9477fda54fb42a4a589798f498f545818607..6ac2378348e5dc09f92e1cd2fe514385fa518659 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2005-04-15 14:36+0200\n"
 "Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@@ -646,11 +646,11 @@ msgstr "prázdná roura není povolena"
 msgid "Internal data flow error."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr "Interní chyba GStreamer: problém při vyplňování. Ohlaste tuto chybu."
index 24929af66414c651c268a2887aa731978ab0414b..7354d510f3f23ad8da57ed04e8325257210662c1 100644 (file)
--- a/po/de.po
+++ b/po/de.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2004-06-05 09:32+0100\n"
 "Last-Translator: Roland Illig <roland.illig@gmx.de>\n"
 "Language-Team: German <de@li.org>\n"
@@ -678,11 +678,11 @@ msgstr "Leere Leitung ist nicht erlaubt"
 msgid "Internal data flow error."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr ""
index 24d40e0eb8a9420370b90a99cae9d9b64f4571e3..9ef65f292707386275bc58f58d30a5f8f906cc5f 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2004-04-26 10:36-0400\n"
 "Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
 "Language-Team: English (British) <en_gb@li.org>\n"
@@ -640,11 +640,11 @@ msgstr "empty pipeline not allowed"
 msgid "Internal data flow error."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr "Internal GStreamer error: pad problem.  File a bug."
index 8f1caf5fe128c5bb03144572102cb819d40bc236..9e956e7d5a0d8367cf2c2e67f97adb389708ec44 100644 (file)
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: GStreamer\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2004-01-13 16:52+0100\n"
 "Last-Translator: Julien Moutte <julien@moutte.net>\n"
 "Language-Team: French <fr@li.org>\n"
@@ -661,11 +661,11 @@ msgstr "tube vide non autorisé"
 msgid "Internal data flow error."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 msgid "Internal data stream error."
 msgstr ""
 
index 7f2b00b62f3b4cb1590931e3011459900e1692f0..afa95bd35ae21094389488aee08da4cabf079606 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -108,7 +108,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.9.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2005-12-02 19:48+0100\n"
 "Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
@@ -737,11 +737,11 @@ msgstr "pipeline vuota non consentito"
 msgid "Internal data flow error."
 msgstr "Errore interno nel flusso di dati."
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr "Problema interno nel flusso di dati."
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr "Errore interno nel flusso di dati."
index 29ba2c69b3983273ea3cf37cee1025c39cba1e10..18ce7133dd917196b31857f5466937f1a63a3ffb 100644 (file)
--- a/po/nb.po
+++ b/po/nb.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2005-02-17 12:00+0100\n"
 "Last-Translator: Kjartan Maraas <kmaraas@broadpark.no>\n"
 "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
@@ -620,11 +620,11 @@ msgstr ""
 msgid "Internal data flow error."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 msgid "Internal data stream error."
 msgstr ""
 
index 66f647d9c3f40cf448b520aca9302db09e75eb64..7ebbf947eee8bbd436f1f2696c1ea295783ef6d4 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2004-08-05 16:56+0200\n"
 "Last-Translator: Elros Cyriatan <cyriatan@fastmail.fm>\n"
 "Language-Team: Dutch <vertaling@nl.linux.org>\n"
@@ -650,11 +650,11 @@ msgstr "lege pijplijn niet toegelaten"
 msgid "Internal data flow error."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr "Interne GStreamer-fout: padprobleem.  Stuur een foutrapport."
index a797fe1adcd11d2773e81f8ee882b8bbdb0742e5..347bea3b17de6a1417ab288c73945822274484bc 100644 (file)
--- a/po/ru.po
+++ b/po/ru.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2005-02-15 22:33+0300\n"
 "Last-Translator: Peter Astakhov <astakhovp@mail.ru>\n"
 "Language-Team: Russian <ru@li.org>\n"
@@ -660,11 +660,11 @@ msgstr ""
 msgid "Internal data flow error."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr ""
index 72ed0a7f33466ea64ecf6d8e2acb33b8ddcf60f2..b27fe08016a0440c71a42aad52f874cd12006339 100644 (file)
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.4\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2004-08-07 23:46+0200\n"
 "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
 "Language-Team: Albanian <begraj@hotmail.com>\n"
@@ -647,11 +647,11 @@ msgstr "nuk lejohet konduktori bosh"
 msgid "Internal data flow error."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr "Gabim i brendshëm i GStreamer: problem me shtegun.  Raporto bug."
index 5c58edfea965d71e0ff4714606902abb5895e6f1..cd2f642df3f9b77f7b72195743fbbf7b87f96607 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2005-01-27 16:58+0100\n"
 "Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
 "Language-Team: Serbian <gnu@prevod.org>\n"
@@ -656,11 +656,11 @@ msgstr "није допуштен празан цевовод"
 msgid "Internal data flow error."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr "Унутрашња грешка у ГСтримеру: неприлика са попуном.  Пријавите грешку."
index e177543b8851db027783ffe8cf88df68f7da09ed..99e3e7ce425b8cfd7f8691e385a3a24cb5f623aa 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.7pre2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2004-12-21 14:49+0100\n"
 "Last-Translator: Christian Rose <menthos@menthos.com>\n"
 "Language-Team: Swedish <sv@li.org>\n"
@@ -656,13 +656,13 @@ msgstr "tom rörledning är inte tillåtet"
 msgid "Internal data flow error."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr ""
 
 # Richard Hult säger: "Pad" i gstreamer betyder ungefär "kontakt", man
 # kopplar ihop två element via deras "pads".
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr "Internt GStreamer-fel: kontaktproblem. Skicka en felrapport."
index 89018d29604933dfcd59690b3395f2235eb2c9f6..8cc22869b546411a4f7841d2594d020d6060b934 100644 (file)
--- a/po/tr.po
+++ b/po/tr.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2004-04-03 03:14+0300\n"
 "Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
 "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"
@@ -647,11 +647,11 @@ msgstr "boş boruhattına izin verilmiyor"
 msgid "Internal data flow error."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr "Dahili GStreamer hatası: doldurma sorunu.  Hata bildiriminde bulunun."
index 5f1abbb23ac3723bbc45b2d96d8e72aaf0e8b08b..0ba1414c3cc9f8e4b794fe5c07a845aef5925939 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.9.6\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2005-11-26 15:16+0300\n"
 "Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n"
 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
@@ -630,11 +630,11 @@ msgstr "порожній канал не допускається"
 msgid "Internal data flow error."
 msgstr "Помилка внутрішнього потоку даних."
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr "Помилка внутрішнього потоку даних."
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr "Помилка внутрішнього потоку даних."
index e242be68e73591305f33722e6d0524c81a6d596c..2286fb87b9e36628b6257603a989733af6f77e44 100644 (file)
--- a/po/vi.po
+++ b/po/vi.po
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.9.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2005-12-05 21:38+1030\n"
 "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
 "Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net>\n"
@@ -638,11 +638,11 @@ msgstr "không cho phép đường ống trống"
 msgid "Internal data flow error."
 msgstr "Lỗi luồng dữ liệu nội bộ."
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr "Vấn đề luồng dữ liệu nội bộ."
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr "Lỗi luồng dữ liệu nội bộ."
index df2741f208180460057e32f43c914a37e878ab81..187638c98b5ac528f2a1a3dcd6040aed173a778f 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.9.7\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2005-12-03 00:05+0800\n"
 "Last-Translator: Funda Wang <fundawang@linux.net.cn>\n"
 "Language-Team: Chinese (simplified) <i18n-translation@lists.linux.net.cn>\n"
@@ -617,11 +617,11 @@ msgstr ""
 msgid "Internal data flow error."
 msgstr "内部数据流错误。"
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr "内部数据流问题。"
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr "内部数据流错误。"
index a6adfbcdc64b46363346f8c710e8d4c8b35a390c..9e7e8e697237a2fe996944fefdb42a27ba81c0e6 100644 (file)
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: gstreamer 0.8.8\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-02-07 14:15+0100\n"
+"POT-Creation-Date: 2006-02-08 12:08+0100\n"
 "PO-Revision-Date: 2005-04-27 14:55+0800\n"
 "Last-Translator: Abel Cheung <abelcheung@gmail.com>\n"
 "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
@@ -640,11 +640,11 @@ msgstr "不允許使用沒有內容的管線"
 msgid "Internal data flow error."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1233
+#: libs/gst/base/gstbasesink.c:1237
 msgid "Internal data flow problem."
 msgstr ""
 
-#: libs/gst/base/gstbasesink.c:1363
+#: libs/gst/base/gstbasesink.c:1367
 #, fuzzy
 msgid "Internal data stream error."
 msgstr "GStreamer 內部錯誤:線程發生問題。請匯報錯誤。"
index f6d55acacc2aa81b9c9d1c269b92b49fefcfd554..1c0f838e8973d7ebda35f76514d4955dd44991cc 100644 (file)
@@ -21,7 +21,7 @@
 #undef GST_GCOV_ENABLED
 
 /* Default errorlevel to use */
-#define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
+#define GST_LEVEL_DEFAULT GST_LEVEL_NONE
 
 /* GStreamer license */
 #define GST_LICENSE "LGPL"
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 
 /* package name in plugins */
-#define GST_PACKAGE_NAME "GStreamer CVS/prerelease"
+#define GST_PACKAGE_NAME "GStreamer source release"
 
 /* Define the version */
-#define GST_VERSION "0.10.2.2"
+#define GST_VERSION "0.10.3"
 
 /* Define the MAJOR.MINOR version */
 #define GST_MAJORMINOR "0.10"
 #undef USE_POISONING
 
 /* Version number of package */
-#define VERSION "0.10.2.2"
+#define VERSION "0.10.3"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */