Release 0.11.3

This commit is contained in:
Wim Taymans 2012-03-22 15:49:36 +01:00
parent 41e9ca9b17
commit 11787940df
51 changed files with 1684 additions and 138 deletions

1525
ChangeLog

File diff suppressed because it is too large Load diff

23
NEWS
View file

@ -1,6 +1,25 @@
This is GStreamer 0.11.2 "A Shiny white Tooth" This is GStreamer 0.11.3 "Thrill of the Hunt"
New featues in 0.11.2: New features in 0.11.3:
* Various bug fixes and improvements
* Input-selector defaults to sync-streams=true
* Queue don't just start the thread on linking
* Add user_data and notify to gst_memory_new_wrapped()
* Rework caps function for performance
* Improve basetransform allocator handling
* Implement metadata transforms
* Metadata registration improvements
* Use generic marshallers everywhere
* Push Sticky events in more cases
* Register queries like events
* Add DRAIN serialized query
* Add 0-padding and prefix to GstMemory
* Rework the ALLOCATION query
* Allow setting the allocator in a bufferpool
* Improve pull/get_range
New features in 0.11.2:
* Parallel installability with 0.10.x series * Parallel installability with 0.10.x series
* Added pts/dts to buffers * Added pts/dts to buffers

74
RELEASE
View file

@ -1,5 +1,5 @@
Release notes for GStreamer 0.11.2 "A Shiny White Tooth" Release notes for GStreamer 0.11.3 "Thrill of the Hunt"
@ -38,39 +38,24 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release Features of this release
* Added pts/dts to buffers * Various bug fixes and improvements
* Moved controller into core * Input-selector defaults to sync-streams=true
* Pad probe rewrite * Queue don't just start the thread on linking
* AcceptCaps and GetCaps made as queries * Add user_data and notify to gst_memory_new_wrapped()
* Added parent to pad functions * Rework caps function for performance
* Sticky events rewrite * Improve basetransform allocator handling
* New GstSample object * Implement metadata transforms
* Asynchronous state change support for basesrc * Metadata registration improvements
* Added new bitmask type * Use generic marshallers everywhere
* GstMemory updates * Push Sticky events in more cases
* Port to gio * Register queries like events
* Port to newest glib * Add DRAIN serialized query
* Add stepped ranges * Add 0-padding and prefix to GstMemory
* Do typefind in separate thread * Rework the ALLOCATION query
* Rework alloc tracing * Allow setting the allocator in a bufferpool
* Added STREAM_CONFIG, GAP and STREAM_START events * Improve pull/get_range
* Various cleanups and leak fixes There were no bugs fixed in this release
Bugs fixed in this release
* 664491 : compiler warnings on OS X 64bit
* 402562 : [gst_parse_launch] Requesting pads but not releasing them
* 383102 : [0.11] Rethink pad_blocking
* 610338 : [0.11] [controller] Triggers should be moved into their own control source
* 660300 : gst_memory_alignment undefined if HAVE_POSIX_MEMALIGN isn't defined
* 662207 : gst: Fix a lot of GLib deprecations and errors
* 664099 : 0.11 new to use new floating ref annotation
* 664880 : [0.11] GstBaseParse default caps query implementation broken
* 664927 : GST_STATIC_CAPS missing initializer
* 666096 : [0.11] encodebin bindings failing to accept None
* 666154 : [0.11] Python - query_caps fails to accept 'None'
* 666351 : [0.11] Get rid of GST_TYPE_DATE
* 666890 : [0.11] controller compiler warning: gsttriggercontrolsource.c:82: control reaches end of non-void function
Download Download
@ -103,34 +88,15 @@ Webkit, Jokosher, Transmageddon and others. We're working on porting more applic
Contributors to this release Contributors to this release
* Andoni Morales Alastruey
* Antoine Tremblay
* Christian Fredrik Kalager Schaller * Christian Fredrik Kalager Schaller
* Colin Walters
* David Schleef * David Schleef
* Edward Hervey * Edward Hervey
* Havard Graff
* Idar Tollefsen
* Jan Schmidt
* Jason DeRose
* Johan Boulé
* Johan Dahlin
* Mark Nauwelaerts * Mark Nauwelaerts
* Matej Knopp * Matej Knopp
* Nicolas Dufresne * Ryan Lortie
* Olivier Crête
* Peteris Krisjanis
* Philippe Normand
* René Stadler
* Reynaldo H. Verdejo Pinochet
* Robert Swain
* Sebastian Dröge * Sebastian Dröge
* Sjoerd Simons * Sreerenj Balachandran
* Stas Sergeev
* Stefan Sauer * Stefan Sauer
* Thiago Santos
* Thomas Vander Stichele
* Tim-Philipp Müller * Tim-Philipp Müller
* Vincent Penquerc'h
* Wim Taymans * Wim Taymans
   

