From: Jan Schmidt Date: Fri, 24 Jul 2009 12:50:19 +0000 (+0100) Subject: 0.10.23.4 pre-release X-Git-Tag: RELEASE-0.10.24~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db8aeb3b84b3a33c17786baa0448f8475f2c4c81;p=platform%2Fupstream%2Fgstreamer.git 0.10.23.4 pre-release --- diff --git a/ChangeLog b/ChangeLog index 3caaf6c..29402c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,179 @@ +2009-07-24 09:50:19 +0100 Robin Stocker + + * libs/gst/base/gstbasesrc.c: + basesrc: don't handle SEEKING queries for formats that don't match the one the source operates in + Return FALSE in basesrc's default query handler when we get a SEEKING query for + a format that's not the one the source operates in. Previously (ie. before, in + the git version) we would return TRUE in that case and seekable=FALSE, which + is more correct, but causes backwards compatibility problems. (Before that + we would change the format of the query when answering, which was completely + broken since callers don't expect that or check for it). Since the SEEKING + query is a fairly recent addition, not all demuxers, parsers and decoders + implement it yet, in which case any SEEKING query by an application will + just be passed upstream where it will then be handled by basesrc. Now, if + e.g. totem does a SEEKING query for TIME format and we have a demuxer that + doesn't implement the query, basesrc would answer it with seekable=FALSE in + most cases, and totem can only take that as authoritative answer, not knowing + that the demuxer doesn't implement the SEEKING query. To avoid this, we make + basesrc return FALSE to SEEKING queries in unhandled formats. That way + applications like totem can fall back on assuming seekability depending on + whether a duration is available, or somesuch. Downstream elements doing + such queries are likely to equate an unhandled query with a non-seekable + response as well, so this should be an acceptable fix for the time being. + See #584838, #588944, #589423 and #589424. + +2009-07-24 00:41:55 +0300 Stefan Kost + + * common: + Automatic update of common submodule + From fedaaee to 94f95e3 + +2009-07-20 16:11:02 +0300 Stefan Kost + + * gst/gstregistrybinary.c: + gstregistrybinary: add +1 after error checking + The current code made the error checking pointless by changing -1 to 0 in error + cases. Also don't leak a pad template on error. + +2009-07-20 15:51:20 +0100 Jan Schmidt + + * configure.ac: + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/en_GB.po: + * po/es.po: + * po/fi.po: + * po/fr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ru.po: + * po/rw.po: + * po/sk.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: + * win32/common/gstenumtypes.c: + * win32/common/gstenumtypes.h: + * win32/common/gstversion.h: + 0.10.23.3 pre-release + +2009-07-20 18:03:21 +0200 Wim Taymans + + * tests/check/gst/gsttask.c: + tests: make sure the tasks are joined + Call _clean_all() on the task to make sure everything is joined and stopped. + See #589127 + +2009-07-20 15:44:36 +0200 Wim Taymans + + * gst/gsttask.c: + task: fix taskpool leak + GstTaks does not always unref the taskpool it was created from because it + depends on when the pool provided an ID for joining the task. + Rework some code so that we always unref the pool and optionally join when the + pool provided an id. + Fixes #589127 + +2009-07-20 13:26:51 +0200 Wim Taymans + + * libs/gst/base/gstbasesrc.c: + basesrc: make tag queuing threadsafe + See #588745 + +2009-07-13 09:22:06 +0200 Edward Hervey + + * docs/libs/gstreamer-libs-sections.txt: + * libs/gst/check/Makefile.am: + * libs/gst/check/gstconsistencychecker.c: + * libs/gst/check/gstconsistencychecker.h: + gstcheck: Add a stream consistency checking helper routine. Fixes #588744 + +2009-07-20 11:04:05 +0300 Stefan Kost + + * gst/gstregistrybinary.c: + binaryregistry: don't unref NULL if we have an early read error + +2009-07-12 10:04:01 +0200 Edward Hervey + + * libs/gst/base/gstbasesrc.c: + basesrc: Serialize tags into the dataflow. Fixes #588745 + +2009-07-16 14:17:03 +0100 Tim-Philipp Müller + + * libs/gst/base/gstadapter.c: + * libs/gst/base/gstbytereader.c: + docs: fix API docs for gst_{adapter|byte_reader}_masked_scan_uint32 + Clarify byte reader docs a bit: offset is relative to the current + position of the reader, not to the start of the data. Also, the + examples in both the adapter docs and the byte reader docs have + the mask and pattern arguments swapped (see #587561). Spotted + by Carl-Anton Ingmarsson. + +2009-07-16 13:59:07 +0100 Tim-Philipp Müller + + * gst/gststructure.c: + * tests/check/gst/gsttag.c: + tags: only emit a g_warning() for empty tag strings for git versions + For now, don't show a g_warning() for empty tag strings and NULL + tags with non-git versions; we should wait for the fixes in our + plugin modules to make it into a release before we enable this + unconditionally. + +2009-07-14 18:59:13 +0100 Jan Schmidt + + * ChangeLog: + * configure.ac: + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/en_GB.po: + * po/es.po: + * po/fi.po: + * po/fr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ru.po: + * po/rw.po: + * po/sk.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: + 0.10.23.2 pre-release + 2009-07-14 12:15:05 +0300 Stefan Kost * gst/gstvalue.c: diff --git a/configure.ac b/configure.ac index cde781b..1ea579e 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, git and prerelease does Werror too -AC_INIT(GStreamer, 0.10.23.3, +AC_INIT(GStreamer, 0.10.23.4, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer) AG_GST_INIT diff --git a/po/af.po b/po/af.po index 6f5a0b5..c46afd8 100644 --- 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: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2005-12-05 11:45+0200\n" "Last-Translator: Petri Jooste \n" "Language-Team: Afrikaans \n" diff --git a/po/az.po b/po/az.po index 1529421..3987fa2 100644 --- 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: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2004-03-19 18:40+0200\n" "Last-Translator: Metin Amiroff \n" "Language-Team: Azerbaijani \n" diff --git a/po/be.po b/po/be.po index fac9ea0..33970c8 100644 --- a/po/be.po +++ b/po/be.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.9.7\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2006-01-18 22:26+0200\n" "Last-Translator: Ales Nyakhaychyk \n" "Language-Team: Belarusian \n" diff --git a/po/bg.po b/po/bg.po index c9a0ae0..28fb82f 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2009-05-14 07:37+0300\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" diff --git a/po/ca.po b/po/ca.po index fdf663f..0e65f0d 100644 --- 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: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2005-12-02 17:43+0100\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" diff --git a/po/cs.po b/po/cs.po index 79285d8..1c60b8a 100644 --- a/po/cs.po +++ b/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.20.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2008-10-12 12:12+0200\n" "Last-Translator: Miloslav Trmac \n" "Language-Team: Czech \n" diff --git a/po/da.po b/po/da.po index 6dc06c9..6fb13f1 100644 --- a/po/da.po +++ b/po/da.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.12\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2007-03-28 00:09+0200\n" "Last-Translator: Mogens Jaeger \n" "Language-Team: Danish \n" diff --git a/po/de.po b/po/de.po index d9663b5..7094fd8 100644 --- a/po/de.po +++ b/po/de.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2009-06-21 23:38+0200\n" "Last-Translator: Christian Kirbach \n" "Language-Team: German \n" diff --git a/po/en_GB.po b/po/en_GB.po index a98c27b..a19046c 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.1\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2004-04-26 10:36-0400\n" "Last-Translator: Gareth Owen \n" "Language-Team: English (British) \n" diff --git a/po/es.po b/po/es.po index 9bb1dd5..11ccec7 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2009-06-11 14:08+0200\n" "Last-Translator: Jorge González González \n" "Language-Team: Spanish \n" diff --git a/po/fi.po b/po/fi.po index 1000397..eff8d5d 100644 --- a/po/fi.po +++ b/po/fi.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2009-04-19 21:15+0300\n" "Last-Translator: Tommi Vainikainen \n" "Language-Team: Finnish \n" diff --git a/po/fr.po b/po/fr.po index 73594f6..02f391b 100644 --- a/po/fr.po +++ b/po/fr.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2009-05-21 11:00+0200\n" "Last-Translator: Claude Paroz \n" "Language-Team: French \n" diff --git a/po/hu.po b/po/hu.po index 920ce49..132a500 100644 --- a/po/hu.po +++ b/po/hu.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2009-04-17 23:54+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" diff --git a/po/id.po b/po/id.po index ae41def..d542dfc 100644 --- a/po/id.po +++ b/po/id.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2009-04-18 20:31+0700\n" "Last-Translator: Andhika Padmawan \n" "Language-Team: Indonesian \n" diff --git a/po/it.po b/po/it.po index 307e045..bf5c59c 100644 --- a/po/it.po +++ b/po/it.po @@ -108,7 +108,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.21.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2009-01-13 11:10+0100\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" diff --git a/po/ja.po b/po/ja.po index 60ba39e..4fc2ac6 100644 --- a/po/ja.po +++ b/po/ja.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.20.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2008-10-16 19:57+0900\n" "Last-Translator: Makoto Kato \n" "Language-Team: Japanese \n" diff --git a/po/nb.po b/po/nb.po index 4e95edd..8b89175 100644 --- a/po/nb.po +++ b/po/nb.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.14\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2007-11-02 15:43+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian Bokmaal \n" diff --git a/po/nl.po b/po/nl.po index 313517c..8d30566 100644 --- a/po/nl.po +++ b/po/nl.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2009-05-04 13:12+0200\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" diff --git a/po/pl.po b/po/pl.po index 54574f1..95eb44c 100644 --- a/po/pl.po +++ b/po/pl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2009-04-16 21:46+0200\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" diff --git a/po/pt_BR.po b/po/pt_BR.po index ec63023..9db764c 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer-0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2009-04-16 21:51-0300\n" "Last-Translator: Fabrício Godoy \n" "Language-Team: Brazilian Portuguese \n" diff --git a/po/ru.po b/po/ru.po index f8a34c0..f950108 100644 --- a/po/ru.po +++ b/po/ru.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.21.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2009-02-12 14:17+0200\n" "Last-Translator: Pavel Maryanov \n" "Language-Team: Russian \n" diff --git a/po/rw.po b/po/rw.po index 82369ff..f3717cb 100644 --- a/po/rw.po +++ b/po/rw.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.8\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n" "Last-Translator: Steven Michael Murphy \n" "Language-Team: Kinyarwanda \n" diff --git a/po/sk.po b/po/sk.po index 08798bc..6e8d40d 100644 --- a/po/sk.po +++ b/po/sk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.20.3\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2008-09-25 09:55+0100\n" "Last-Translator: Peter Tuhársky \n" "Language-Team: Slovak \n" diff --git a/po/sq.po b/po/sq.po index 0ce5560..c543034 100644 --- 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: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2004-08-07 23:46+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" diff --git a/po/sr.po b/po/sr.po index c94d2bb..63d050c 100644 --- 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: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2005-01-27 16:58+0100\n" "Last-Translator: Danilo Segan \n" "Language-Team: Serbian \n" diff --git a/po/sv.po b/po/sv.po index 4d24909..0a51af3 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2009-04-19 10:57+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" diff --git a/po/tr.po b/po/tr.po index c5b03ec..ebdb2e8 100644 --- 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: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2004-04-03 03:14+0300\n" "Last-Translator: Baris Cicek \n" "Language-Team: Turkish \n" diff --git a/po/uk.po b/po/uk.po index b127179..9e0f08d 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.14\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2007-09-07 11:16+0300\n" "Last-Translator: Maxim V. Dziumanenko \n" "Language-Team: Ukrainian \n" diff --git a/po/vi.po b/po/vi.po index edac794..03642ee 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2009-05-13 23:16+0930\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 60df6bc..59cc536 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.10.22.2\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" -"POT-Creation-Date: 2009-07-19 21:13+0100\n" +"POT-Creation-Date: 2009-07-24 12:46+0100\n" "PO-Revision-Date: 2009-05-01 11:53中国标准时间\n" "Last-Translator: Ji ZhengYu \n" "Language-Team: Chinese (simplified) \n" "Language-Team: Chinese (traditional) \n"