docs/: Dist the overrides files.
authorAndy Wingo <wingo@pobox.com>
Tue, 29 Mar 2005 14:12:48 +0000 (14:12 +0000)
committerAndy Wingo <wingo@pobox.com>
Tue, 29 Mar 2005 14:12:48 +0000 (14:12 +0000)
Original commit message from CVS:
2005-03-29  Andy Wingo  <wingo@pobox.com>

* 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.

27 files changed:
ChangeLog
check/Makefile.am
docs/gst/Makefile.am
docs/libs/Makefile.am
gst/elements/Makefile.am
plugins/elements/Makefile.am
po/POTFILES.in
po/af.po
po/az.po
po/ca.po
po/cs.po
po/de.po
po/en_GB.po
po/fr.po
po/it.po
po/nb.po
po/nl.po
po/ru.po
po/sq.po
po/sr.po
po/sv.po
po/tr.po
po/uk.po
po/vi.po
tests/benchmarks/complexity.c
tests/check/Makefile.am
tests/complexity.c

index 48ad8a8..7437cda 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2005-03-29  Andy Wingo  <wingo@pobox.com>
 
+       * 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.
index 716105e..eb9c0c3 100644 (file)
@@ -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              \
index f41929c..8cdfedb 100644 (file)
@@ -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 =                           \
index 33eb71b..ce0b5ce 100644 (file)
@@ -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 =                           \
index 802374f..467cc79 100644 (file)
@@ -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)
index 802374f..467cc79 100644 (file)
@@ -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)
index 53c46ba..5c8a4be 100644 (file)
@@ -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
index fa4b987..2b1f498 100644 (file)
--- 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 <rkwjpj@puk.ac.za>\n"
 "Language-Team: Afrikaans <i18n@af.org.za>\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 lêernaam 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 %"
 
index aa4bf02..43c6d81 100644 (file)
--- 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 <metin@karegen.com>\n"
 "Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\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 ""
index 449aeba..28979ef 100644 (file)
--- 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 <jordi@sindominio.net>\n"
 "Language-Team: Catalan <ca@dodds.net>\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"
index 743338a..f16cd24 100644 (file)
--- 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 <mitr@volny.cz>\n"
 "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\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"
index 336bc07..5cd6078 100644 (file)
--- 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 <roland.illig@gmx.de>\n"
 "Language-Team: German <de@li.org>\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 ""
index 1231804..c735a14 100644 (file)
@@ -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 <gowen72@yahoo.com>\n"
 "Language-Team: English (British) <en_gb@li.org>\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 %"
 
index 810d33c..97380b2 100644 (file)
--- 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 <julien@moutte.net>\n"
 "Language-Team: French <fr@li.org>\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."
index 75dfd49..70f9bff 100644 (file)
--- 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 <elle.uca@infinito.it>\n"
 "Language-Team: Italian <tp@lists.linux.it>\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"
index 3a07fac..0e00741 100644 (file)
--- 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 <kmaraas@broadpark.no>\n"
 "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\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."
index de9ea20..e4b94fa 100644 (file)
--- 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 <thomas@apestaart.org>\n"
 "Language-Team: Dutch <nl@li.org>\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 %"
 
index 732e5af..3bbb5db 100644 (file)
--- 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 <astakhovp@mail.ru>\n"
 "Language-Team: Russian <ru@li.org>\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 ""
index cbc0dd3..53dd2b6 100644 (file)
--- 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 <laurenti@alblinux.net>\n"
 "Language-Team: Albanian <begraj@hotmail.com>\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 %"
 
index 74a40b8..bd9447e 100644 (file)
--- 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 <dsegan@gmx.net>\n"
 "Language-Team: Serbian <gnu@prevod.org>\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 " покушаја (збир %"
 
index 3956f42..4c46d9a 100644 (file)
--- 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 <menthos@menthos.com>\n"
 "Language-Team: Swedish <sv@li.org>\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"
index 33f6c59..5aeb43f 100644 (file)
--- 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 <baris@teamforce.name.tr>\n"
 "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\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 %"
 
index 18e309a..50ad004 100644 (file)
--- 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 <mvd@mylinux.com.ua>\n"
 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\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 " ітерацій (сума %"
 
index df3763f..82ee5fa 100644 (file)
--- 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 <clytie@riverland.net.au>\n"
 "Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net> \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"
index 75b2097..8f8cb8a 100644 (file)
@@ -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 ();
   }
 
index 716105e..eb9c0c3 100644 (file)
@@ -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              \
index 75b2097..8f8cb8a 100644 (file)
@@ -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 ();
   }