View file

@ -3,7 +3,7 @@ AC_PREREQ(2.60)
dnl initialize autoconf dnl initialize autoconf
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, git and prerelease does Werror too dnl releases only do Wall, git and prerelease does Werror too
AC_INIT(GStreamer, 0.11.2.1, AC_INIT(GStreamer, 0.11.3,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer) gstreamer)
AG_GST_INIT AG_GST_INIT
@ -48,7 +48,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0 dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 32, 0, 0) AS_LIBTOOL(GST, 33, 0, 0)
dnl FIXME: this macro doesn't actually work; dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags. dnl the generated libtool script has no support for the listed tags.

View file

@ -1085,6 +1085,6 @@
<FLAGS>rw</FLAGS> <FLAGS>rw</FLAGS>
<NICK>Sync Streams</NICK> <NICK>Sync Streams</NICK>
<BLURB>Synchronize inactive streams to the running time of the active stream.</BLURB> <BLURB>Synchronize inactive streams to the running time of the active stream.</BLURB>
<DEFAULT>FALSE</DEFAULT> <DEFAULT>TRUE</DEFAULT>
</ARG> </ARG>

View file

@ -1 +0,0 @@
timestamp

View file

@ -3,7 +3,7 @@
<description>standard GStreamer elements</description> <description>standard GStreamer elements</description>
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename> <filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
<basename>libgstcoreelements.so</basename> <basename>libgstcoreelements.so</basename>
<version>0.11.2</version> <version>0.11.3</version>
<license>LGPL</license> <license>LGPL</license>
<source>gstreamer</source> <source>gstreamer</source>
<package>GStreamer source release</package> <package>GStreamer source release</package>

View file

