RELEASE 0.11.2

This commit is contained in:
Wim Taymans 2012-02-17 11:01:16 +01:00
parent d95d2cfa1b
commit fcdd9b6776
49 changed files with 6942 additions and 259 deletions

6642
ChangeLog

File diff suppressed because it is too large Load diff

24
NEWS
View file

@ -1,8 +1,22 @@
This is GStreamer 0.11.1 "Sweet New Blossom"
This is GStreamer 0.11.2 "A Shiny white Tooth"
New featues in 0.11.1:
New featues in 0.11.2:
* Parallel installability with 0.10.x series
* Remove negotiation from state change in GstBaseSrc
* Removed our custom FOURCC type
* Updates to the base classes
* Added pts/dts to buffers
* Moved controller into core
* Pad probe rewrite
* AcceptCaps and GetCaps made as queries
* Added parent to pad functions
* Sticky events rewrite
* New GstSample object
* Asynchronous state change support for basesrc
* Added new bitmask type
* GstMemory updates
* Port to gio
* Port to newest glib
* Add stepped ranges
* Do typefind in separate thread
* Rework alloc tracing
* Added STREAM_CONFIG, GAP and STREAM_START events
* Various cleanups and leak fixes

74
RELEASE
View file

@ -1,5 +1,5 @@
Release notes for GStreamer 0.11.1 "Sweet New Blossom"
Release notes for GStreamer 0.11.2 "A Shiny White Tooth"
@ -8,7 +8,8 @@ in the 0.11.x unstable series of the
core of the GStreamer streaming media framework.
The 0.11.x series is an unstable series targeted at developers
The 0.11.x series is an unstable series targeted at developers and will
eventually lead up to the stable 1.0 series.
It is not API or ABI compatible with the stable 0.10.x series.
It is, however, parallel installable with the 0.10.x series.
@ -37,12 +38,39 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
* Parallel installability with 0.10.x series
* Remove negotiation from state change in GstBaseSrc
* Removed our custom FOURCC type
* Updates to the base classes
There were no bugs fixed in this release
* Added pts/dts to buffers
* Moved controller into core
* Pad probe rewrite
* AcceptCaps and GetCaps made as queries
* Added parent to pad functions
* Sticky events rewrite
* New GstSample object
* Asynchronous state change support for basesrc
* Added new bitmask type
* GstMemory updates
* Port to gio
* Port to newest glib
* Add stepped ranges
* Do typefind in separate thread
* Rework alloc tracing
* Added STREAM_CONFIG, GAP and STREAM_START events
* Various cleanups and leak fixes
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
@ -69,30 +97,40 @@ will create more lists as necessary.
Applications
No applications are ported to 0.11 as of yet. We are looking for more people to
port plugins and applications.
Various applications have early ports to GStreamer 0.11 including Totem, RhythmBox,
Webkit, Jokosher, Transmageddon and others. We're working on porting more applications.
Contributors to this release
* Andoni Morales Alastruey
* Antoine Tremblay
* Christian Fredrik Kalager Schaller
* Colin Walters
* David Schleef
* Edward Hervey
* Fabrizio (Misto) Milo
* Guillaume Desmottes
* Josep Torra
* Havard Graff
* Idar Tollefsen
* Jan Schmidt
* Jason DeRose
* Johan Boulé
* Johan Dahlin
* Mark Nauwelaerts
* Matej Knopp
* Nicolas Dufresne
* Olivier Crête
* Peteris Krisjanis
* Piotr Fusik
* Raimo Järvi
* Philippe Normand
* René Stadler
* Reynaldo H. Verdejo Pinochet
* Robert Swain
* Sebastian Dröge
* Shaun Hoopes
* Sjoerd Simons
* Stas Sergeev
* Stefan Kost
* Stefan Sauer
* Thiago Santos
* Thomas Vander Stichele
* Tim-Philipp Müller
* Vincent Penquerc'h
* Wim Taymans
 
 

View file

@ -3,7 +3,7 @@ AC_PREREQ(2.60)
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.11.1.1,
AC_INIT(GStreamer, 0.11.2,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gstreamer)
AG_GST_INIT
@ -48,7 +48,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 31, 0, 0)
AS_LIBTOOL(GST, 32, 0, 0)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.

View file

@ -145,7 +145,7 @@
<FLAGS>rw</FLAGS>
<NICK>Silent</NICK>
<BLURB>Don't produce last_message events.</BLURB>
<DEFAULT>FALSE</DEFAULT>
<DEFAULT>TRUE</DEFAULT>
</ARG>
<ARG>
@ -255,7 +255,7 @@
<FLAGS>rw</FLAGS>
<NICK>Silent</NICK>
<BLURB>Don't produce last_message events.</BLURB>
<DEFAULT>FALSE</DEFAULT>
<DEFAULT>TRUE</DEFAULT>
</ARG>
<ARG>
@ -271,7 +271,7 @@
<ARG>
<NAME>GstFakeSink::num-buffers</NAME>
<TYPE>gint</TYPE>
<RANGE>>= -1</RANGE>
<RANGE>>= G_MAXULONG</RANGE>
<FLAGS>rw</FLAGS>
<NICK>num-buffers</NICK>
<BLURB>Number of buffers to accept going EOS.</BLURB>
@ -425,7 +425,7 @@
<FLAGS>rw</FLAGS>
<NICK>silent</NICK>
<BLURB>silent.</BLURB>
<DEFAULT>FALSE</DEFAULT>
<DEFAULT>TRUE</DEFAULT>
</ARG>
<ARG>

