gst/gsterror.*: Add error for clock stuff.

Original commit message from CVS:
* gst/gsterror.c: (_gst_core_errors_init):
* gst/gsterror.h:
Add error for clock stuff.

* gst/gstpipeline.c: (gst_pipeline_change_state),
(gst_pipeline_set_clock):
Post clock error when clock cannot be used in a pipeline.
This commit is contained in:
Wim Taymans 2005-11-23 11:22:39 +00:00
parent df00e2ede5
commit 79991c29b1
21 changed files with 70 additions and 52 deletions

View file

@ -1,3 +1,13 @@
2005-11-23 Wim Taymans <wim@fluendo.com>
* gst/gsterror.c: (_gst_core_errors_init):
* gst/gsterror.h:
Add error for clock stuff.
* gst/gstpipeline.c: (gst_pipeline_change_state),
(gst_pipeline_set_clock):
Post clock error when clock cannot be used in a pipeline.
2005-11-23 Stefan Kost <ensonic@users.sf.net> 2005-11-23 Stefan Kost <ensonic@users.sf.net>
* docs/gst/gstreamer-sections.txt: * docs/gst/gstreamer-sections.txt:

View file

@ -151,6 +151,8 @@ _gst_core_errors_init (void)
TABLE (t, CORE, TAG, N_("Internal GStreamer error: tag problem." FILE_A_BUG)); TABLE (t, CORE, TAG, N_("Internal GStreamer error: tag problem." FILE_A_BUG));
TABLE (t, CORE, MISSING_PLUGIN, TABLE (t, CORE, MISSING_PLUGIN,
N_("Your GStreamer installation is missing a plug-in.")); N_("Your GStreamer installation is missing a plug-in."));
TABLE (t, CORE, CLOCK,
N_("Internal GStreamer error: clock problem." FILE_A_BUG));
return t; return t;
} }

View file

@ -51,6 +51,7 @@ G_BEGIN_DECLS
* @GST_CORE_ERROR_CAPS: used for caps-related errors. * @GST_CORE_ERROR_CAPS: used for caps-related errors.
* @GST_CORE_ERROR_TAG: used for negotiation-related errors. * @GST_CORE_ERROR_TAG: used for negotiation-related errors.
* @GST_CORE_ERROR_MISSING_PLUGIN: used if a plugin is missing. * @GST_CORE_ERROR_MISSING_PLUGIN: used if a plugin is missing.
* @GST_CORE_ERROR_CLOCK: used for clock related errors.
* @GST_CORE_ERROR_NUM_ERRORS: the number of core error types. * @GST_CORE_ERROR_NUM_ERRORS: the number of core error types.
* *
* Core errors are errors inside the core GStreamer library. * Core errors are errors inside the core GStreamer library.
@ -71,6 +72,7 @@ typedef enum
GST_CORE_ERROR_CAPS, GST_CORE_ERROR_CAPS,
GST_CORE_ERROR_TAG, GST_CORE_ERROR_TAG,
GST_CORE_ERROR_MISSING_PLUGIN, GST_CORE_ERROR_MISSING_PLUGIN,
GST_CORE_ERROR_CLOCK,
GST_CORE_ERROR_NUM_ERRORS GST_CORE_ERROR_NUM_ERRORS
} GstCoreError; } GstCoreError;

View file

@ -44,6 +44,8 @@
*/ */
#include "gst_private.h" #include "gst_private.h"
#include "gsterror.h"
#include "gst-i18n-lib.h"
#include "gstpipeline.h" #include "gstpipeline.h"
#include "gstinfo.h" #include "gstinfo.h"
@ -425,7 +427,9 @@ gst_pipeline_change_state (GstElement * element, GstStateChange transition)
invalid_clock: invalid_clock:
{ {
/* FIXME, post error message */ GST_ELEMENT_ERROR (pipeline, CORE, CLOCK,
(_("Selected clock cannot be used in pipeline.")),
("Pipeline cannot operate with selected clock"));
GST_DEBUG_OBJECT (pipeline, GST_DEBUG_OBJECT (pipeline,
"Pipeline cannot operate with selected clock %p", clock); "Pipeline cannot operate with selected clock %p", clock);
return GST_STATE_CHANGE_FAILURE; return GST_STATE_CHANGE_FAILURE;

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.0\n" "Project-Id-Version: gstreamer 0.8.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+0100\n"
"PO-Revision-Date: 2004-03-24 11:28+0200\n" "PO-Revision-Date: 2004-03-24 11:28+0200\n"
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n" "Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
"Language-Team: Afrikaans <i18n@af.org.za>\n" "Language-Team: Afrikaans <i18n@af.org.za>\n"
@ -278,12 +278,12 @@ msgstr "Kon nie stroom demultiplekseer nie."
msgid "Could not multiplex stream." msgid "Could not multiplex stream."
msgstr "Kon nie stroom multiplekseer nie." msgstr "Kon nie stroom multiplekseer nie."
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "Geen foutboodskap vir domein %s." msgstr "Geen foutboodskap vir domein %s."
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "Geen standaard foutboodskap vir domein %s en kode %d." msgstr "Geen standaard foutboodskap vir domein %s en kode %d."

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer-0.8.0\n" "Project-Id-Version: gstreamer-0.8.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+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"
@ -248,12 +248,12 @@ msgstr ""
msgid "Could not multiplex stream." msgid "Could not multiplex stream."
msgstr "" msgstr ""
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "" msgstr ""
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "" msgstr ""

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.7pre2\n" "Project-Id-Version: gstreamer 0.8.7pre2\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+0100\n"
"PO-Revision-Date: 2004-12-22 17:44+0100\n" "PO-Revision-Date: 2004-12-22 17:44+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"
@ -293,12 +293,12 @@ msgstr "No s'ha pogut demultiplexar el flux."
msgid "Could not multiplex stream." msgid "Could not multiplex stream."
msgstr "No s'ha pogut multiplexar el flux." msgstr "No s'ha pogut multiplexar el flux."
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "No hi ha cap missatge d'error per al domini %s." msgstr "No hi ha cap missatge d'error per al domini %s."
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "" msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.7pre2\n" "Project-Id-Version: gstreamer 0.8.7pre2\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+0100\n"
"PO-Revision-Date: 2004-12-27 17:23+0100\n" "PO-Revision-Date: 2004-12-27 17:23+0100\n"
"Last-Translator: Miloslav Trmac <mitr@volny.cz>\n" "Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n" "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@ -273,12 +273,12 @@ msgstr "Nemohu demultiplexovat proud."
msgid "Could not multiplex stream." msgid "Could not multiplex stream."
msgstr "Nemohu multiplexovat proud." msgstr "Nemohu multiplexovat proud."
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "Pro doménu %s není zpráva o chybě." msgstr "Pro doménu %s není zpráva o chybě."
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "Pro doménu %s a kód %d není standardní zpráva o chybě." msgstr "Pro doménu %s a kód %d není standardní zpráva o chybě."

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.1\n" "Project-Id-Version: gstreamer 0.8.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+0100\n"
"PO-Revision-Date: 2004-06-05 09:32+0100\n" "PO-Revision-Date: 2004-06-05 09:32+0100\n"
"Last-Translator: Roland Illig <roland.illig@gmx.de>\n" "Last-Translator: Roland Illig <roland.illig@gmx.de>\n"
"Language-Team: German <de@li.org>\n" "Language-Team: German <de@li.org>\n"
@ -300,12 +300,12 @@ msgstr "Konnte den Datenstrom nicht Demultiplexen."
msgid "Could not multiplex stream." msgid "Could not multiplex stream."
msgstr "Konnte den Datenstrom nicht multiplexen." msgstr "Konnte den Datenstrom nicht multiplexen."
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "Keine Fehlermeldung für den Bereich %s." msgstr "Keine Fehlermeldung für den Bereich %s."
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "Keine Standardfehlermeldung für den Bereich %s und Fehlercode %d." msgstr "Keine Standardfehlermeldung für den Bereich %s und Fehlercode %d."

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.1\n" "Project-Id-Version: gstreamer 0.8.1\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+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"
@ -267,12 +267,12 @@ msgstr "Could not demultiplex stream."
msgid "Could not multiplex stream." msgid "Could not multiplex stream."
msgstr "Could not multiplex stream." msgstr "Could not multiplex stream."
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "No error message for domain %s." msgstr "No error message for domain %s."
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "No standard error message for domain %s and code %d." msgstr "No standard error message for domain %s and code %d."

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: GStreamer\n" "Project-Id-Version: GStreamer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+0100\n"
"PO-Revision-Date: 2004-01-13 16:52+0100\n" "PO-Revision-Date: 2004-01-13 16:52+0100\n"
"Last-Translator: Julien Moutte <julien@moutte.net>\n" "Last-Translator: Julien Moutte <julien@moutte.net>\n"
"Language-Team: French <fr@li.org>\n" "Language-Team: French <fr@li.org>\n"
@ -275,12 +275,12 @@ msgstr "Echoué a déterminer le type du flux"
msgid "Could not multiplex stream." msgid "Could not multiplex stream."
msgstr "Echoué a déterminer le type du flux" msgstr "Echoué a déterminer le type du flux"
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "" msgstr ""
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "" msgstr ""

View file

@ -108,7 +108,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.7pre2\n" "Project-Id-Version: gstreamer 0.8.7pre2\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+0100\n"
"PO-Revision-Date: 2004-12-21 08:23+0100\n" "PO-Revision-Date: 2004-12-21 08:23+0100\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"
@ -378,12 +378,12 @@ msgstr "Impossibile de-multiplare lo stream."
msgid "Could not multiplex stream." msgid "Could not multiplex stream."
msgstr "Impossibile multiplare lo stream." msgstr "Impossibile multiplare lo stream."
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "Nessun messaggio d'errore per il dominio %s." msgstr "Nessun messaggio d'errore per il dominio %s."
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "Nessun messaggio d'errore standard per il dominio %s ed il codice %d." msgstr "Nessun messaggio d'errore standard per il dominio %s ed il codice %d."

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: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+0100\n"
"PO-Revision-Date: 2005-02-17 12:00+0100\n" "PO-Revision-Date: 2005-02-17 12:00+0100\n"
"Last-Translator: Kjartan Maraas <kmaraas@broadpark.no>\n" "Last-Translator: Kjartan Maraas <kmaraas@broadpark.no>\n"
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n" "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
@ -248,12 +248,12 @@ msgstr "Kunne ikke bryte opp strøm."
msgid "Could not multiplex stream." msgid "Could not multiplex stream."
msgstr "Kunne ikke sette sammen strøm." msgstr "Kunne ikke sette sammen strøm."
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "Ingen feilmelding for domene %s." msgstr "Ingen feilmelding for domene %s."
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "Ingen standard feilmelding for domene %s og kode %d." msgstr "Ingen standard feilmelding for domene %s og kode %d."

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: GStreamer\n" "Project-Id-Version: GStreamer\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+0100\n"
"PO-Revision-Date: 2004-01-13 12:03+0100\n" "PO-Revision-Date: 2004-01-13 12:03+0100\n"
"Last-Translator: Thomas Vander Stichele <thomas@apestaart.org>\n" "Last-Translator: Thomas Vander Stichele <thomas@apestaart.org>\n"
"Language-Team: Dutch <nl@li.org>\n" "Language-Team: Dutch <nl@li.org>\n"
@ -274,12 +274,12 @@ msgstr "Kon de stroom niet demultiplexen."
msgid "Could not multiplex stream." msgid "Could not multiplex stream."
msgstr "Kon de stroom niet multiplexen." msgstr "Kon de stroom niet multiplexen."
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "Geen foutboodschap voor domein %s." msgstr "Geen foutboodschap voor domein %s."
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "Geen standaard foutboodschap voor domein %s en code %d." msgstr "Geen standaard foutboodschap voor domein %s en code %d."

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.8\n" "Project-Id-Version: gstreamer 0.8.8\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+0100\n"
"PO-Revision-Date: 2005-02-12 23:37+0300\n" "PO-Revision-Date: 2005-02-12 23:37+0300\n"
"Last-Translator: Peter Astakhov <astakhovp@mail.ru>\n" "Last-Translator: Peter Astakhov <astakhovp@mail.ru>\n"
"Language-Team: Russian <ru@li.org>\n" "Language-Team: Russian <ru@li.org>\n"
@ -254,12 +254,12 @@ msgstr ""
msgid "Could not multiplex stream." msgid "Could not multiplex stream."
msgstr "" msgstr ""
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "" msgstr ""
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "" msgstr ""

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.4\n" "Project-Id-Version: gstreamer 0.8.4\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+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"
@ -273,12 +273,12 @@ msgstr "I pamundur demultipleksimi i stream."
msgid "Could not multiplex stream." msgid "Could not multiplex stream."
msgstr "I pamundur multipleksimi i vazhdës." msgstr "I pamundur multipleksimi i vazhdës."
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "Asnjë mesazh gabimi për domain %s." msgstr "Asnjë mesazh gabimi për domain %s."
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "Asnjë mesazh gabimi standart për domain %s dhe kodin %d." msgstr "Asnjë mesazh gabimi standart për domain %s dhe kodin %d."

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.7.6\n" "Project-Id-Version: gstreamer 0.7.6\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+0100\n"
"PO-Revision-Date: 2004-03-13 01:47+0100\n" "PO-Revision-Date: 2004-03-13 01:47+0100\n"
"Last-Translator: Danilo Segan <dsegan@gmx.net>\n" "Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
"Language-Team: Serbian <gnu@prevod.org>\n" "Language-Team: Serbian <gnu@prevod.org>\n"
@ -276,12 +276,12 @@ msgstr "Не могу да разградим ток."
msgid "Could not multiplex stream." msgid "Could not multiplex stream."
msgstr "Не могу да изградим ток." msgstr "Не могу да изградим ток."
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "Нема поруке о грешци за домен %s." msgstr "Нема поруке о грешци за домен %s."
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "Нема обичне поруке о грешци за домен %s и код %d." msgstr "Нема обичне поруке о грешци за домен %s и код %d."

View file

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.7pre2\n" "Project-Id-Version: gstreamer 0.8.7pre2\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+0100\n"
"PO-Revision-Date: 2004-12-21 14:49+0100\n" "PO-Revision-Date: 2004-12-21 14:49+0100\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n" "Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n" "Language-Team: Swedish <sv@li.org>\n"
@ -277,12 +277,12 @@ msgstr "Kunde inte avmultiplexera flöde."
msgid "Could not multiplex stream." msgid "Could not multiplex stream."
msgstr "Kunde inte multiplexera flöde." msgstr "Kunde inte multiplexera flöde."
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "Inget felmeddelande för domänen %s." msgstr "Inget felmeddelande för domänen %s."
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "Inget standardfelmeddelande för domänen %s och koden %d." msgstr "Inget standardfelmeddelande för domänen %s och koden %d."

View file

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.0\n" "Project-Id-Version: gstreamer 0.8.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+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"
@ -273,12 +273,12 @@ msgstr "Akım çoklaması geriye alınamadı."
msgid "Could not multiplex stream." msgid "Could not multiplex stream."
msgstr "Akım çoklandırılamadı." msgstr "Akım çoklandırılamadı."
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "%s etki alanı için hiç hata iletisi yok." msgstr "%s etki alanı için hiç hata iletisi yok."
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "%s etki alanı ve %d kodu için standart hata iletisi yok." msgstr "%s etki alanı ve %d kodu için standart hata iletisi yok."

View file

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: gstreamer 0.8.3\n" "Project-Id-Version: gstreamer 0.8.3\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+0100\n"
"PO-Revision-Date: 2004-08-03 10:53+0200\n" "PO-Revision-Date: 2004-08-03 10:53+0200\n"
"Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n" "Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n" "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
@ -278,12 +278,12 @@ msgstr "Не вдається демультиплексувати потік."
msgid "Could not multiplex stream." msgid "Could not multiplex stream."
msgstr "Не вдається мультиплексувати потік." msgstr "Не вдається мультиплексувати потік."
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "Немає повідомлення про помилку для домену %s." msgstr "Немає повідомлення про помилку для домену %s."
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "Немає стандартного повідомлення про помилку для домену %s та коду %d." msgstr "Немає стандартного повідомлення про помилку для домену %s та коду %d."

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: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2005-11-11 17:35+0100\n" "POT-Creation-Date: 2005-11-14 12:10+0100\n"
"PO-Revision-Date: 2005-02-05 16:35+1030\n" "PO-Revision-Date: 2005-02-05 16:35+1030\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net> \n" "Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net> \n"
@ -276,12 +276,12 @@ msgstr ""
"Không phối hợp được dòng ấy với dòng khác để truyền thông qua một kênh riêng " "Không phối hợp được dòng ấy với dòng khác để truyền thông qua một kênh riêng "
"lẻ." "lẻ."
#: gst/gsterror.c:213 #: gst/gsterror.c:214
#, c-format #, c-format
msgid "No error message for domain %s." msgid "No error message for domain %s."
msgstr "Không có thông điệp lỗi cho miền %s." msgstr "Không có thông điệp lỗi cho miền %s."
#: gst/gsterror.c:221 #: gst/gsterror.c:222
#, c-format #, c-format
msgid "No standard error message for domain %s and code %d." msgid "No standard error message for domain %s and code %d."
msgstr "Không có thông điệp chuẩn cho miền %s và mã %d." msgstr "Không có thông điệp chuẩn cho miền %s và mã %d."