@ -38,6 +38,17 @@ hierarchy, and a set of media-agnostic core elements.
</GitRepository> </GitRepository>
</repository> </repository>
<release>
<Version>
<revision>0.11.3</revision>
<branch>0.11</branch>
<name>Thrill of the Hunt</name>
<created>2012-03-22</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.11.3.tar.bz2" />
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.11.3.tar.gz" />
</Version>
</release>
<release> <release>
<Version> <Version>
<revision>0.11.2</revision> <revision>0.11.2</revision>

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.9.7\n" "Project-Id-Version: gstreamer 0.9.7\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2005-12-05 11:45+0200\n" "PO-Revision-Date: 2005-12-05 11:45+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: gstreamer-0.8.0\n" "Project-Id-Version: gstreamer-0.8.0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\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"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.9.7\n" "Project-Id-Version: gstreamer 0.9.7\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2006-01-18 22:26+0200\n" "PO-Revision-Date: 2006-01-18 22:26+0200\n"
"Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n" "Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
"Language-Team: Belarusian <i18n@mova.org>\n" "Language-Team: Belarusian <i18n@mova.org>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n" "Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-04-26 22:40+0300\n" "PO-Revision-Date: 2011-04-26 22:40+0300\n"
"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n" "Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n" "Language-Team: Bulgarian <dict@fsa-bg.org>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n" "Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2010-11-04 19:41+0100\n" "PO-Revision-Date: 2010-11-04 19:41+0100\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"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n" "Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-12-01 08:17+0100\n" "PO-Revision-Date: 2011-12-01 08:17+0100\n"
"Last-Translator: Marek Černocký <marek@manet.cz>\n" "Last-Translator: Marek Černocký <marek@manet.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n" "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n" "Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2010-11-06 22:52+0100\n" "PO-Revision-Date: 2010-11-06 22:52+0100\n"
"Last-Translator: Mogens Jaeger <mogensjaeger@gmail.com>\n" "Last-Translator: Mogens Jaeger <mogensjaeger@gmail.com>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n" "Language-Team: Danish <dansk@dansk-gruppen.dk>\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n" "Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-04-27 23:44+0200\n" "PO-Revision-Date: 2011-04-27 23:44+0200\n"
"Last-Translator: Christian Kirbach <christian.kirbach@googlemail.com>\n" "Last-Translator: Christian Kirbach <christian.kirbach@googlemail.com>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n" "Language-Team: German <translation-team-de@lists.sourceforge.net>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer-0.10.30.3\n" "Project-Id-Version: gstreamer-0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2010-11-29 11:14+0200\n" "PO-Revision-Date: 2010-11-29 11:14+0200\n"
"Last-Translator: Michael Kotsarinis <mk73628@gmail.com>\n" "Last-Translator: Michael Kotsarinis <mk73628@gmail.com>\n"
"Language-Team: Greek <team@lists.gnome.gr>\n" "Language-Team: Greek <team@lists.gnome.gr>\n"

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: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\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"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n" "Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-06-04 21:11+0100\n" "PO-Revision-Date: 2011-06-04 21:11+0100\n"
"Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n" "Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n" "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n" "Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-10-02 15:45+0200\n" "PO-Revision-Date: 2011-10-02 15:45+0200\n"
"Last-Translator: Jorge González González <aloriel@gmail.com>\n" "Last-Translator: Jorge González González <aloriel@gmail.com>\n"
"Language-Team: Spanish <es@li.org>\n" "Language-Team: Spanish <es@li.org>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer-0.10.26.2\n" "Project-Id-Version: gstreamer-0.10.26.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2010-03-25 13:10+0100\n" "PO-Revision-Date: 2010-03-25 13:10+0100\n"
"Last-Translator: Mikel Olasagasti Uranga <hey_neken@mundurat.net>\n" "Last-Translator: Mikel Olasagasti Uranga <hey_neken@mundurat.net>\n"
"Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n" "Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"

View file

@ -12,7 +12,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n" "Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2010-11-17 23:10+0200\n" "PO-Revision-Date: 2010-11-17 23:10+0200\n"
"Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n" "Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n" "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n" "Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-04-28 09:34+0200\n" "PO-Revision-Date: 2011-04-28 09:34+0200\n"
"Last-Translator: Claude Paroz <claude@2xlibre.net>\n" "Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
"Language-Team: French <traduc@traduc.org>\n" "Language-Team: French <traduc@traduc.org>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n" "Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-09-05 12:49+0200\n" "PO-Revision-Date: 2011-09-05 12:49+0200\n"
"Last-Translator: Fran Dieguez <frandieguez@ubuntu.com>\n" "Last-Translator: Fran Dieguez <frandieguez@ubuntu.com>\n"
"Language-Team: Galician <proxecto@trasno.net>\n" "Language-Team: Galician <proxecto@trasno.net>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n" "Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2010-11-01 13:39+0100\n" "PO-Revision-Date: 2010-11-01 13:39+0100\n"
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n" "Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n" "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n" "Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2012-01-28 11:44+0700\n" "PO-Revision-Date: 2012-01-28 11:44+0700\n"
"Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n" "Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n"
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n" "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"

View file

@ -106,7 +106,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n" "Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2010-10-25 10:03+0200\n" "PO-Revision-Date: 2010-10-25 10:03+0200\n"
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n" "Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n" "Language-Team: Italian <tp@lists.linux.it>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.20.3\n" "Project-Id-Version: gstreamer 0.10.20.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2008-10-16 19:57+0900\n" "PO-Revision-Date: 2008-10-16 19:57+0900\n"
"Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n" "Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n" "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.29.2\n" "Project-Id-Version: gstreamer 0.10.29.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2010-07-16 00:50+0300\n" "PO-Revision-Date: 2010-07-16 00:50+0300\n"
"Last-Translator: Žygimantas Beručka <uid0@akl.lt>\n" "Last-Translator: Žygimantas Beručka <uid0@akl.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n" "Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n" "Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2010-10-24 21:36+0200\n" "PO-Revision-Date: 2010-10-24 21:36+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n" "Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n" "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"

View file

@ -10,7 +10,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n" "Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-04-26 23:10+0200\n" "PO-Revision-Date: 2011-04-26 23:10+0200\n"
"Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n" "Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n" "Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-04-26 17:54+0200\n" "PO-Revision-Date: 2011-04-26 17:54+0200\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n" "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"

View file

@ -17,7 +17,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer-0.10.31.2\n" "Project-Id-Version: gstreamer-0.10.31.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-01-08 01:36-0300\n" "PO-Revision-Date: 2011-01-08 01:36-0300\n"
"Last-Translator: Fabrício Godoy <skarllot@gmail.com>\n" "Last-Translator: Fabrício Godoy <skarllot@gmail.com>\n"
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n" "Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"

View file

@ -5,7 +5,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.29.2\n" "Project-Id-Version: gstreamer 0.10.29.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2010-08-16 01:10+0300\n" "PO-Revision-Date: 2010-08-16 01:10+0300\n"
"Last-Translator: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n" "Last-Translator: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer-0.10.32.2\n" "Project-Id-Version: gstreamer-0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-04-26 20:25+0400\n" "PO-Revision-Date: 2011-04-26 20:25+0400\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <gnu@mx.ru>\n" "Language-Team: Russian <gnu@mx.ru>\n"

View file

@ -15,7 +15,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.8\n" "Project-Id-Version: gstreamer 0.8.8\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2005-04-04 10:55-0700\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n"
"Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n" "Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n"
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n" "Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n" "Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2010-11-08 16:13+0100\n" "PO-Revision-Date: 2010-11-08 16:13+0100\n"
"Last-Translator: Peter Tuhársky <tuharsky@misbb.sk>\n" "Last-Translator: Peter Tuhársky <tuharsky@misbb.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"

View file

@ -1,17 +1,17 @@
# Slovenian translation of gstreamer. # Slovenian translation of gstreamer.
# This file is distributed under the same license as the gstreamer package. # This file is distributed under the same license as the gstreamer package.
# Copyright (C) 2005 - 2011 Free Software Foundation, Inc. # Copyright (C) 2005 - 2012 Free Software Foundation, Inc.
# #
# Matej Urbančič <matej.urban@gmail.com>, 2010 - 2011. # Matej Urbančič <matej.urban@gmail.com>, 2010 - 2011.
# Martin Srebotnjak <miles@filmsi.net>, 2011. # Martin Srebotnjak <miles@filmsi.net>, 2011.
# Klemen Košir <klemen.kosir@gmx.com>, 2011. # Klemen Košir <klemen.kosir@gmx.com>, 2012.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n" "Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-09-22 15:02+0100\n" "PO-Revision-Date: 2012-03-01 14:05+0100\n"
"Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n" "Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n" "Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
"Language: sl\n" "Language: sl\n"
@ -20,6 +20,9 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
"%100==4 ? 3 : 0);\n" "%100==4 ? 3 : 0);\n"
"X-Poedit-Language: Slovenian\n"
"X-Poedit-Country: SLOVENIA\n"
"X-Poedit-SourceCharset: utf-8\n"
msgid "Print the GStreamer version" msgid "Print the GStreamer version"
msgstr "Izpiše različico programa GStreamer" msgstr "Izpiše različico programa GStreamer"
@ -554,12 +557,11 @@ msgstr "jezikovna koda"
msgid "language code for this stream, conforming to ISO-639-1 or ISO-639-2" msgid "language code for this stream, conforming to ISO-639-1 or ISO-639-2"
msgstr "koda jezika pretoka v skladu z ISO-639-1" msgstr "koda jezika pretoka v skladu z ISO-639-1"
#, fuzzy
msgid "language name" msgid "language name"
msgstr "jezikovna koda" msgstr "ime jezika"
msgid "freeform name of the language this stream is in" msgid "freeform name of the language this stream is in"
msgstr "" msgstr "prosto ime jezika tega pretoka"
msgid "image" msgid "image"
msgstr "slika" msgstr "slika"
@ -789,7 +791,7 @@ msgstr ", "
#, c-format #, c-format
msgid "ERROR: from element %s: %s\n" msgid "ERROR: from element %s: %s\n"
msgstr "NAPAKA: predmeta %s: %s\n" msgstr "NAPAKA: predmet %s: %s\n"
#, c-format #, c-format
msgid "" msgid ""
@ -818,7 +820,7 @@ msgstr ""
#, c-format #, c-format
msgid "could not link %s to %s" msgid "could not link %s to %s"
msgstr "povezati %s in %s ni mogoče povezati" msgstr "%s in %s ni mogoče povezati"
#, c-format #, c-format
msgid "no element \"%s\"" msgid "no element \"%s\""
@ -1113,7 +1115,7 @@ msgstr "Nastavljanje stanja na %s, kot to zahteva %s ...\n"
msgid "Interrupt: Stopping pipeline ...\n" msgid "Interrupt: Stopping pipeline ...\n"
msgstr "Prekinitev: zaustavljanje cevovoda ... \n" msgstr "Prekinitev: zaustavljanje cevovoda ... \n"
#, fuzzy, c-format #, c-format
msgid "Missing element: %s\n" msgid "Missing element: %s\n"
msgstr "Manjkajoči element: %s\n" msgstr "Manjkajoči element: %s\n"
@ -1206,11 +1208,6 @@ msgstr "Nastavljanje cevovoda na NULL ...\n"
msgid "Freeing pipeline ...\n" msgid "Freeing pipeline ...\n"
msgstr "Sproščanje cevovoda ...\n" msgstr "Sproščanje cevovoda ...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr ""
#~ "Izpiši zaznavanje dodeljevanja (če je možnost omogočena v trenutku "
#~ "kodnega prevajanja)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n" #~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr "" #~ msgstr ""
#~ "Uporaba: gst-xmllaunch <datoteka.xml> [ predmet.lastnost=vrednost ... ]\n" #~ "Uporaba: gst-xmllaunch <datoteka.xml> [ predmet.lastnost=vrednost ... ]\n"
@ -1238,3 +1235,8 @@ msgstr "Sproščanje cevovoda ...\n"
#~ msgid "Do not install signal handlers for SIGUSR1 and SIGUSR2" #~ msgid "Do not install signal handlers for SIGUSR1 and SIGUSR2"
#~ msgstr "Ne namesti ročnikov signalov za SIGUSR1 in SIGUSR2" #~ msgstr "Ne namesti ročnikov signalov za SIGUSR1 in SIGUSR2"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr ""
#~ "Izpiši zaznavanje dodeljevanja (če je možnost omogočena v trenutku "
#~ "kodnega prevajanja)"

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: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\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"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer-0.10.32.2\n" "Project-Id-Version: gstreamer-0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-12-05 10:40+0200\n" "PO-Revision-Date: 2011-12-05 10:40+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n" "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <gnu@prevod.org>\n" "Language-Team: Serbian <gnu@prevod.org>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.31.2\n" "Project-Id-Version: gstreamer 0.10.31.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-01-09 19:46+0100\n" "PO-Revision-Date: 2011-01-09 19:46+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n" "Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"

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: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\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"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n" "Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2011-04-30 20:26+0300\n" "PO-Revision-Date: 2011-04-30 20:26+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n" "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.29.2\n" "Project-Id-Version: gstreamer 0.10.29.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2010-10-03 19:09+1030\n" "PO-Revision-Date: 2010-10-03 19:09+1030\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n" "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.10.25.2\n" "Project-Id-Version: gstreamer 0.10.25.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2010-02-02 18:58+0800\n" "PO-Revision-Date: 2010-02-02 18:58+0800\n"
"Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n" "Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.8\n" "Project-Id-Version: gstreamer 0.8.8\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n" "POT-Creation-Date: 2012-03-22 12:55+0100\n"
"PO-Revision-Date: 2005-04-27 14:55+0800\n" "PO-Revision-Date: 2005-04-27 14:55+0800\n"
"Last-Translator: Abel Cheung <abelcheung@gmail.com>\n" "Last-Translator: Abel Cheung <abelcheung@gmail.com>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n" "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"