View file

@ -1,45 +1,43 @@
GObject
GInitiallyUnowned
GstObject
GstPad
GstPadTemplate
GstPluginFeature
GstElementFactory
GstTypeFindFactory
GstIndexFactory
GstBus
GstClock
GstControlBinding
GstControlSource
GstElement
GstBin
GstPipeline
GstBaseTransform
GstCapsFilter
GstIdentity
GstBaseSrc
GstFakeSrc
GstPushSrc
GstFdSrc
GstFileSrc
GstBaseSink
GstFakeSink
GstFdSink
GstFileSink
GstBaseSrc
GstFakeSrc
GstFileSrc
GstPushSrc
GstFdSrc
GstBaseTransform
GstCapsFilter
GstIdentity
GstBin
GstPipeline
GstFunnel
GstInputSelector
GstMultiQueue
GstOutputSelector
GstQueue
GstQueue2
GstTee
GstTypeFindElement
GstMultiQueue
GstValve
GstBus
GstPad
GstPadTemplate
GstPlugin
GstPluginFeature
GstElementFactory
GstTypeFindFactory
GstRegistry
GstTask
GstTaskPool
GstClock
GstPlugin
GstRegistry
GstIndex
GstMemIndex
GstFileIndex
GInterface
GTypePlugin
GstChildProxy

View file

@ -3,10 +3,10 @@
<description>standard GStreamer elements</description>
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
<basename>libgstcoreelements.so</basename>
<version>0.10.35.1</version>
<version>0.11.2</version>
<license>LGPL</license>
<source>gstreamer</source>
<package>GStreamer git</package>
<package>GStreamer source release</package>
<origin>Unknown package origin</origin>
<elements>
<element>
@ -128,7 +128,7 @@
<author>Olivier Crete &lt;olivier.crete@collabora.co.uk&gt;</author>
<pads>
<caps>
<name>sink%d</name>
<name>sink_%u</name>
<direction>sink</direction>
<presence>request</presence>
<details>ANY</details>
@ -170,7 +170,7 @@
<author>Julien Moutte &lt;julien@moutte.net&gt;, Jan Schmidt &lt;thaytan@mad.scientist.com&gt;, Wim Taymans &lt;wim.taymans@gmail.com&gt;</author>
<pads>
<caps>
<name>sink%d</name>
<name>sink_%u</name>
<direction>sink</direction>
<presence>request</presence>
<details>ANY</details>
@ -191,13 +191,13 @@
<author>Edward Hervey &lt;edward@fluendo.com&gt;</author>
<pads>
<caps>
<name>sink%d</name>
<name>sink_%u</name>
<direction>sink</direction>
<presence>request</presence>
<details>ANY</details>
</caps>
<caps>
<name>src%d</name>
<name>src_%u</name>
<direction>source</direction>
<presence>sometimes</presence>
<details>ANY</details>
@ -218,7 +218,7 @@
<details>ANY</details>
</caps>
<caps>
<name>src%d</name>
<name>src_%u</name>
<direction>source</direction>
<presence>request</presence>
<details>ANY</details>
@ -281,7 +281,7 @@
<details>ANY</details>
</caps>
<caps>
<name>src%d</name>
<name>src_%u</name>
<direction>source</direction>
<presence>request</presence>
<details>ANY</details>
@ -331,4 +331,4 @@
</pads>
</element>
</elements>
</plugin>
</plugin>

View file

@ -38,6 +38,17 @@ hierarchy, and a set of media-agnostic core elements.
</GitRepository>
</repository>
<release>
<Version>
<revision>0.11.2</revision>
<branch>0.11</branch>
<name>A Shiny white Tooth</name>
<created>2012-02-16</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.11.2.tar.bz2" />
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.11.2.tar.gz" />
</Version>
</release>
<release>
<Version>
<revision>0.11.1</revision>

View file

@ -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: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+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"
@ -1139,9 +1139,6 @@ msgstr "TIPE1, TIPE2,..."
msgid "Do not install a fault handler"
msgstr "Moenie 'n fouthanteerder installeer nie"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Druk \"alloc trace\" (indien aangeskakel tydens kompilering)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""
@ -1212,6 +1209,9 @@ msgstr "Pyplyn word gestel na NULL ...\n"
msgid "Freeing pipeline ...\n"
msgstr "Pyplyn word gestel na NULL ...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Druk \"alloc trace\" (indien aangeskakel tydens kompilering)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Gebruik so: gst-xmllaunch <lêer.xml> [ element.eienskap=waarde ... ]\n"

View file

@ -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: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+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"
@ -1084,9 +1084,6 @@ msgstr ""
msgid "Do not install a fault handler"
msgstr ""
msgid "Print alloc trace (if enabled at compile time)"
msgstr ""
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""

View file

@ -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: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2006-01-18 22:26+0200\n"
"Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"
@ -1093,9 +1093,6 @@ msgstr ""
msgid "Do not install a fault handler"
msgstr ""
msgid "Print alloc trace (if enabled at compile time)"
msgstr ""
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2011-04-26 22:40+0300\n"
"Last-Translator: Alexander Shopov <ash@kambanaria.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@ -1135,11 +1135,6 @@ msgstr "ВИД1,ВИД2,…"
msgid "Do not install a fault handler"
msgstr "Да не се инсталира модул за обработка на грешки"
msgid "Print alloc trace (if enabled at compile time)"
msgstr ""
"Отпечатване на заделянето на памет (ако е било включено при компилиране на "
"програмата)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""
"Принудително извеждане на EOS за източниците преди спирането на конвейера"
@ -1209,6 +1204,11 @@ msgstr "Конвейерът се ЗАНУЛЯВА…\n"
msgid "Freeing pipeline ...\n"
msgstr "Конвейерът се освобождава…\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr ""
#~ "Отпечатване на заделянето на памет (ако е било включено при компилиране "
#~ "на програмата)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Употреба: gst-xmllaunch <файл.xml> [ елемент.свойство=стойност … ]\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2010-11-04 19:41+0100\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
@ -1142,9 +1142,6 @@ msgstr "TIPUS1,TIPUS2,…"
msgid "Do not install a fault handler"
msgstr "No instal·les un gestor de fallades"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Imprimeix una traça d'alloc (si s'ha habilitat al compilar)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Força el final del flux abans de tancar el conducte"
@ -1215,6 +1212,9 @@ msgstr "S'està establint el conducte a NUL…\n"
msgid "Freeing pipeline ...\n"
msgstr "S'està alliberant el conducte…\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Imprimeix una traça d'alloc (si s'ha habilitat al compilar)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Forma d'ús: gst-xmllaunch <file.xml> [ element.propietat=valor … ]\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2011-12-01 08:17+0100\n"
"Last-Translator: Marek Černocký <marek@manet.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@ -1136,9 +1136,6 @@ msgstr "TYP1,TYP2,…"
msgid "Do not install a fault handler"
msgstr "Neinstalovat obsluhu výjimek"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Vypisovat sledování přidělování paměti (je-li povoleno při překladu)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Vynucuje se zakončení proudu (EOS) před vypnutím roury"
@ -1212,6 +1209,10 @@ msgstr "Nastavuje se roura na PRÁZDNÁ…\n"
msgid "Freeing pipeline ...\n"
msgstr "Uvolňuje se roura…\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr ""
#~ "Vypisovat sledování přidělování paměti (je-li povoleno při překladu)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr "Použití: gst-xmllaunch <soubor.xml> [prvek.vlastnost=hodnota…]\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2010-11-06 22:52+0100\n"
"Last-Translator: Mogens Jaeger <mogensjaeger@gmail.com>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
@ -1137,9 +1137,6 @@ msgstr "TYPE1,TYPE2,..."
msgid "Do not install a fault handler"
msgstr "Installér ikke en fejlhåndterer"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Udskriv allokeringsspor (hvis tilladt på oversættelsestidspunktet)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Gennemtving medieslut på kilder før nedlukning af rørledning"
@ -1209,6 +1206,9 @@ msgstr "Rørledning sættes til NUL ...\n"
msgid "Freeing pipeline ...\n"
msgstr "Rørledning frigøres ...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Udskriv allokeringsspor (hvis tilladt på oversættelsestidspunktet)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr "Brug: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2011-04-27 23:44+0200\n"
"Last-Translator: Christian Kirbach <christian.kirbach@googlemail.com>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
@ -1159,10 +1159,6 @@ msgstr "ART1,ART2,..."
msgid "Do not install a fault handler"
msgstr "Keine Routine zum Abfangen von Fehlern installieren"
msgid "Print alloc trace (if enabled at compile time)"
msgstr ""
"Speicherzuordnungsverfolgung ausgeben (falls zur Kompilierzeit aktiviert)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "EOS auf Quelle vor dem Beenden der Leitung erzwingen"
@ -1232,6 +1228,10 @@ msgstr "Leitung wird auf NULL gesetzt ...\n"
msgid "Freeing pipeline ...\n"
msgstr "Leitung wird geleert ...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr ""
#~ "Speicherzuordnungsverfolgung ausgeben (falls zur Kompilierzeit aktiviert)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr "Aufruf: gst-xmllaunch <file.xml> [ element.eigenschaft=wert ...]\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer-0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2010-11-29 11:14+0200\n"
"Last-Translator: Michael Kotsarinis <mk73628@gmail.com>\n"
"Language-Team: Greek <team@lists.gnome.gr>\n"
@ -1150,11 +1150,6 @@ msgstr "TYPE1,TYPE2,…"
msgid "Do not install a fault handler"
msgstr "Να μην εγκατασταθεί χειριστής σφαλμάτων"
msgid "Print alloc trace (if enabled at compile time)"
msgstr ""
"Εμφάνιση ίχνους αντιστοίχισης (αν είναι ενεργοποιημένο κατά τη μεταγλώττιση "
"κώδικα)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Εξαναγκασμός του EOS στις πηγές πριν το κλείσιμο της διασωλήνωσης"
@ -1224,6 +1219,11 @@ msgstr "Ορισμός διασωλήνωσης σε NULL …\n"
msgid "Freeing pipeline ...\n"
msgstr "Αποδέσμευση της διασωλήνωσης …\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr ""
#~ "Εμφάνιση ίχνους αντιστοίχισης (αν είναι ενεργοποιημένο κατά τη "
#~ "μεταγλώττιση κώδικα)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr "Χρήση: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"

View file

@ -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: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+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"
@ -1141,9 +1141,6 @@ msgstr "TYPE1,TYPE2,..."
msgid "Do not install a fault handler"
msgstr "Do not install a fault handler"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Print alloc trace (if enabled at compile time)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""
@ -1215,6 +1212,9 @@ msgstr ""
msgid "Freeing pipeline ...\n"
msgstr "RUNNING pipeline ...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Print alloc trace (if enabled at compile time)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2011-06-04 21:11+0100\n"
"Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n"
"Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n"
@ -1075,9 +1075,6 @@ msgstr "TIPO1,TIPO2,..."
msgid "Do not install a fault handler"
msgstr ""
msgid "Print alloc trace (if enabled at compile time)"
msgstr ""
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2011-10-02 15:45+0200\n"
"Last-Translator: Jorge González González <aloriel@gmail.com>\n"
"Language-Team: Spanish <es@li.org>\n"
@ -1144,9 +1144,6 @@ msgstr "TIPO1,TIPO2,…"
msgid "Do not install a fault handler"
msgstr "No instalar un manejador predeterminado"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Imprimir la traza de asignaciones (si se activó al compilar)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Forzar EOS en las fuentes antes de cerrar la tubería"
@ -1215,6 +1212,9 @@ msgstr "Estableciendo el conducto a NULL …\n"
msgid "Freeing pipeline ...\n"
msgstr "Liberando la tubería…\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Imprimir la traza de asignaciones (si se activó al compilar)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Uso: gst-xmllaunch <archivo.xml> [ propiedad.del.elemento=valor … ]\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer-0.10.26.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2010-03-25 13:10+0100\n"
"Last-Translator: Mikel Olasagasti Uranga <hey_neken@mundurat.net>\n"
"Language-Team: Basque <translation-team-eu@lists.sourceforge.net>\n"
@ -1142,9 +1142,6 @@ msgstr "1.MOTA, 2.MOTA..."
msgid "Do not install a fault handler"
msgstr "Ez instalatu akats-maneiatzailerik"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Inprimatu esleipenen segimendua (konpilatzean gaitu bada)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Derrigortu EOS iturburuetan kanalizazioa itzali aurretik"
@ -1213,6 +1210,9 @@ msgstr "Kanalizazioa NULUA gisa ezartzen... \n"
msgid "Freeing pipeline ...\n"
msgstr "Kanalizazioa askatzen...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Inprimatu esleipenen segimendua (konpilatzean gaitu bada)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Erabilera: gst-xmllaunch <fitxategia.xml> [ elementua."

View file

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2010-11-17 23:10+0200\n"
"Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n"
"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
@ -1135,9 +1135,6 @@ msgstr "TYYPPI1,TYYPPI2,..."
msgid "Do not install a fault handler"
msgstr "Älä asenna virheenkäsittelintä"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Tulosta varausjälki (jos valittu käännöksen yhteydessä)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Pakota virran-loppu lähteille ennen liukuhihan sammuttamista"
@ -1208,6 +1205,9 @@ msgstr "Asetetaan liukuhihna tilaan TYHJÄ...\n"
msgid "Freeing pipeline ...\n"
msgstr "Vapautetaan liukuhihna...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Tulosta varausjälki (jos valittu käännöksen yhteydessä)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Käyttö: gst-xmllaunch <tiedosto.xml> [ elementti.ominaisuus=arvo ... ]\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2011-04-28 09:34+0200\n"
"Last-Translator: Claude Paroz <claude@2xlibre.net>\n"
"Language-Team: French <traduc@traduc.org>\n"
@ -1139,9 +1139,6 @@ msgstr "TYPE1,TYPE2,..."
msgid "Do not install a fault handler"
msgstr "N'installe pas de gestionnaire de dysfonctionnement"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Affiche les traces d'allocations (si activées lors de la compilation)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Force l'EOS sur les sources avant de fermer le pipeline"
@ -1210,6 +1207,10 @@ msgstr "Définition du pipeline à NULL...\n"
msgid "Freeing pipeline ...\n"
msgstr "Libération du pipeline...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr ""
#~ "Affiche les traces d'allocations (si activées lors de la compilation)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Utilisation : gst-xmllaunch <fichier.xml> [ élément."

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2011-09-05 12:49+0200\n"
"Last-Translator: Fran Dieguez <frandieguez@ubuntu.com>\n"
"Language-Team: Galician <proxecto@trasno.net>\n"
@ -1134,9 +1134,6 @@ msgstr "TIPO1,TIPO2,…"
msgid "Do not install a fault handler"
msgstr "Non instalar un manexador predeterminado"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Imprimir a traza de asignacións (se foi activada ao compilar)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Forzar EOS nas orixes antes de pechar a canalización"
@ -1205,6 +1202,9 @@ msgstr "Estabelecendo a tubería a NULL...\n"
msgid "Freeing pipeline ...\n"
msgstr "Liberando a tubería...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Imprimir a traza de asignacións (se foi activada ao compilar)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Uso: gst-xmllaunch <ficheiro.xml> [ propiedade.do.elemento=valor … ]\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2010-11-01 13:39+0100\n"
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
@ -1127,9 +1127,6 @@ msgstr "TÍPUS1,TÍPUS2,…"
msgid "Do not install a fault handler"
msgstr "Ne telepítsen hibakezelőt"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Foglalási nyomkövetés kiírása (ha fordításkor engedélyezték)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "EOS kényszerítése a forrásokra az adatcsatorna leállítása előtt"
@ -1198,6 +1195,9 @@ msgstr "Az adatcsatorna beállítása NULL értékre…\n"
msgid "Freeing pipeline ...\n"
msgstr "Adatcsatorna felszabadítása…\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Foglalási nyomkövetés kiírása (ha fordításkor engedélyezték)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr "Használat: gst-xmllaunch <fájl.xml> [ elem.tulajdonság=érték … ]\n"

View file

@ -1,13 +1,13 @@
# Indonesian translations for gstreamer package.
# This file is put in the public domain.
# Andhika Padmawan <andhika.padmawan@gmail.com>, 2010.
# Andhika Padmawan <andhika.padmawan@gmail.com>, 2010-2012.
#
msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.29.2\n"
"Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"PO-Revision-Date: 2010-06-29 21:55+0700\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2012-01-28 11:44+0700\n"
"Last-Translator: Andhika Padmawan <andhika.padmawan@gmail.com>\n"
"Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n"
"Language: id\n"
@ -153,7 +153,7 @@ msgid "Could not configure supporting library."
msgstr "Tak dapat mengatur pustaka pendukung."
msgid "Encoding error."
msgstr ""
msgstr "Galat penyandian."
msgid "GStreamer encountered a general resource error."
msgstr "GStreamer menghadapi galat umum sumber daya."
@ -303,13 +303,11 @@ msgstr "tanggal"
msgid "date the data was created (as a GDate structure)"
msgstr "tanggal data dibuat (menurut struktur GDate)"
#, fuzzy
msgid "datetime"
msgstr "tanggal"
msgstr "tanggalwaktu"
#, fuzzy
msgid "date and time the data was created (as a GstDateTime structure)"
msgstr "tanggal data dibuat (menurut struktur GDate)"
msgstr "tanggal dan waktu data dibuat (menurut struktur GDateTime)"
msgid "genre"
msgstr "genre"
@ -405,12 +403,11 @@ msgstr "uri hak cipta"
msgid "URI to the copyright notice of the data"
msgstr "URI ke keterangan hak cipta data"
#, fuzzy
msgid "encoded by"
msgstr "penyandi"
msgstr "disandikan oleh"
msgid "name of the encoding person or organization"
msgstr ""
msgstr "nama penyandian orang atau organisasi"
msgid "contact"
msgstr "kontak"
@ -661,12 +658,11 @@ msgstr ""
"lokasi di dalam kota tempat media dihasilkan atau dibuat (misalnya "
"lingkungan)"
#, fuzzy
msgid "geo location horizontal error"
msgstr "nama lokasi geografis"
msgstr "galat horizontal lokasi geografis"
msgid "expected error of the horizontal positioning measures (in meters)"
msgstr ""
msgstr "galat yang diharapkan dari pengukuran posisi horizontal (dalam meter)"
msgid "geo location movement speed"
msgstr "kecepatan gerak lokasi geografis"
@ -773,19 +769,17 @@ msgstr "model divais"
msgid "Model of the device used to create this media"
msgstr "Model divais yang digunakan untuk membuat media ini"
#, fuzzy
msgid "application name"
msgstr "nama lokasi geografis"
msgstr "nama aplikasi"
#, fuzzy
msgid "Application used to create the media"
msgstr "Model divais yang digunakan untuk membuat media ini"
msgstr "Aplikasi yang digunakan untuk membuat media"
msgid "application data"
msgstr ""
msgstr "data aplikasi"
msgid "Arbitrary application data to be serialized into the media"
msgstr ""
msgstr "Data aplikasi wajib yang akan diurutkan dalam media"
msgid "image orientation"
msgstr "orientasi gambar"
@ -971,13 +965,13 @@ msgid "controllable"
msgstr "dapat dikendalikan"
msgid "changeable in NULL, READY, PAUSED or PLAYING state"
msgstr ""
msgstr "dapat diubah dalam kondisi NULL, READY, PAUSED atau PLAYING"
msgid "changeable only in NULL, READY or PAUSED state"
msgstr ""
msgstr "hanya dapat diubah dalam kondisi NULL, READY, atau PAUSED"
msgid "changeable only in NULL or READY state"
msgstr ""
msgstr "hanya dapat diubah dalam kondisi NULL atau READY"
msgid "Blacklisted files:"
msgstr "Berkas yang dilarang:"
@ -1038,7 +1032,7 @@ msgid "No such element or plugin '%s'\n"
msgstr "Tak ada elemen atau plugin '%s'\n"
msgid "Index statistics"
msgstr ""
msgstr "Statistik indeks"
#, c-format
msgid "Got message #%u from element \"%s\" (%s): "
@ -1134,14 +1128,11 @@ msgstr "TIPE1, TIPE2,..."
msgid "Do not install a fault handler"
msgstr "Jangan instal penanganan galat"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Cetak jejak alokasi (jika diaktifkan sewaktu kompilasi)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Paksa EOS pada sumber sebelum mematikan pemipaan"
msgid "Gather and print index statistics"
msgstr ""
msgstr "Kumpulkan dan cetak statistik indeks"
#, c-format
msgid "ERROR: pipeline could not be constructed: %s.\n"
@ -1234,6 +1225,9 @@ msgstr "Membebaskan baris pipa ...\n"
#~ msgid "Do not install signal handlers for SIGUSR1 and SIGUSR2"
#~ msgstr "Jangan instal penanganan sinyal untuk SIGUSR1 dan SIGUSR2"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Cetak jejak alokasi (jika diaktifkan sewaktu kompilasi)"
#~ msgid "Error writing registry cache to %s: %s"
#~ msgstr "Galat menulis tembolok registry ke %s: %s"

View file

@ -106,7 +106,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2010-10-25 10:03+0200\n"
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@ -1310,10 +1310,6 @@ msgstr "TIPO1,TIPO2,..."
msgid "Do not install a fault handler"
msgstr "Non installa un gestore di fault"
# -T, --trace
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Stampa traccia di alloc (se abilitato in compilazione)"
# -e, --eos-on-shutdown
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Forza EOS sulle sorgenti prima di arrestare la pipeline"
@ -1389,6 +1385,10 @@ msgstr "Impostazione della pipeline a NULL ...\n"
msgid "Freeing pipeline ...\n"
msgstr "Esecuzione di free sulla pipeline...\n"
# -T, --trace
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Stampa traccia di alloc (se abilitato in compilazione)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr "Uso: gst-xmllaunch <FILE.XML> [ ELEMENTO.PROPRIETA=VALORE ... ]\n"

View file

@ -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: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2008-10-16 19:57+0900\n"
"Last-Translator: Makoto Kato <makoto.kt@gmail.com>\n"
"Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
@ -1111,9 +1111,6 @@ msgstr "TYPE1,TYPE2,..."
msgid "Do not install a fault handler"
msgstr "フォールトハンドラをインストールしない"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "alloc トレースを表示する (コンパイル時に有効にする必要があります)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""
@ -1184,6 +1181,9 @@ msgstr ""
msgid "Freeing pipeline ...\n"
msgstr "パイプラインを解放 (FREEING) しています...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "alloc トレースを表示する (コンパイル時に有効にする必要があります)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr "使い方: gst-xmllaunch <file.xml> [ element.property=value ...]\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.29.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2010-07-16 00:50+0300\n"
"Last-Translator: Žygimantas Beručka <uid0@akl.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@ -1137,9 +1137,6 @@ msgstr "TIPAS1,TIPAS2,..."
msgid "Do not install a fault handler"
msgstr "Neįdiegti klaidų apdorojimo posistemės"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Išvesti alloc sekimą (jei įjungta kompiliavimo metu)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Priverstinai naudoti EOS šaltiniuose prie išjungiant konvejerį"
@ -1208,6 +1205,9 @@ msgstr "Nustatomas konvejeris į NULL...\n"
msgid "Freeing pipeline ...\n"
msgstr "Atlaisvinamas konvejeris...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Išvesti alloc sekimą (jei įjungta kompiliavimo metu)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Naudojimas: gst-xmllaunch <failas.xml> [ elementas.savybė=reikšmė ... ]\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2010-10-24 21:36+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
@ -1097,9 +1097,6 @@ msgstr "TYPE1,TYPE2,..."
msgid "Do not install a fault handler"
msgstr ""
msgid "Print alloc trace (if enabled at compile time)"
msgstr ""
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2011-04-26 23:10+0200\n"
"Last-Translator: Freek de Kruijf <f.de.kruijf@gmail.com>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
@ -1142,9 +1142,6 @@ msgstr "SOORT1,SOORT2,..."
msgid "Do not install a fault handler"
msgstr "Geen foutafhandelaar installeren"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Toewijzingsspoor weergeven (indien aangezet tijdens compileren)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Forceer een EOS op de bron bij het afsluiten van de pijplijn"
@ -1213,6 +1210,9 @@ msgstr "Pijplijn gezet op NULL ...\n"
msgid "Freeing pipeline ...\n"
msgstr "Pijplijn wordt vrijgemaakt ...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Toewijzingsspoor weergeven (indien aangezet tijdens compileren)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Gebruik: gst-xmllaunch <bestand.xml> [ element.eigenschap=waarde ... ]\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2011-04-26 17:54+0200\n"
"Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
@ -1138,9 +1138,6 @@ msgstr "RODZAJ1,RODZAJ2,..."
msgid "Do not install a fault handler"
msgstr "Nie instalowanie obsługi błędów"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Wypisanie śladu alokacji (jeśli został włączony w czasie kompilacji)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Wymuszanie EOS na źródłach przed zamknięciem potoku"
@ -1209,6 +1206,10 @@ msgstr "Ustawianie potoku na NULL...\n"
msgid "Freeing pipeline ...\n"
msgstr "Zwalnianie potoku...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr ""
#~ "Wypisanie śladu alokacji (jeśli został włączony w czasie kompilacji)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Składnia: gst-xmllaunch <plik.xml> [ element.właściwość=wartość ... ]\n"

View file

@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer-0.10.31.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2011-01-08 01:36-0300\n"
"Last-Translator: Fabrício Godoy <skarllot@gmail.com>\n"
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
@ -1152,9 +1152,6 @@ msgstr "TIPO1,TIPO2,..."
msgid "Do not install a fault handler"
msgstr "Não instale um manipulador de falhas"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Exibir trilha de alocação (se habilitado na compilação)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""
"Forçar finalização do fluxo nos elementos fonte antes de desligar a fila de "
@ -1228,6 +1225,9 @@ msgstr "Definindo a fila de processamento para NULO...\n"
msgid "Freeing pipeline ...\n"
msgstr "Liberando a fila de processamento...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Exibir trilha de alocação (se habilitado na compilação)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Uso: gst-xmllaunch <arquivo.xml> [ elemento.propriedade=valor ... ]\n"

View file

@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.29.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2010-08-16 01:10+0300\n"
"Last-Translator: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n"
"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
@ -1156,9 +1156,6 @@ msgstr "TIP1,TIP2,..."
msgid "Do not install a fault handler"
msgstr "Nu instala un gestionar de erori"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Afișează căile de alocare (dacă s-a activat la momentul compilării)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Forțează EOS pe surse înainte de a închide linia de asamblare"
@ -1227,6 +1224,9 @@ msgstr "Se setează linia de asamblare pe NULL ...\n"
msgid "Freeing pipeline ...\n"
msgstr "Se eliberează linia de asamblare...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Afișează căile de alocare (dacă s-a activat la momentul compilării)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Utilizare: gst-xmllaunch <fișier.xml> [ element.property=valoare ... ]\n"

View file

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer-0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2011-04-26 20:25+0400\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <gnu@mx.ru>\n"
@ -1137,9 +1137,6 @@ msgstr "ТИП1, ТИП2,..."
msgid "Do not install a fault handler"
msgstr "Не устанавливать обработчик ошибок"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Вывести трассировку выделения памяти (если включено при сборке)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Выдать EOS в источники перед закрытием конвейера"
@ -1208,6 +1205,9 @@ msgstr "Установка конвейера в состояние NULL...\n"
msgid "Freeing pipeline ...\n"
msgstr "Освобождение конвейера...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Вывести трассировку выделения памяти (если включено при сборке)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Использование: gst-xmllaunch <файл.xml> [ элемент.свойство=значение...]\n"

View file

@ -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: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2005-04-04 10:55-0700\n"
"Last-Translator: Steven Michael Murphy <murf@e-tools.com>\n"
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
@ -1315,10 +1315,6 @@ msgstr ""
msgid "Do not install a fault handler"
msgstr "OYA Kwinjiza porogaramu a"
#, fuzzy
msgid "Print alloc trace (if enabled at compile time)"
msgstr "NIBA Bikora ku Gukusanya Igihe"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""
@ -1392,6 +1388,10 @@ msgstr ""
msgid "Freeing pipeline ...\n"
msgstr ""
#, fuzzy
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "NIBA Bikora ku Gukusanya Igihe"
#, fuzzy
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr "IDOSIYE xml Ikigize: indangakintu Agaciro"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.30.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2010-11-08 16:13+0100\n"
"Last-Translator: Peter Tuhársky <tuharsky@misbb.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@ -1150,9 +1150,6 @@ msgstr "TYP1,TYP2,..."
msgid "Do not install a fault handler"
msgstr "Neinštalovať obsluhu výnimiek"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Vypisovať stopu alokácie (ak je to povolené pri kompilácii)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Vynútiť EOS na zdrojoch pred vypnutím rúry"
@ -1224,6 +1221,9 @@ msgstr "Nastavujem rúru na NULOVÚ ...\n"
msgid "Freeing pipeline ...\n"
msgstr "Uvoľňujem rúru ...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Vypisovať stopu alokácie (ak je to povolené pri kompilácii)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Použitie: gst-xmllaunch <súbor.xml> [ prvk.vlastnosť=hodnota ... ]\n"

View file

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2011-09-22 15:02+0100\n"
"Last-Translator: Klemen Košir <klemen.kosir@gmx.com>\n"
"Language-Team: Slovenian <translation-team-sl@lists.sourceforge.net>\n"
@ -1138,11 +1138,6 @@ msgstr "VRSTA1, VRSTA2 ..."
msgid "Do not install a fault handler"
msgstr "Na namesti ročnika napak"
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 "Force EOS on sources before shutting the pipeline down"
msgstr "Viru vsili EOS pred zaustavitvijo cevovoda"
@ -1211,6 +1206,11 @@ msgstr "Nastavljanje cevovoda na NULL ...\n"
msgid "Freeing pipeline ...\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"
#~ msgstr ""
#~ "Uporaba: gst-xmllaunch <datoteka.xml> [ predmet.lastnost=vrednost ... ]\n"

View file

@ -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: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+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"
@ -1146,9 +1146,6 @@ msgstr "LLOJI1,LLOJI2,..."
msgid "Do not install a fault handler"
msgstr "Mos instalo një ushqyes të dëmtuar"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Printo shenjat e alloc (nëse aktivuar në kohën e kompilimit)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""
@ -1220,6 +1217,9 @@ msgstr ""
msgid "Freeing pipeline ...\n"
msgstr "DUKE ZBATUAR pipeline ...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Printo shenjat e alloc (nëse aktivuar në kohën e kompilimit)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Përdorimi: gst-xmllaunch <file.xml> [ element.property=vlera ... ]\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer-0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2011-12-05 10:40+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <gnu@prevod.org>\n"
@ -1140,9 +1140,6 @@ msgstr "ВРСТА1,ВРСТА2,..."
msgid "Do not install a fault handler"
msgstr "Неће инсталирати руковаоца грешкама"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Испиши траг доделе меморије (ако је укључено при превођењу)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Приморај ЕОС на извору пре гашења спојке низа"
@ -1211,6 +1208,9 @@ msgstr "Постављам спојку низа на НИШТА ...\n"
msgid "Freeing pipeline ...\n"
msgstr "Ослобађам спојку низа...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Испиши траг доделе меморије (ако је укључено при превођењу)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Употреба: gst-xmllaunch <датотека.xml> [ елемент.особина=вредност ... ]\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.31.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2011-01-09 19:46+0100\n"
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
"Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
@ -1146,9 +1146,6 @@ msgstr "TYP1,TYP2,..."
msgid "Do not install a fault handler"
msgstr "Installera inte en felhanterare"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Skriv ut alloc-spår (om aktiverat vid kompileringen)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Tvinga EOS på källor innan rörledningen stängs av"
@ -1220,6 +1217,9 @@ msgstr "Ställer in rörledningen till NULL...\n"
msgid "Freeing pipeline ...\n"
msgstr "Frigör rörledning ...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "Skriv ut alloc-spår (om aktiverat vid kompileringen)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Användning: gst-xmllaunch <fil.xml> [ element.egenskap=värde ... ]\n"

View file

@ -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: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+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"
@ -1147,9 +1147,6 @@ msgstr "TÜR1,TÜR2,..."
msgid "Do not install a fault handler"
msgstr "Hatalı işleticiyi kurma"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "'alloc' takibini yazdır (derleme sırasında etkinleştirilmişse)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""
@ -1221,6 +1218,9 @@ msgstr ""
msgid "Freeing pipeline ...\n"
msgstr "BORUHATTI çalıştırılıyor ...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "'alloc' takibini yazdır (derleme sırasında etkinleştirilmişse)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr "Kullanım: gst-xmllaunch <dosya.xml> [ öğe.özellik=değer ... ]\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.32.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2011-04-30 20:26+0300\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
@ -1134,9 +1134,6 @@ msgstr "ТИП1,ТИП2,..."
msgid "Do not install a fault handler"
msgstr "Не встановлювати обробник збоїв"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "Вивести трасування розподілу пам’яті (якщо ввімкнено при компіляції)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Примусово надіслати EOS до джерел до завершення роботи каналу"
@ -1205,6 +1202,10 @@ msgstr "Канал переводиться у стан NULL ...\n"
msgid "Freeing pipeline ...\n"
msgstr "Спорожнення каналу...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr ""
#~ "Вивести трасування розподілу пам’яті (якщо ввімкнено при компіляції)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Використання: gst-xmllaunch <file.xml> [ елемент."

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.29.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2010-10-03 19:09+1030\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
@ -1135,9 +1135,6 @@ msgstr "KIỂU1,KIỂU2,..."
msgid "Do not install a fault handler"
msgstr "Không cài đặt bộ quản lý lỗi"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "In ra vết cấp phát (nếu được bật khi biên dich)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "Ép buộc kết thúc luồng trên các nguồn trước khi đóng đường ống"
@ -1208,6 +1205,9 @@ msgstr "Đang lập đường ống thành VÔ GIÁ TRỊ ...\n"
msgid "Freeing pipeline ...\n"
msgstr "Đang giải phóng đường ống...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "In ra vết cấp phát (nếu được bật khi biên dich)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr ""
#~ "Cách sử dụng: gst-xmllaunch <tập_tin.xml> [ yếu_tố.tài_sản=giá_trị ...]\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.10.25.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
"POT-Creation-Date: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+0100\n"
"PO-Revision-Date: 2010-02-02 18:58+0800\n"
"Last-Translator: Ji ZhengYu <zhengyuji@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
@ -1107,9 +1107,6 @@ msgstr "类型1类型2..."
msgid "Do not install a fault handler"
msgstr "不安装错误的处理程序"
msgid "Print alloc trace (if enabled at compile time)"
msgstr "打印分配记录(如果在编译时开启的话)"
#, fuzzy
msgid "Force EOS on sources before shutting the pipeline down"
msgstr "关闭管道前强制对源发出 EOS 信号"
@ -1203,6 +1200,9 @@ msgstr "释放管道资源 ...\n"
#~ msgid "FILE"
#~ msgstr "文件"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "打印分配记录(如果在编译时开启的话)"
#~ msgid "Error writing registry cache to %s: %s"
#~ msgstr "寄存器缓存写入 %s 时出错: %s"

View file

@ -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: 2012-01-05 11:27+0000\n"
"POT-Creation-Date: 2012-02-17 09:51+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"
@ -1125,9 +1125,6 @@ msgstr "TYPE1,TYPE2,..."
msgid "Do not install a fault handler"
msgstr ""
msgid "Print alloc trace (if enabled at compile time)"
msgstr "印出 alloc 追蹤訊息 (如果編譯程式時有啟用這項功能)"
msgid "Force EOS on sources before shutting the pipeline down"
msgstr ""
@ -1199,6 +1196,9 @@ msgstr ""
msgid "Freeing pipeline ...\n"
msgstr "執行管線 ...\n"
#~ msgid "Print alloc trace (if enabled at compile time)"
#~ msgstr "印出 alloc 追蹤訊息 (如果編譯程式時有啟用這項功能)"
#~ msgid "Usage: gst-xmllaunch <file.xml> [ element.property=value ... ]\n"
#~ msgstr "用法gst-xmllaunch <file.xml> [ element.property=value ... ]\n"

View file

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

View file

@ -1055,7 +1055,7 @@ gst_flow_return_get_type (void)
"custom-success"},
{C_ENUM (GST_FLOW_OK), "GST_FLOW_OK", "ok"},
{C_ENUM (GST_FLOW_NOT_LINKED), "GST_FLOW_NOT_LINKED", "not-linked"},
{C_ENUM (GST_FLOW_FLUSHING), "GST_FLOW_FLUSHING", "wrong-state"},
{C_ENUM (GST_FLOW_FLUSHING), "GST_FLOW_FLUSHING", "flushing"},
{C_ENUM (GST_FLOW_EOS), "GST_FLOW_EOS", "eos"},
{C_ENUM (GST_FLOW_NOT_NEGOTIATED), "GST_FLOW_NOT_NEGOTIATED",
"not-negotiated"},

View file

@ -57,14 +57,14 @@ G_BEGIN_DECLS
*
* The micro version of GStreamer at compile time:
*/
#define GST_VERSION_MICRO (1)
#define GST_VERSION_MICRO (2)
/**
* GST_VERSION_NANO:
*
* The nano version of GStreamer at compile time:
* 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: