From a7ad017d05b1d776bc985f7dc650914bf7e4500a Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 29 Mar 2005 14:12:48 +0000 Subject: [PATCH] docs/: Dist the overrides files. Original commit message from CVS: 2005-03-29 Andy Wingo * docs/gst/Makefile.am: * docs/libs/Makefile.am: Dist the overrides files. * check/Makefile.am (clean-local): Remove .libs directories. * gst/elements/Makefile.am (EXTRA_DIST): Add all the attic elements to EXTRA_DIST, so po/ files are happy. --- ChangeLog | 10 ++++++++++ check/Makefile.am | 10 +++++++--- docs/gst/Makefile.am | 3 ++- docs/libs/Makefile.am | 3 ++- gst/elements/Makefile.am | 27 ++++++++++++++++----------- plugins/elements/Makefile.am | 27 ++++++++++++++++----------- po/POTFILES.in | 1 - po/af.po | 13 ++++++------- po/az.po | 7 +------ po/ca.po | 12 +++++------- po/cs.po | 10 ++++------ po/de.po | 14 ++++++-------- po/en_GB.po | 10 ++++------ po/fr.po | 7 +------ po/it.po | 12 +++++------- po/nb.po | 7 +------ po/nl.po | 13 ++++++------- po/ru.po | 7 +------ po/sq.po | 11 +++++------ po/sr.po | 10 ++++------ po/sv.po | 12 +++++------- po/tr.po | 10 ++++------ po/uk.po | 10 ++++------ po/vi.po | 10 ++++------ tests/benchmarks/complexity.c | 2 +- tests/check/Makefile.am | 10 +++++++--- tests/complexity.c | 2 +- 27 files changed, 128 insertions(+), 142 deletions(-) diff --git a/ChangeLog b/ChangeLog index 48ad8a801c..7437cdabdf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2005-03-29 Andy Wingo + * docs/gst/Makefile.am: + * docs/libs/Makefile.am: Dist the overrides files. + + * check/Makefile.am (clean-local): Remove .libs directories. + + * gst/elements/Makefile.am (EXTRA_DIST): Add all the attic + elements to EXTRA_DIST, so po/ files are happy. + + * po/POTFILES.in: Er, remove it here. + * po/POTFILES: Remove gstspider.c. * configure.ac (AC_OUTPUT): Add missing testsuite makefiles. diff --git a/check/Makefile.am b/check/Makefile.am index 716105e4a9..eb9c0c3220 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -14,9 +14,13 @@ $(top_builddir)/tools/gst-register: # override to _not_ install the test plugins install-pluginLTLIBRARIES: -# This rule is here so make distcheck works on machines where core -# dumps have PIDs appended -CLEANFILES = core.* +# ths core dumps of some machines have PIDs appended +CLEANFILES = core.* test-registry.xml + +clean-local: + for i in find . -name .libs; do \ + rm -rf $$i \ + done TESTS = $(top_builddir)/tools/gst-register \ gst/gstbin \ diff --git a/docs/gst/Makefile.am b/docs/gst/Makefile.am index f41929c50f..8cdfedb5d1 100644 --- a/docs/gst/Makefile.am +++ b/docs/gst/Makefile.am @@ -115,7 +115,7 @@ GTKDOC_LD=$(LIBTOOL) --mode=link $(CC) # If you need to override some of the declarations, place them in this file # and uncomment this line. -#DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt +DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt @@ -141,6 +141,7 @@ EXTRA_DIST = \ $(HTML_IMAGES) \ $(DOC_MAIN_SGML_FILE) \ $(DOC_MODULE).types \ + $(DOC_OVERRIDES) \ $(DOC_MODULE)-sections.txt DOC_STAMPS = \ diff --git a/docs/libs/Makefile.am b/docs/libs/Makefile.am index 33eb71bead..ce0b5ce93a 100644 --- a/docs/libs/Makefile.am +++ b/docs/libs/Makefile.am @@ -88,7 +88,7 @@ GTKDOC_LD=$(LIBTOOL) --mode=link $(CC) # If you need to override some of the declarations, place them in this file # and uncomment this line. -#DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt +DOC_OVERRIDES = $(DOC_MODULE)-overrides.txt @@ -113,6 +113,7 @@ EXTRA_DIST = \ $(HTML_IMAGES) \ $(DOC_MAIN_SGML_FILE) \ $(DOC_MODULE).types \ + $(DOC_OVERRIDES) \ $(DOC_MODULE)-sections.txt DOC_STAMPS = \ diff --git a/gst/elements/Makefile.am b/gst/elements/Makefile.am index 802374f4c2..467cc79431 100644 --- a/gst/elements/Makefile.am +++ b/gst/elements/Makefile.am @@ -31,17 +31,22 @@ libgstelements_la_SOURCES = \ gstelements.c \ gsttee.c -# gstaggregator.c \ -# gstbufferstore.c \ -# gstfilesink.c \ -# gstfdsink.c \ -# gstfdsrc.c \ -# gstmd5sink.c \ -# $(multifilesrc) \ -# $(pipefilter) \ -# gstshaper.c \ -# gststatistics.c \ -# gsttypefindelement.c +# FIXME 0.9: mentioned by po/POTFILES.in, so we include them here -- +# this is a short-term hack, really we should just decide the fate of +# these files above, then this will be unnecessary +EXTRA_DIST += \ + gstaggregator.c \ + gstbufferstore.c \ + gstfilesink.c \ + gstfdsink.c \ + gstfdsrc.c \ + gstmd5sink.c \ + gstmultifilesrc.c \ + gstpipefilter.c \ + gstshaper.c \ + gststatistics.c \ + gsttypefindelement.c + libgstelements_la_CFLAGS = $(GST_OBJ_CFLAGS) libgstelements_la_LIBADD = $(GST_OBJ_LIBS) diff --git a/plugins/elements/Makefile.am b/plugins/elements/Makefile.am index 802374f4c2..467cc79431 100644 --- a/plugins/elements/Makefile.am +++ b/plugins/elements/Makefile.am @@ -31,17 +31,22 @@ libgstelements_la_SOURCES = \ gstelements.c \ gsttee.c -# gstaggregator.c \ -# gstbufferstore.c \ -# gstfilesink.c \ -# gstfdsink.c \ -# gstfdsrc.c \ -# gstmd5sink.c \ -# $(multifilesrc) \ -# $(pipefilter) \ -# gstshaper.c \ -# gststatistics.c \ -# gsttypefindelement.c +# FIXME 0.9: mentioned by po/POTFILES.in, so we include them here -- +# this is a short-term hack, really we should just decide the fate of +# these files above, then this will be unnecessary +EXTRA_DIST += \ + gstaggregator.c \ + gstbufferstore.c \ + gstfilesink.c \ + gstfdsink.c \ + gstfdsrc.c \ + gstmd5sink.c \ + gstmultifilesrc.c \ + gstpipefilter.c \ + gstshaper.c \ + gststatistics.c \ + gsttypefindelement.c + libgstelements_la_CFLAGS = $(GST_OBJ_CFLAGS) libgstelements_la_LIBADD = $(GST_OBJ_LIBS) diff --git a/po/POTFILES.in b/po/POTFILES.in index 53c46ba92d..5c8a4be768 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -4,7 +4,6 @@ gst/gst.c gst/gstelement.c gst/gsterror.c gst/gsttag.c -gst/autoplug/gstspider.c gst/elements/gstfakesink.c gst/elements/gstfilesink.c gst/elements/gstfilesrc.c diff --git a/po/af.po b/po/af.po index fa4b987569..2b1f498ff4 100644 --- a/po/af.po +++ b/po/af.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2004-03-24 11:28+0200\n" "Last-Translator: Petri Jooste \n" "Language-Team: Afrikaans \n" @@ -568,12 +568,6 @@ msgstr "toppunt van die album" msgid ", " msgstr ", " -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "" -"Daar is geen element beskikbaar om die stroom se mime-tipe %s te hanteer nie." - #: gst/elements/gstfilesink.c:268 msgid "No file name specified for writing." msgstr "Geen lernaam om heen te skryf nie." @@ -896,6 +890,11 @@ msgstr "Fout met toemaak van l msgid "Loaded %d plugins with %d %s.\n" msgstr "" +#~ msgid "There is no element present to handle the stream's mime type %s." +#~ msgstr "" +#~ "Daar is geen element beskikbaar om die stroom se mime-tipe %s te hanteer " +#~ "nie." + #~ msgid " iterations (sum %" #~ msgstr " iterasies (som %" diff --git a/po/az.po b/po/az.po index aa4bf025d6..43c6d81318 100644 --- a/po/az.po +++ b/po/az.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer-0.8.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2004-03-19 18:40+0200\n" "Last-Translator: Metin Amiroff \n" "Language-Team: Azerbaijani \n" @@ -547,11 +547,6 @@ msgstr "" msgid ", " msgstr ", " -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "" - #: gst/elements/gstfilesink.c:268 msgid "No file name specified for writing." msgstr "" diff --git a/po/ca.po b/po/ca.po index 449aeba30e..28979ef45e 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.7pre2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2004-12-22 17:44+0100\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" @@ -587,12 +587,6 @@ msgstr "cim de l'àlbum" msgid ", " msgstr ", " -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "" -"No hi ha cap element present per a gestionar el tipus mime %s del flux." - #: gst/elements/gstfilesink.c:268 msgid "No file name specified for writing." msgstr "No s'ha especificat cap nom de fitxer per a l'escriptura." @@ -915,6 +909,10 @@ msgstr "S'ha produït un error en carregar %s\n" msgid "Loaded %d plugins with %d %s.\n" msgstr "S'han carregat %d connectors amb %d %s.\n" +#~ msgid "There is no element present to handle the stream's mime type %s." +#~ msgstr "" +#~ "No hi ha cap element present per a gestionar el tipus mime %s del flux." + #~ msgid "" #~ "Execution ended after %s iterations (sum %s ns, average %s ns, min %s ns, " #~ "max %s ns).\n" diff --git a/po/cs.po b/po/cs.po index 743338a10c..f16cd24522 100644 --- a/po/cs.po +++ b/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.7pre2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2004-12-27 17:23+0100\n" "Last-Translator: Miloslav Trmac \n" "Language-Team: Czech \n" @@ -563,11 +563,6 @@ msgstr "vrchol alba" msgid ", " msgstr ", " -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "Není přítomen žádý element pro obsloužení proudu s typem mime %s." - #: gst/elements/gstfilesink.c:268 msgid "No file name specified for writing." msgstr "Nezadán název souboru pro zápis." @@ -894,6 +889,9 @@ msgstr "Chyba při načítání %s\n" msgid "Loaded %d plugins with %d %s.\n" msgstr "Načteno %d modulů s %d %s.\n" +#~ msgid "There is no element present to handle the stream's mime type %s." +#~ msgstr "Není přítomen žádý element pro obsloužení proudu s typem mime %s." + #~ msgid "" #~ "Execution ended after %s iterations (sum %s ns, average %s ns, min %s ns, " #~ "max %s ns).\n" diff --git a/po/de.po b/po/de.po index 336bc07475..5cd6078d6d 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2004-06-05 09:32+0100\n" "Last-Translator: Roland Illig \n" "Language-Team: German \n" @@ -595,13 +595,6 @@ msgstr "" msgid ", " msgstr ", " -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "" -"Es gibt kein Element, das den MIME-Typ »%s« dieses Datenstroms verarbeiten " -"kann." - #: gst/elements/gstfilesink.c:268 msgid "No file name specified for writing." msgstr "Kein Dateiname zum Schreiben angegeben." @@ -925,6 +918,11 @@ msgstr "Fehler beim Schließen der Datei »%s«." msgid "Loaded %d plugins with %d %s.\n" msgstr "" +#~ msgid "There is no element present to handle the stream's mime type %s." +#~ msgstr "" +#~ "Es gibt kein Element, das den MIME-Typ »%s« dieses Datenstroms " +#~ "verarbeiten kann." + #~ msgid "" #~ "could not convert \"%s\" so that it fits property \"%s\" in element \"%s\"" #~ msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po index 1231804d74..c735a1401e 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2004-04-26 10:36-0400\n" "Last-Translator: Gareth Owen \n" "Language-Team: English (British) \n" @@ -557,11 +557,6 @@ msgstr "peak of the album" msgid ", " msgstr ", " -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "There is no element present to handle the stream's mime type %s." - #: gst/elements/gstfilesink.c:268 msgid "No file name specified for writing." msgstr "No file name specified for writing." @@ -884,6 +879,9 @@ msgstr "Error closing file \"%s\"." msgid "Loaded %d plugins with %d %s.\n" msgstr "" +#~ msgid "There is no element present to handle the stream's mime type %s." +#~ msgstr "There is no element present to handle the stream's mime type %s." + #~ msgid " iterations (sum %" #~ msgstr " iterations (sum %" diff --git a/po/fr.po b/po/fr.po index 810d33c5cb..97380b2428 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GStreamer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2004-01-13 16:52+0100\n" "Last-Translator: Julien Moutte \n" "Language-Team: French \n" @@ -588,11 +588,6 @@ msgstr "" msgid ", " msgstr ", " -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "" - #: gst/elements/gstfilesink.c:268 #, fuzzy msgid "No file name specified for writing." diff --git a/po/it.po b/po/it.po index 75dfd493dd..70f9bff913 100644 --- a/po/it.po +++ b/po/it.po @@ -108,7 +108,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.7pre2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2004-12-21 08:23+0100\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" @@ -675,12 +675,6 @@ msgstr "il picco dell'album" msgid ", " msgstr ", " -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "" -"Non vi è alcun elemento presente per gestire il tipo MIME %s dello stream." - #: gst/elements/gstfilesink.c:268 msgid "No file name specified for writing." msgstr "Nessun nome di file specificato per la scrittura." @@ -1003,6 +997,10 @@ msgstr "Errore nel caricare %s\n" msgid "Loaded %d plugins with %d %s.\n" msgstr "Caricati %d plugin con %d %s.\n" +#~ msgid "There is no element present to handle the stream's mime type %s." +#~ msgstr "" +#~ "Non vi è alcun elemento presente per gestire il tipo MIME %s dello stream." + #~ msgid "" #~ "Execution ended after %s iterations (sum %s ns, average %s ns, min %s ns, " #~ "max %s ns).\n" diff --git a/po/nb.po b/po/nb.po index 3a07fac7f5..0e007419b0 100644 --- a/po/nb.po +++ b/po/nb.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2005-02-17 12:00+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian Bokmaal \n" @@ -548,11 +548,6 @@ msgstr "" msgid ", " msgstr ", " -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "" - #: gst/elements/gstfilesink.c:268 msgid "No file name specified for writing." msgstr "Ingen filnavn oppgitt for skriving." diff --git a/po/nl.po b/po/nl.po index de9ea206e5..e4b94faa7d 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GStreamer\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2004-01-13 12:03+0100\n" "Last-Translator: Thomas Vander Stichele \n" "Language-Team: Dutch \n" @@ -565,12 +565,6 @@ msgstr "" msgid ", " msgstr ", " -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "" -"Er is geen element aanwezig die het mime-type %s van de stroom kan verwerken." - #: gst/elements/gstfilesink.c:268 msgid "No file name specified for writing." msgstr "Geen bestandsnaam gegeven om te schrijven." @@ -896,6 +890,11 @@ msgstr "Fout bij het sluiten van bestand \"%s\"." msgid "Loaded %d plugins with %d %s.\n" msgstr "" +#~ msgid "There is no element present to handle the stream's mime type %s." +#~ msgstr "" +#~ "Er is geen element aanwezig die het mime-type %s van de stroom kan " +#~ "verwerken." + #~ msgid " iterations (sum %" #~ msgstr "iteraties (som %" diff --git a/po/ru.po b/po/ru.po index 732e5af1ee..3bbb5db902 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2005-02-12 23:37+0300\n" "Last-Translator: Peter Astakhov \n" "Language-Team: Russian \n" @@ -553,11 +553,6 @@ msgstr "" msgid ", " msgstr "" -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "" - #: gst/elements/gstfilesink.c:268 msgid "No file name specified for writing." msgstr "" diff --git a/po/sq.po b/po/sq.po index cbc0dd37c1..53dd2b6e0c 100644 --- a/po/sq.po +++ b/po/sq.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2004-08-07 23:46+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" @@ -564,11 +564,6 @@ msgstr "kulmi i albumit" msgid ", " msgstr ", " -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "Nuk ekziston asnjë element për të trajtuar llojin mime %s të fluksit." - #: gst/elements/gstfilesink.c:268 msgid "No file name specified for writing." msgstr "Nuk është përcaktuar asnjë emër file për tu shkruar." @@ -891,6 +886,10 @@ msgstr "Gabim gjatë ngarkimit të %s\n" msgid "Loaded %d plugins with %d %s.\n" msgstr "U ngarkuan %d plugins me %d %s.\n" +#~ msgid "There is no element present to handle the stream's mime type %s." +#~ msgstr "" +#~ "Nuk ekziston asnjë element për të trajtuar llojin mime %s të fluksit." + #~ msgid " iterations (sum %" #~ msgstr " përsëritjet (shuma %" diff --git a/po/sr.po b/po/sr.po index 74a40b8e6a..bd9447e2ad 100644 --- a/po/sr.po +++ b/po/sr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.7.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2004-03-13 01:47+0100\n" "Last-Translator: Danilo Segan \n" "Language-Team: Serbian \n" @@ -571,11 +571,6 @@ msgstr "врхунац албума" msgid ", " msgstr ", " -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "Није присутан елемент за баратање током МИМЕ врсте %s." - #: gst/elements/gstfilesink.c:268 msgid "No file name specified for writing." msgstr "Није наведено име датотеке за упис." @@ -900,6 +895,9 @@ msgstr "Грешка при затварању датотеке „%s“." msgid "Loaded %d plugins with %d %s.\n" msgstr "" +#~ msgid "There is no element present to handle the stream's mime type %s." +#~ msgstr "Није присутан елемент за баратање током МИМЕ врсте %s." + #~ msgid " iterations (sum %" #~ msgstr " покушаја (збир %" diff --git a/po/sv.po b/po/sv.po index 3956f4220c..4c46d9ae3b 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.7pre2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2004-12-21 14:49+0100\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" @@ -569,12 +569,6 @@ msgstr "toppen för albumet" msgid ", " msgstr ", " -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "" -"Det finns inget element tillgängligt för att hantera flödets mime-typ %s." - #: gst/elements/gstfilesink.c:268 msgid "No file name specified for writing." msgstr "Inget filnamn angivet för skrivning." @@ -903,6 +897,10 @@ msgstr "Fel vid inläsning av %s\n" msgid "Loaded %d plugins with %d %s.\n" msgstr "Läste in %d insticksmoduler med %d %s.\n" +#~ msgid "There is no element present to handle the stream's mime type %s." +#~ msgstr "" +#~ "Det finns inget element tillgängligt för att hantera flödets mime-typ %s." + #~ msgid "" #~ "Execution ended after %s iterations (sum %s ns, average %s ns, min %s ns, " #~ "max %s ns).\n" diff --git a/po/tr.po b/po/tr.po index 33f6c59cba..5aeb43f508 100644 --- a/po/tr.po +++ b/po/tr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2004-04-03 03:14+0300\n" "Last-Translator: Baris Cicek \n" "Language-Team: Turkish \n" @@ -565,11 +565,6 @@ msgstr "albüm üst sınırı" msgid ", " msgstr ", " -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "Akımın %s mime türünü işleyebilecek hiç bir öğe yok." - #: gst/elements/gstfilesink.c:268 msgid "No file name specified for writing." msgstr "Yazım için hiç bir dosya adı belirtilmedi." @@ -892,6 +887,9 @@ msgstr "\"%s\" kapatılırken hata." msgid "Loaded %d plugins with %d %s.\n" msgstr "" +#~ msgid "There is no element present to handle the stream's mime type %s." +#~ msgstr "Akımın %s mime türünü işleyebilecek hiç bir öğe yok." + #~ msgid " iterations (sum %" #~ msgstr " tekrarlar (toplam %" diff --git a/po/uk.po b/po/uk.po index 18e309affc..50ad004173 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2004-08-03 10:53+0200\n" "Last-Translator: Maxim V. Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -571,11 +571,6 @@ msgstr "пік альбому" msgid ", " msgstr ", " -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "Немає елементу для обробки потоку з MIME типом %s." - #: gst/elements/gstfilesink.c:268 msgid "No file name specified for writing." msgstr "Не вказана назва файлу для запису." @@ -901,6 +896,9 @@ msgstr "Помилка закривання файлу \"%s\"." msgid "Loaded %d plugins with %d %s.\n" msgstr "" +#~ msgid "There is no element present to handle the stream's mime type %s." +#~ msgstr "Немає елементу для обробки потоку з MIME типом %s." + #~ msgid " iterations (sum %" #~ msgstr " ітерацій (сума %" diff --git a/po/vi.po b/po/vi.po index df3763fd68..82ee5fad29 100644 --- a/po/vi.po +++ b/po/vi.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.8.8\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-03-23 16:24+0100\n" +"POT-Creation-Date: 2005-03-29 15:32+0200\n" "PO-Revision-Date: 2005-02-05 16:35+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -569,11 +569,6 @@ msgstr "âm lượng tối đa bạn muốn cho tập nhạc/ảnh này" msgid ", " msgstr ", " -#: gst/autoplug/gstspider.c:466 -#, c-format -msgid "There is no element present to handle the stream's mime type %s." -msgstr "Hiện không có yếu tố có thể quản lý loại mime %s của dòng này." - #: gst/elements/gstfilesink.c:268 msgid "No file name specified for writing." msgstr "Chưa ghi rõ tên tập tin để ghi vào." @@ -899,6 +894,9 @@ msgstr "Gặp lỗi khi tải %s\n" msgid "Loaded %d plugins with %d %s.\n" msgstr "Mới tải %d trình cầm phít với %d %s.\n" +#~ msgid "There is no element present to handle the stream's mime type %s." +#~ msgstr "Hiện không có yếu tố có thể quản lý loại mime %s của dòng này." + #~ msgid "" #~ "Execution ended after %s iterations (sum %s ns, average %s ns, min %s ns, " #~ "max %s ns).\n" diff --git a/tests/benchmarks/complexity.c b/tests/benchmarks/complexity.c index 75b20979d3..8f8cb8adde 100644 --- a/tests/benchmarks/complexity.c +++ b/tests/benchmarks/complexity.c @@ -97,7 +97,7 @@ main (gint argc, gchar * argv[]) new_src_list = g_slist_prepend (new_src_list, e); gst_bin_add (GST_BIN (pipeline), e); - if (gst_element_link (src, e) != GST_PAD_LINK_OK) + if (!gst_element_link (src, e)) g_assert_not_reached (); } diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 716105e4a9..eb9c0c3220 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -14,9 +14,13 @@ $(top_builddir)/tools/gst-register: # override to _not_ install the test plugins install-pluginLTLIBRARIES: -# This rule is here so make distcheck works on machines where core -# dumps have PIDs appended -CLEANFILES = core.* +# ths core dumps of some machines have PIDs appended +CLEANFILES = core.* test-registry.xml + +clean-local: + for i in find . -name .libs; do \ + rm -rf $$i \ + done TESTS = $(top_builddir)/tools/gst-register \ gst/gstbin \ diff --git a/tests/complexity.c b/tests/complexity.c index 75b20979d3..8f8cb8adde 100644 --- a/tests/complexity.c +++ b/tests/complexity.c @@ -97,7 +97,7 @@ main (gint argc, gchar * argv[]) new_src_list = g_slist_prepend (new_src_list, e); gst_bin_add (GST_BIN (pipeline), e); - if (gst_element_link (src, e) != GST_PAD_LINK_OK) + if (!gst_element_link (src, e)) g_assert_not_reached (); }