View file

@ -56,13 +56,13 @@
#define GST_MAJORMINOR "0.11" #define GST_MAJORMINOR "0.11"
/* package name in plugins */ /* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer git" #define GST_PACKAGE_NAME "GStreamer source release"
/* package origin */ /* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin" #define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */ /* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2012-02-17T22:57Z" #define GST_PACKAGE_RELEASE_DATETIME "2012-03-22"
/* location of the installed gst-plugin-scanner */ /* location of the installed gst-plugin-scanner */
#define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner" #define GST_PLUGIN_SCANNER_INSTALLED LIBDIR "\\gst-plugin-scanner"
@ -334,7 +334,7 @@
#define PACKAGE_NAME "GStreamer" #define PACKAGE_NAME "GStreamer"
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer 0.11.2.1" #define PACKAGE_STRING "GStreamer 0.11.3"
/* Define to the one symbol short name of this package. */ /* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gstreamer" #define PACKAGE_TARNAME "gstreamer"
@ -343,7 +343,7 @@
#undef PACKAGE_URL #undef PACKAGE_URL
/* Define to the version of this package. */ /* Define to the version of this package. */
#define PACKAGE_VERSION "0.11.2.1" #define PACKAGE_VERSION "0.11.3"
/* directory where plugins are located */ /* directory where plugins are located */
#ifdef _DEBUG #ifdef _DEBUG
@ -374,7 +374,7 @@
#undef USE_POISONING #undef USE_POISONING
/* Version number of package */ /* Version number of package */
#define VERSION "0.11.2.1" #define VERSION "0.11.3"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */ significant byte first (like Motorola and SPARC, unlike Intel). */

View file

@ -100,23 +100,25 @@ gst_buffer_copy_flags_get_type (void)
/* enumerations from "gstbufferpool.h" */ /* enumerations from "gstbufferpool.h" */
GType GType
gst_buffer_pool_flags_get_type (void) gst_buffer_pool_acquire_flags_get_type (void)
{ {
static gsize id = 0; static gsize id = 0;
static const GFlagsValue values[] = { static const GFlagsValue values[] = {
{C_FLAGS (GST_BUFFER_POOL_FLAG_NONE), "GST_BUFFER_POOL_FLAG_NONE", "none"}, {C_FLAGS (GST_BUFFER_POOL_ACQUIRE_FLAG_NONE),
{C_FLAGS (GST_BUFFER_POOL_FLAG_KEY_UNIT), "GST_BUFFER_POOL_FLAG_KEY_UNIT", "GST_BUFFER_POOL_ACQUIRE_FLAG_NONE", "none"},
"key-unit"}, {C_FLAGS (GST_BUFFER_POOL_ACQUIRE_FLAG_KEY_UNIT),
{C_FLAGS (GST_BUFFER_POOL_FLAG_DONTWAIT), "GST_BUFFER_POOL_FLAG_DONTWAIT", "GST_BUFFER_POOL_ACQUIRE_FLAG_KEY_UNIT", "key-unit"},
"dontwait"}, {C_FLAGS (GST_BUFFER_POOL_ACQUIRE_FLAG_DONTWAIT),
{C_FLAGS (GST_BUFFER_POOL_FLAG_DISCONT), "GST_BUFFER_POOL_FLAG_DISCONT", "GST_BUFFER_POOL_ACQUIRE_FLAG_DONTWAIT", "dontwait"},
"discont"}, {C_FLAGS (GST_BUFFER_POOL_ACQUIRE_FLAG_DISCONT),
{C_FLAGS (GST_BUFFER_POOL_FLAG_LAST), "GST_BUFFER_POOL_FLAG_LAST", "last"}, "GST_BUFFER_POOL_ACQUIRE_FLAG_DISCONT", "discont"},
{C_FLAGS (GST_BUFFER_POOL_ACQUIRE_FLAG_LAST),
"GST_BUFFER_POOL_ACQUIRE_FLAG_LAST", "last"},
{0, NULL, NULL} {0, NULL, NULL}
}; };
if (g_once_init_enter (&id)) { if (g_once_init_enter (&id)) {
GType tmp = g_flags_register_static ("GstBufferPoolFlags", values); GType tmp = g_flags_register_static ("GstBufferPoolAcquireFlags", values);
g_once_init_leave (&id, tmp); g_once_init_leave (&id, tmp);
} }
@ -929,6 +931,10 @@ gst_memory_flags_get_type (void)
"readonly"}, "readonly"},
{C_FLAGS (GST_MEMORY_FLAG_NO_SHARE), "GST_MEMORY_FLAG_NO_SHARE", {C_FLAGS (GST_MEMORY_FLAG_NO_SHARE), "GST_MEMORY_FLAG_NO_SHARE",
"no-share"}, "no-share"},
{C_FLAGS (GST_MEMORY_FLAG_ZERO_PREFIXED), "GST_MEMORY_FLAG_ZERO_PREFIXED",
"zero-prefixed"},
{C_FLAGS (GST_MEMORY_FLAG_ZERO_PADDED), "GST_MEMORY_FLAG_ZERO_PADDED",
"zero-padded"},
{C_FLAGS (GST_MEMORY_FLAG_LAST), "GST_MEMORY_FLAG_LAST", "last"}, {C_FLAGS (GST_MEMORY_FLAG_LAST), "GST_MEMORY_FLAG_LAST", "last"},
{0, NULL, NULL} {0, NULL, NULL}
}; };
@ -1336,12 +1342,33 @@ gst_rank_get_type (void)
} }
/* enumerations from "gstquery.h" */ /* enumerations from "gstquery.h" */
GType
gst_query_type_flags_get_type (void)
{
static gsize id = 0;
static const GFlagsValue values[] = {
{C_FLAGS (GST_QUERY_TYPE_UPSTREAM), "GST_QUERY_TYPE_UPSTREAM", "upstream"},
{C_FLAGS (GST_QUERY_TYPE_DOWNSTREAM), "GST_QUERY_TYPE_DOWNSTREAM",
"downstream"},
{C_FLAGS (GST_QUERY_TYPE_SERIALIZED), "GST_QUERY_TYPE_SERIALIZED",
"serialized"},
{0, NULL, NULL}
};
if (g_once_init_enter (&id)) {
GType tmp = g_flags_register_static ("GstQueryTypeFlags", values);
g_once_init_leave (&id, tmp);
}
return (GType) id;
}
GType GType
gst_query_type_get_type (void) gst_query_type_get_type (void)
{ {
static gsize id = 0; static gsize id = 0;
static const GEnumValue values[] = { static const GEnumValue values[] = {
{C_ENUM (GST_QUERY_NONE), "GST_QUERY_NONE", "none"}, {C_ENUM (GST_QUERY_UNKNOWN), "GST_QUERY_UNKNOWN", "unknown"},
{C_ENUM (GST_QUERY_POSITION), "GST_QUERY_POSITION", "position"}, {C_ENUM (GST_QUERY_POSITION), "GST_QUERY_POSITION", "position"},
{C_ENUM (GST_QUERY_DURATION), "GST_QUERY_DURATION", "duration"}, {C_ENUM (GST_QUERY_DURATION), "GST_QUERY_DURATION", "duration"},
{C_ENUM (GST_QUERY_LATENCY), "GST_QUERY_LATENCY", "latency"}, {C_ENUM (GST_QUERY_LATENCY), "GST_QUERY_LATENCY", "latency"},
@ -1358,6 +1385,7 @@ gst_query_type_get_type (void)
{C_ENUM (GST_QUERY_SCHEDULING), "GST_QUERY_SCHEDULING", "scheduling"}, {C_ENUM (GST_QUERY_SCHEDULING), "GST_QUERY_SCHEDULING", "scheduling"},
{C_ENUM (GST_QUERY_ACCEPT_CAPS), "GST_QUERY_ACCEPT_CAPS", "accept-caps"}, {C_ENUM (GST_QUERY_ACCEPT_CAPS), "GST_QUERY_ACCEPT_CAPS", "accept-caps"},
{C_ENUM (GST_QUERY_CAPS), "GST_QUERY_CAPS", "caps"}, {C_ENUM (GST_QUERY_CAPS), "GST_QUERY_CAPS", "caps"},
{C_ENUM (GST_QUERY_DRAIN), "GST_QUERY_DRAIN", "drain"},
{0, NULL, NULL} {0, NULL, NULL}
}; };

View file

@ -23,8 +23,8 @@ GType gst_buffer_copy_flags_get_type (void);
#define GST_TYPE_BUFFER_COPY_FLAGS (gst_buffer_copy_flags_get_type()) #define GST_TYPE_BUFFER_COPY_FLAGS (gst_buffer_copy_flags_get_type())
/* enumerations from "gstbufferpool.h" */ /* enumerations from "gstbufferpool.h" */
GType gst_buffer_pool_flags_get_type (void); GType gst_buffer_pool_acquire_flags_get_type (void);
#define GST_TYPE_BUFFER_POOL_FLAGS (gst_buffer_pool_flags_get_type()) #define GST_TYPE_BUFFER_POOL_ACQUIRE_FLAGS (gst_buffer_pool_acquire_flags_get_type())
/* enumerations from "gstbus.h" */ /* enumerations from "gstbus.h" */
GType gst_bus_flags_get_type (void); GType gst_bus_flags_get_type (void);
@ -161,6 +161,8 @@ GType gst_rank_get_type (void);
#define GST_TYPE_RANK (gst_rank_get_type()) #define GST_TYPE_RANK (gst_rank_get_type())
/* enumerations from "gstquery.h" */ /* enumerations from "gstquery.h" */
GType gst_query_type_flags_get_type (void);
#define GST_TYPE_QUERY_TYPE_FLAGS (gst_query_type_flags_get_type())
GType gst_query_type_get_type (void); GType gst_query_type_get_type (void);
#define GST_TYPE_QUERY_TYPE (gst_query_type_get_type()) #define GST_TYPE_QUERY_TYPE (gst_query_type_get_type())
GType gst_buffering_mode_get_type (void); GType gst_buffering_mode_get_type (void);

View file

@ -57,14 +57,14 @@ G_BEGIN_DECLS
* *
* The micro version of GStreamer at compile time: * The micro version of GStreamer at compile time:
*/ */
#define GST_VERSION_MICRO (2) #define GST_VERSION_MICRO (3)
/** /**
* GST_VERSION_NANO: * GST_VERSION_NANO:
* *
* The nano version of GStreamer at compile time: * The nano version of GStreamer at compile time:
* Actual releases have 0, GIT versions have 1, prerelease versions have 2-... * Actual releases have 0, GIT versions have 1, prerelease versions have 2-...
*/ */
#define GST_VERSION_NANO (1) #define GST_VERSION_NANO (0)
/** /**
* GST_CHECK_VERSION: * GST_CHECK_VERSION: