summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-04-25 00:35:15 +0000
committerDavid Schleef <ds@schleef.org>2005-04-25 00:35:15 +0000
commita31a3800b6f5442d95bf526298a9330c91865aba (patch)
tree89344d9222748a7259f1d1195b8f36db50a04082
parenta67de7c9b09c3c078a57fe519e87bc0584762f28 (diff)
Link plugins against libraries:
Original commit message from CVS: Link plugins against libraries: * ext/alsa/Makefile.am: * gst/tcp/Makefile.am: Remove asm code that should be in liboil * gst/videoscale/Makefile.am: * gst/videoscale/videoscale_x86_asm.s: gettext wants these checked in: * po/af.po: * po/az.po: * po/cs.po: * po/en_GB.po: * po/hu.po: * po/it.po: * po/nb.po: * po/nl.po: * po/or.po: * po/sq.po: * po/sr.po: * po/sv.po: * po/uk.po: * po/vi.po:
-rw-r--r--ChangeLog26
-rw-r--r--ext/alsa/Makefile.am3
-rw-r--r--gst/tcp/Makefile.am2
-rw-r--r--gst/videoscale/Makefile.am11
-rw-r--r--gst/videoscale/videoscale_x86_asm.s53
-rw-r--r--po/af.po21
-rw-r--r--po/az.po21
-rw-r--r--po/cs.po21
-rw-r--r--po/en_GB.po21
-rw-r--r--po/hu.po21
-rw-r--r--po/it.po21
-rw-r--r--po/nb.po19
-rw-r--r--po/nl.po21
-rw-r--r--po/or.po21
-rw-r--r--po/sq.po21
-rw-r--r--po/sr.po23
-rw-r--r--po/sv.po23
-rw-r--r--po/uk.po23
-rw-r--r--po/vi.po21
19 files changed, 158 insertions, 235 deletions
diff --git a/ChangeLog b/ChangeLog
index bc71506b0..47a5515d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,31 @@
2005-04-24 David Schleef <ds@schleef.org>
+ Link plugins against libraries:
+ * ext/alsa/Makefile.am:
+ * gst/tcp/Makefile.am:
+
+ Remove asm code that should be in liboil
+ * gst/videoscale/Makefile.am:
+ * gst/videoscale/videoscale_x86_asm.s:
+
+ gettext wants these checked in:
+ * po/af.po:
+ * po/az.po:
+ * po/cs.po:
+ * po/en_GB.po:
+ * po/hu.po:
+ * po/it.po:
+ * po/nb.po:
+ * po/nl.po:
+ * po/or.po:
+ * po/sq.po:
+ * po/sr.po:
+ * po/sv.po:
+ * po/uk.po:
+ * po/vi.po:
+
+2005-04-24 David Schleef <ds@schleef.org>
+
Convert gst_main() to g_main_loop_run()
* gst/playback/decodetest.c: (main):
* gst/playback/test2.c: (main):
diff --git a/ext/alsa/Makefile.am b/ext/alsa/Makefile.am
index 882456ee3..947b65fe2 100644
--- a/ext/alsa/Makefile.am
+++ b/ext/alsa/Makefile.am
@@ -14,7 +14,8 @@ libgstalsa_la_SOURCES = \
libgstalsa_la_CFLAGS = $(GST_CFLAGS) $(ALSA_CFLAGS)
libgstalsa_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstalsa_la_LIBADD = $(ALSA_LIBS) \
- ${top_builddir}/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la
+ ${top_builddir}/gst-libs/gst/libgstinterfaces-@GST_MAJORMINOR@.la \
+ ${top_builddir}/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la
noinst_HEADERS = \
gstalsa.h \
diff --git a/gst/tcp/Makefile.am b/gst/tcp/Makefile.am
index 1662ad2cd..7690d2b1f 100644
--- a/gst/tcp/Makefile.am
+++ b/gst/tcp/Makefile.am
@@ -26,7 +26,7 @@ nodist_libgsttcp_la_SOURCES = \
# remove ENABLE_NEW when dataprotocol is stable
libgsttcp_la_CFLAGS = $(GST_CFLAGS) -DGST_ENABLE_NEW
-libgsttcp_la_LIBADD =
+libgsttcp_la_LIBADD =
libgsttcp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = \
diff --git a/gst/videoscale/Makefile.am b/gst/videoscale/Makefile.am
index 33cc3f95b..ce8c696aa 100644
--- a/gst/videoscale/Makefile.am
+++ b/gst/videoscale/Makefile.am
@@ -1,18 +1,9 @@
plugin_LTLIBRARIES = libgstvideoscale.la
-if HAVE_CPU_I386
-ARCHSRCS = \
- videoscale_x86.c \
- videoscale_x86_asm.s
-else
-ARCHSRCS =
-endif
-
libgstvideoscale_la_SOURCES = \
gstvideoscale.c \
- videoscale.c \
- $(ARCHSRCS)
+ videoscale.c
libgstvideoscale_la_CFLAGS = $(GST_CFLAGS)
libgstvideoscale_la_LIBADD =
libgstvideoscale_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
diff --git a/gst/videoscale/videoscale_x86_asm.s b/gst/videoscale/videoscale_x86_asm.s
deleted file mode 100644
index 9c833a22b..000000000
--- a/gst/videoscale/videoscale_x86_asm.s
+++ /dev/null
@@ -1,53 +0,0 @@
-.text
- .align 4
-.globl gst_videoscale_scale_nearest_x86
- .type gst_videoscale_scale_nearest_x86,@function
-gst_videoscale_scale_nearest_x86:
-
- subl $8,%esp
- pushl %ebp
- pushl %edi
- pushl %esi
- movl 28(%esp),%ebp
- movl 24(%esp),%edx
- addl $28,%edx
- movl 24(%esp),%eax
- movl %edx,8220(%eax)
- movl $65536,12(%esp)
- movl 40(%esp),%ecx
- sall $16,%ecx
- movl %ecx,%eax
- cltd
- idivl 48(%esp)
- movl %eax,%ecx
- movl 48(%esp),%eax
- movl %eax,16(%esp)
- testl %eax,%eax
- jle .L92
- jmp .L100
- .align 16
-.L97:
- addl 36(%esp),%ebp
- addl $-65536,12(%esp)
-.L100:
- cmpl $65536,12(%esp)
- jg .L97
- movl 32(%esp),%edi
- movl %ebp,%esi
- movl 24(%esp),%edx
-
- movl 8220(%edx), %eax
- call *%eax
-
- movl 44(%esp),%eax
- addl %eax,32(%esp)
- addl %ecx,12(%esp)
- decl 16(%esp)
- cmpl $0,16(%esp)
- jg .L100
-.L92:
- popl %esi
- popl %edi
- popl %ebp
- addl $8,%esp
- ret
diff --git a/po/af.po b/po/af.po
index b81fad14c..fd2725d92 100644
--- a/po/af.po
+++ b/po/af.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.7.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-23 13:35+0100\n"
+"POT-Creation-Date: 2005-04-22 13:33-0700\n"
"PO-Revision-Date: 2004-03-18 14:16+0200\n"
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
"Language-Team: Afrikaans <i18n@af.org.za>\n"
@@ -72,16 +72,6 @@ msgstr ""
msgid "Could not open CD device for reading."
msgstr "Kon nie CD-toestel oopmaak om te lees nie."
-#: ext/gnomevfs/gstgnomevfssrc.c:1157
-#, c-format
-msgid "Could not open vfs file \"%s\" for reading."
-msgstr "Kon nie vfs-l璔r \"%s\" oopmaak vir lees nie."
-
-#: ext/gnomevfs/gstgnomevfssrc.c:1165
-#, fuzzy
-msgid "No filename given."
-msgstr "Geen l璔rnaam gespesifiseer."
-
#: ext/gnomevfs/gstgnomevfssink.c:432
#, fuzzy, c-format
msgid "Could not open vfs file \"%s\" for writing: %s."
@@ -97,7 +87,7 @@ msgstr "Geen l璔rnaam gespesifiseer."
msgid "Could not close vfs file \"%s\"."
msgstr "Kon nie vfs-l璔r \"%s\" toemaak nie."
-#: gst-libs/gst/play/play.c:719
+#: gst-libs/gst/play/play.c:731
msgid "Failed to create playbin object"
msgstr ""
@@ -123,6 +113,13 @@ msgstr "Toestel is nie oop nie."
msgid "Device is open."
msgstr "Toestel is oop."
+#~ msgid "Could not open vfs file \"%s\" for reading."
+#~ msgstr "Kon nie vfs-l璔r \"%s\" oopmaak vir lees nie."
+
+#, fuzzy
+#~ msgid "No filename given."
+#~ msgstr "Geen l璔rnaam gespesifiseer."
+
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Kon nie l璔r \"%s\" oopmaak om in te skryf nie."
diff --git a/po/az.po b/po/az.po
index da0170bd5..39504cce2 100644
--- a/po/az.po
+++ b/po/az.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-0.8.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-23 13:35+0100\n"
+"POT-Creation-Date: 2005-04-22 13:33-0700\n"
"PO-Revision-Date: 2004-03-19 18:29+0200\n"
"Last-Translator: Metin Amiroff <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"
@@ -73,16 +73,6 @@ msgstr ""
msgid "Could not open CD device for reading."
msgstr "CD avadanl覺覺 oxuma 羹癟羹n a癟覺la bilmdi."
-#: ext/gnomevfs/gstgnomevfssrc.c:1157
-#, c-format
-msgid "Could not open vfs file \"%s\" for reading."
-msgstr "\"%s\" vfs fayl覺 oxuma 羹癟羹n a癟覺la bilmdi."
-
-#: ext/gnomevfs/gstgnomevfssrc.c:1165
-#, fuzzy
-msgid "No filename given."
-msgstr "Fayl ad覺 verilmyib."
-
#: ext/gnomevfs/gstgnomevfssink.c:432
#, fuzzy, c-format
msgid "Could not open vfs file \"%s\" for writing: %s."
@@ -98,7 +88,7 @@ msgstr "Fayl ad覺 verilmyib."
msgid "Could not close vfs file \"%s\"."
msgstr "\"%s\" vfs fayl覺 balana bilmdi."
-#: gst-libs/gst/play/play.c:719
+#: gst-libs/gst/play/play.c:731
msgid "Failed to create playbin object"
msgstr ""
@@ -124,6 +114,13 @@ msgstr "Avadanl覺q a癟覺q deyil."
msgid "Device is open."
msgstr "Avadanl覺q a癟覺qd覺r."
+#~ msgid "Could not open vfs file \"%s\" for reading."
+#~ msgstr "\"%s\" vfs fayl覺 oxuma 羹癟羹n a癟覺la bilmdi."
+
+#, fuzzy
+#~ msgid "No filename given."
+#~ msgstr "Fayl ad覺 verilmyib."
+
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "\"%s\" fayl覺 yazma 羹癟羹n a癟覺la bilmdi."
diff --git a/po/cs.po b/po/cs.po
index d4a4974de..98aec739d 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-23 13:35+0100\n"
+"POT-Creation-Date: 2005-04-22 13:33-0700\n"
"PO-Revision-Date: 2004-08-08 22:58+0200\n"
"Last-Translator: Miloslav Trmac <mitr@volny.cz>\n"
"Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n"
@@ -75,16 +75,6 @@ msgstr ""
msgid "Could not open CD device for reading."
msgstr "Nemohu otev穩t za穩zen穩 CD pro ten穩."
-#: ext/gnomevfs/gstgnomevfssrc.c:1157
-#, c-format
-msgid "Could not open vfs file \"%s\" for reading."
-msgstr "Nemohu otev穩t soubor vfs \"%s\" pro ten穩."
-
-#: ext/gnomevfs/gstgnomevfssrc.c:1165
-#, fuzzy
-msgid "No filename given."
-msgstr "Nezad獺n n獺zev souboru"
-
#: ext/gnomevfs/gstgnomevfssink.c:432
#, c-format
msgid "Could not open vfs file \"%s\" for writing: %s."
@@ -99,7 +89,7 @@ msgstr "Nezad獺n n獺zev souboru"
msgid "Could not close vfs file \"%s\"."
msgstr "Nemohu zav穩t soubor vfs \"%s\"."
-#: gst-libs/gst/play/play.c:719
+#: gst-libs/gst/play/play.c:731
msgid "Failed to create playbin object"
msgstr ""
@@ -125,6 +115,13 @@ msgstr "Za穩zen穩 nen穩 oteveno."
msgid "Device is open."
msgstr "Za穩zen穩 je oteveno."
+#~ msgid "Could not open vfs file \"%s\" for reading."
+#~ msgstr "Nemohu otev穩t soubor vfs \"%s\" pro ten穩."
+
+#, fuzzy
+#~ msgid "No filename given."
+#~ msgstr "Nezad獺n n獺zev souboru"
+
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Nemohu otev穩t soubor \"%s\" pro z獺pis."
diff --git a/po/en_GB.po b/po/en_GB.po
index 2d920a543..f7f998080 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-23 13:35+0100\n"
+"POT-Creation-Date: 2005-04-22 13:33-0700\n"
"PO-Revision-Date: 2004-04-26 10:41-0400\n"
"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
"Language-Team: English (British) <en_gb@li.org>\n"
@@ -71,16 +71,6 @@ msgstr ""
msgid "Could not open CD device for reading."
msgstr "Could not open CD device for reading."
-#: ext/gnomevfs/gstgnomevfssrc.c:1157
-#, c-format
-msgid "Could not open vfs file \"%s\" for reading."
-msgstr "Could not open vfs file \"%s\" for reading."
-
-#: ext/gnomevfs/gstgnomevfssrc.c:1165
-#, fuzzy
-msgid "No filename given."
-msgstr "No filename given"
-
#: ext/gnomevfs/gstgnomevfssink.c:432
#, fuzzy, c-format
msgid "Could not open vfs file \"%s\" for writing: %s."
@@ -95,7 +85,7 @@ msgstr "No filename given"
msgid "Could not close vfs file \"%s\"."
msgstr "Could not close vfs file \"%s\"."
-#: gst-libs/gst/play/play.c:719
+#: gst-libs/gst/play/play.c:731
msgid "Failed to create playbin object"
msgstr ""
@@ -121,6 +111,13 @@ msgstr "Device is not open."
msgid "Device is open."
msgstr "Device is open."
+#~ msgid "Could not open vfs file \"%s\" for reading."
+#~ msgstr "Could not open vfs file \"%s\" for reading."
+
+#, fuzzy
+#~ msgid "No filename given."
+#~ msgstr "No filename given"
+
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Could not open file \"%s\" for writing."
diff --git a/po/hu.po b/po/hu.po
index db0612247..a608b2bd9 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-23 13:35+0100\n"
+"POT-Creation-Date: 2005-04-22 13:33-0700\n"
"PO-Revision-Date: 2004-07-18 11:03+0200\n"
"Last-Translator: Laszlo Dvornik <dvornik@invitel.hu>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
@@ -71,16 +71,6 @@ msgstr ""
msgid "Could not open CD device for reading."
msgstr "Nem lehet olvas獺sra megnyitni a CD-eszk繹zt."
-#: ext/gnomevfs/gstgnomevfssrc.c:1157
-#, c-format
-msgid "Could not open vfs file \"%s\" for reading."
-msgstr "Nem lehet olvas獺sra megnyitni a(z) \"%s\" vfs-f獺jlt."
-
-#: ext/gnomevfs/gstgnomevfssrc.c:1165
-#, fuzzy
-msgid "No filename given."
-msgstr "Nincs f獺jln矇v megadva"
-
#: ext/gnomevfs/gstgnomevfssink.c:432
#, c-format
msgid "Could not open vfs file \"%s\" for writing: %s."
@@ -95,7 +85,7 @@ msgstr "Nincs f獺jln矇v megadva"
msgid "Could not close vfs file \"%s\"."
msgstr "Nem lehet bez獺rni a(z) \"%s\" vfs-f獺jlt."
-#: gst-libs/gst/play/play.c:719
+#: gst-libs/gst/play/play.c:731
msgid "Failed to create playbin object"
msgstr ""
@@ -121,6 +111,13 @@ msgstr "Az eszk繹z nincs nyitva."
msgid "Device is open."
msgstr "Az eszk繹z nyitva van."
+#~ msgid "Could not open vfs file \"%s\" for reading."
+#~ msgstr "Nem lehet olvas獺sra megnyitni a(z) \"%s\" vfs-f獺jlt."
+
+#, fuzzy
+#~ msgid "No filename given."
+#~ msgstr "Nincs f獺jln矇v megadva"
+
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Nem lehet 穩r獺sra megnyitni a(z) \"%s\" f獺jlt."
diff --git a/po/it.po b/po/it.po
index cff17f919..90bfec091 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-23 13:35+0100\n"
+"POT-Creation-Date: 2005-04-22 13:33-0700\n"
"PO-Revision-Date: 2004-11-07 19:11+0100\n"
"Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -72,16 +72,6 @@ msgstr ""
msgid "Could not open CD device for reading."
msgstr "Impossibile aprire il device CD in lettura."
-#: ext/gnomevfs/gstgnomevfssrc.c:1157
-#, c-format
-msgid "Could not open vfs file \"%s\" for reading."
-msgstr "Impossibile aprire il file vfs 竄%s罈 in lettura."
-
-#: ext/gnomevfs/gstgnomevfssrc.c:1165
-#, fuzzy
-msgid "No filename given."
-msgstr "Nessun nome di file fornito"
-
#: ext/gnomevfs/gstgnomevfssink.c:432
#, c-format
msgid "Could not open vfs file \"%s\" for writing: %s."
@@ -96,7 +86,7 @@ msgstr "Nessun nome di file fornito"
msgid "Could not close vfs file \"%s\"."
msgstr "Impossibile chiudere il file vfs 竄%s罈."
-#: gst-libs/gst/play/play.c:719
+#: gst-libs/gst/play/play.c:731
msgid "Failed to create playbin object"
msgstr ""
@@ -122,6 +112,13 @@ msgstr "Il device non 癡 aperto."
msgid "Device is open."
msgstr "Il device 癡 aperto."
+#~ msgid "Could not open vfs file \"%s\" for reading."
+#~ msgstr "Impossibile aprire il file vfs 竄%s罈 in lettura."
+
+#, fuzzy
+#~ msgid "No filename given."
+#~ msgstr "Nessun nome di file fornito"
+
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Impossibile aprire il file 竄%s罈 in scrittura."
diff --git a/po/nb.po b/po/nb.po
index ecc28938f..7811c2a0e 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-23 13:35+0100\n"
+"POT-Creation-Date: 2005-04-22 13:33-0700\n"
"PO-Revision-Date: 2004-10-04 15:54+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas@broadpark.no>\n"
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
@@ -71,15 +71,6 @@ msgstr ""
msgid "Could not open CD device for reading."
msgstr "Kunne ikke 疇pne CD-enheten for lesing."
-#: ext/gnomevfs/gstgnomevfssrc.c:1157
-#, c-format
-msgid "Could not open vfs file \"%s\" for reading."
-msgstr "Kunne ikke 疇pne VFS-fil 竄%s罈 for lesing."
-
-#: ext/gnomevfs/gstgnomevfssrc.c:1165
-msgid "No filename given."
-msgstr "Ingen filnavn oppgitt."
-
#: ext/gnomevfs/gstgnomevfssink.c:432
#, c-format
msgid "Could not open vfs file \"%s\" for writing: %s."
@@ -94,7 +85,7 @@ msgstr "Ingen filnavn oppgitt"
msgid "Could not close vfs file \"%s\"."
msgstr "Kunne ikke lukke VFS-fil 竄%s罈."
-#: gst-libs/gst/play/play.c:719
+#: gst-libs/gst/play/play.c:731
msgid "Failed to create playbin object"
msgstr ""
@@ -120,6 +111,12 @@ msgstr "Enheten er ikke 疇pen."
msgid "Device is open."
msgstr "Enheten er 疇pen."
+#~ msgid "Could not open vfs file \"%s\" for reading."
+#~ msgstr "Kunne ikke 疇pne VFS-fil 竄%s罈 for lesing."
+
+#~ msgid "No filename given."
+#~ msgstr "Ingen filnavn oppgitt."
+
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Kunne ikke 疇pne filen 竄%s罈 for skriving."
diff --git a/po/nl.po b/po/nl.po
index 67e52cb3b..7a84f55fc 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-23 13:35+0100\n"
+"POT-Creation-Date: 2005-04-22 13:33-0700\n"
"PO-Revision-Date: 2004-08-05 16:26+0200\n"
"Last-Translator: Elros Cyriatan <cyriatan@fastmail.fm>\n"
"Language-Team: Dutch <vertaling@nl.linux.org>\n"
@@ -72,16 +72,6 @@ msgstr ""
msgid "Could not open CD device for reading."
msgstr "Kon het CD-apparaat niet openen om te lezen."
-#: ext/gnomevfs/gstgnomevfssrc.c:1157
-#, c-format
-msgid "Could not open vfs file \"%s\" for reading."
-msgstr "Kon het VFS-bestand \"%s\" niet openen om te lezen."
-
-#: ext/gnomevfs/gstgnomevfssrc.c:1165
-#, fuzzy
-msgid "No filename given."
-msgstr "Geen bestandsnaam opgegeven"
-
#: ext/gnomevfs/gstgnomevfssink.c:432
#, c-format
msgid "Could not open vfs file \"%s\" for writing: %s."
@@ -96,7 +86,7 @@ msgstr "Geen bestandsnaam opgegeven"
msgid "Could not close vfs file \"%s\"."
msgstr "Kon het VFS-bestand \"%s\" niet sluiten."
-#: gst-libs/gst/play/play.c:719
+#: gst-libs/gst/play/play.c:731
msgid "Failed to create playbin object"
msgstr ""
@@ -122,6 +112,13 @@ msgstr "Apparaat is niet geopend."
msgid "Device is open."
msgstr "Apparaat is geopend."
+#~ msgid "Could not open vfs file \"%s\" for reading."
+#~ msgstr "Kon het VFS-bestand \"%s\" niet openen om te lezen."
+
+#, fuzzy
+#~ msgid "No filename given."
+#~ msgstr "Geen bestandsnaam opgegeven"
+
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Kon \"%s\" niet openen om te schrijven."
diff --git a/po/or.po b/po/or.po
index db5d15b7b..a81daa754 100644
--- a/po/or.po
+++ b/po/or.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-23 13:35+0100\n"
+"POT-Creation-Date: 2005-04-22 13:33-0700\n"
"PO-Revision-Date: 2004-09-27 13:32+0530\n"
"Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n"
"Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n"
@@ -73,16 +73,6 @@ msgstr ""
msgid "Could not open CD device for reading."
msgstr "酮詮玷.酮﹤玷. 酮能洧酯酮戈酮 酮芹洽酮潼玷酮眇狡 酮芹狡酮酮 酮酯酮耜玷酮嫩酮耜狡 酮兒狡酮嫩玷酮."
-#: ext/gnomevfs/gstgnomevfssrc.c:1157
-#, c-format
-msgid "Could not open vfs file \"%s\" for reading."
-msgstr "酮冢玷.酮酮.酮酮. 酮徇狡酮酮 \"%s\" 酮芹洽酮潼玷酮眇狡 酮芹狡酮酮 酮酯酮耜玷酮嫩酮耜狡 酮兒狡酮嫩玷酮."
-
-#: ext/gnomevfs/gstgnomevfssrc.c:1165
-#, fuzzy
-msgid "No filename given."
-msgstr "酮酯酮酮詮玷 酮徇狡酮酮耜洧酮擒洫 酮舟玷酮酮能狡酮 酮兒狡酮嫩玷酮"
-
#: ext/gnomevfs/gstgnomevfssink.c:432
#, c-format
msgid "Could not open vfs file \"%s\" for writing: %s."
@@ -97,7 +87,7 @@ msgstr "酮酯酮酮詮玷 酮徇狡酮酮耜洧酮擒洫 酮舟玷酮酮能狡酮 酮兒狡酮嫩玷酮
msgid "Could not close vfs file \"%s\"."
msgstr "酮冢玷.酮酮.酮酮. 酮徇狡酮酮 \"%s\" 酮眇洧酯酮 酮酮啤玷酮嫩酮耜狡 酮兒狡酮嫩玷酮."
-#: gst-libs/gst/play/play.c:719
+#: gst-libs/gst/play/play.c:731
msgid "Failed to create playbin object"
msgstr ""
@@ -123,6 +113,13 @@ msgstr "酮能洧酯酮戈酮 酮酯酮耜狡酮能狡酮 酮兒狡酮嫩玷酮."
msgid "Device is open."
msgstr "酮能洧酯酮戈酮 酮酯酮耜狡酮能狡酮酮酯酮酮."
+#~ msgid "Could not open vfs file \"%s\" for reading."
+#~ msgstr "酮冢玷.酮酮.酮酮. 酮徇狡酮酮 \"%s\" 酮芹洽酮潼玷酮眇狡 酮芹狡酮酮 酮酯酮耜玷酮嫩酮耜狡 酮兒狡酮嫩玷酮."
+
+#, fuzzy
+#~ msgid "No filename given."
+#~ msgstr "酮酯酮酮詮玷 酮徇狡酮酮耜洧酮擒洫 酮舟玷酮酮能狡酮 酮兒狡酮嫩玷酮"
+
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "\"%s\" 酮徇狡酮酮 酮耜酮酮賴洵酮 酮芹狡酮酮 酮酯酮耜玷酮嫩酮耜狡 酮兒狡酮嫩玷酮."
diff --git a/po/sq.po b/po/sq.po
index 8cde65c54..3f0aadbbf 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-23 13:35+0100\n"
+"POT-Creation-Date: 2005-04-22 13:33-0700\n"
"PO-Revision-Date: 2004-08-07 20:29+0200\n"
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
"Language-Team: Albanian <begraj@hotmail.com>\n"
@@ -71,16 +71,6 @@ msgstr ""
msgid "Could not open CD device for reading."
msgstr "I pamundur hapja e dispozitivit CD p禱r lexim."
-#: ext/gnomevfs/gstgnomevfssrc.c:1157
-#, c-format
-msgid "Could not open vfs file \"%s\" for reading."
-msgstr "E pamundur hapja e file vfs \"%s\" p禱r lexim."
-
-#: ext/gnomevfs/gstgnomevfssrc.c:1165
-#, fuzzy
-msgid "No filename given."
-msgstr "Nuk 禱sht禱 dh禱n禱 asnj禱 em禱r file"
-
#: ext/gnomevfs/gstgnomevfssink.c:432
#, c-format
msgid "Could not open vfs file \"%s\" for writing: %s."
@@ -95,7 +85,7 @@ msgstr "Nuk 禱sht禱 dh禱n禱 asnj禱 em禱r file"
msgid "Could not close vfs file \"%s\"."
msgstr "E pamundur mbyllja e file vfs \"%s\"."
-#: gst-libs/gst/play/play.c:719
+#: gst-libs/gst/play/play.c:731
msgid "Failed to create playbin object"
msgstr ""
@@ -121,6 +111,13 @@ msgstr "Dispozitivi nuk 禱sht禱 hapur."
msgid "Device is open."
msgstr "Dispozitivi 禱sht禱 i hapur."
+#~ msgid "Could not open vfs file \"%s\" for reading."
+#~ msgstr "E pamundur hapja e file vfs \"%s\" p禱r lexim."
+
+#, fuzzy
+#~ msgid "No filename given."
+#~ msgstr "Nuk 禱sht禱 dh禱n禱 asnj禱 em禱r file"
+
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "E pamundur hapja e file \"%s\" n禱 shkrim."
diff --git a/po/sr.po b/po/sr.po
index 4a87353ff..1048f438d 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.7.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-23 13:35+0100\n"
+"POT-Creation-Date: 2005-04-22 13:33-0700\n"
"PO-Revision-Date: 2004-03-13 00:18+0100\n"
"Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
"Language-Team: Serbian <gnu@prevod.org>\n"
@@ -73,17 +73,6 @@ msgstr ""
msgid "Could not open CD device for reading."
msgstr "迮 邾郋迣 迡訄 郋赲郋邽邾 虷 迮訄 訄迡邽 邽訄訄."
-# 邽迮郅郇邽 苤邽迮邾 訄郋迮郕訄
-#: ext/gnomevfs/gstgnomevfssrc.c:1157
-#, c-format
-msgid "Could not open vfs file \"%s\" for reading."
-msgstr "迮 邾郋迣 迡訄 郋赲郋邽邾 苤 迡訄郋迮郕 %s 訄迡邽 邽訄訄."
-
-#: ext/gnomevfs/gstgnomevfssrc.c:1165
-#, fuzzy
-msgid "No filename given."
-msgstr "邾迮 迡訄郋迮郕迮 郇邽迮 郱訄迡訄郋."
-
#: ext/gnomevfs/gstgnomevfssink.c:432
#, fuzzy, c-format
msgid "Could not open vfs file \"%s\" for writing: %s."
@@ -99,7 +88,7 @@ msgstr "邾迮 迡訄郋迮郕迮 郇邽迮 郱訄迡訄郋."
msgid "Could not close vfs file \"%s\"."
msgstr "迮 邾郋迣 迡訄 郱訄赲郋邽邾 苤 迡訄郋迮郕 %s."
-#: gst-libs/gst/play/play.c:719
+#: gst-libs/gst/play/play.c:731
msgid "Failed to create playbin object"
msgstr ""
@@ -125,6 +114,14 @@ msgstr "苺迮訄 郇邽迮 郋赲郋迮郇."
msgid "Device is open."
msgstr "苺迮訄 迮 郋赲郋迮郇."
+# 邽迮郅郇邽 苤邽迮邾 訄郋迮郕訄
+#~ msgid "Could not open vfs file \"%s\" for reading."
+#~ msgstr "迮 邾郋迣 迡訄 郋赲郋邽邾 苤 迡訄郋迮郕 %s 訄迡邽 邽訄訄."
+
+#, fuzzy
+#~ msgid "No filename given."
+#~ msgstr "邾迮 迡訄郋迮郕迮 郇邽迮 郱訄迡訄郋."
+
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "迮 邾郋迣 迡訄 郋赲郋邽邾 迡訄郋迮郕 %s 訄迡邽 郈邽訄."
diff --git a/po/sv.po b/po/sv.po
index 2234def04..1a91ac685 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -2,13 +2,13 @@
# Copyright (C) 2004 Free Software Foundation, Inc.
# Christian Rose <menthos@menthos.com>, 2004.
#
-# $Id: sv.po,v 1.17 2005/02/23 12:45:49 thomasvs Exp $
+# $Id: sv.po,v 1.18 2005/04/25 00:35:15 ds Exp $
#
msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-23 13:35+0100\n"
+"POT-Creation-Date: 2005-04-22 13:33-0700\n"
"PO-Revision-Date: 2004-08-03 20:53+0200\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
@@ -76,16 +76,6 @@ msgstr ""
msgid "Could not open CD device for reading."
msgstr "Kunde inte 繹ppna cd-enheten f繹r l瓣sning."
-#: ext/gnomevfs/gstgnomevfssrc.c:1157
-#, c-format
-msgid "Could not open vfs file \"%s\" for reading."
-msgstr "Kunde inte 繹ppna vfs-filen \"%s\" f繹r l瓣sning."
-
-#: ext/gnomevfs/gstgnomevfssrc.c:1165
-#, fuzzy
-msgid "No filename given."
-msgstr "Inget filnamn angivet"
-
#: ext/gnomevfs/gstgnomevfssink.c:432
#, c-format
msgid "Could not open vfs file \"%s\" for writing: %s."
@@ -100,7 +90,7 @@ msgstr "Inget filnamn angivet"
msgid "Could not close vfs file \"%s\"."
msgstr "Kunde inte st瓣nga vfs-filen \"%s\"."
-#: gst-libs/gst/play/play.c:719
+#: gst-libs/gst/play/play.c:731
msgid "Failed to create playbin object"
msgstr ""
@@ -126,6 +116,13 @@ msgstr "Enheten 瓣r inte 繹ppen."
msgid "Device is open."
msgstr "Enheten 瓣r 繹ppen."
+#~ msgid "Could not open vfs file \"%s\" for reading."
+#~ msgstr "Kunde inte 繹ppna vfs-filen \"%s\" f繹r l瓣sning."
+
+#, fuzzy
+#~ msgid "No filename given."
+#~ msgstr "Inget filnamn angivet"
+
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "Kunde inte 繹ppna filen \"%s\" f繹r skrivning."
diff --git a/po/uk.po b/po/uk.po
index 95a5f0da7..a156b7b52 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins 0.8.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-23 13:35+0100\n"
+"POT-Creation-Date: 2005-04-22 13:33-0700\n"
"PO-Revision-Date: 2004-08-03 15:40+0200\n"
"Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
@@ -72,17 +72,6 @@ msgstr ""
msgid "Could not open CD device for reading."
msgstr "迮 赲迡訄 赲迡郕邽邽 郈邽邿 郕郋邾郈訄郕-迡邽郕赲 迡郅 邽訄郇郇."
-#: ext/gnomevfs/gstgnomevfssrc.c:1157
-#, c-format
-msgid "Could not open vfs file \"%s\" for reading."
-msgstr ""
-"迮 赲迡訄 赲迡郕邽邽 訄邿郅 赲訄郅郇郋 訄邿郅郋赲郋 邽迮邾邽 \"%s\" 迡郅 邽訄郇郇."
-
-#: ext/gnomevfs/gstgnomevfssrc.c:1165
-#, fuzzy
-msgid "No filename given."
-msgstr "迮 赲郕訄郱訄郇郋 訄邿郅"
-
#: ext/gnomevfs/gstgnomevfssink.c:432
#, c-format
msgid "Could not open vfs file \"%s\" for writing: %s."
@@ -98,7 +87,7 @@ msgstr "迮 赲郕訄郱訄郇郋 訄邿郅"
msgid "Could not close vfs file \"%s\"."
msgstr "迮 赲迡訄 郱訄郕邽邽 訄邿郅 赲訄郅郇郋 訄邿郅郋赲郋 邽迮邾邽 \"%s\"."
-#: gst-libs/gst/play/play.c:719
+#: gst-libs/gst/play/play.c:731
msgid "Failed to create playbin object"
msgstr ""
@@ -124,6 +113,14 @@ msgstr "邽邿 郇迮 赲迡郕邽邽邿."
msgid "Device is open."
msgstr "邽邿 赲迡郕邽邽邿."
+#~ msgid "Could not open vfs file \"%s\" for reading."
+#~ msgstr ""
+#~ "迮 赲迡訄 赲迡郕邽邽 訄邿郅 赲訄郅郇郋 訄邿郅郋赲郋 邽迮邾邽 \"%s\" 迡郅 邽訄郇郇."
+
+#, fuzzy
+#~ msgid "No filename given."
+#~ msgstr "迮 赲郕訄郱訄郇郋 訄邿郅"
+
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "迮 赲迡訄 赲迡郕邽邽 訄邿郅 \"%s\" 迡郅 郱訄郈邽."
diff --git a/po/vi.po b/po/vi.po
index 0acc080bd..d809ebf02 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gst-plugins-0.8.3\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-02-23 13:35+0100\n"
+"POT-Creation-Date: 2005-04-22 13:33-0700\n"
"PO-Revision-Date: 2005-01-22 17:17+0930\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net> \n"
@@ -73,16 +73,6 @@ msgstr ""
msgid "Could not open CD device for reading."
msgstr "瓊 kh繫ng m廙 が廙θ thi廕篙 b廙 CD 廙 廙c"
-#: ext/gnomevfs/gstgnomevfssrc.c:1157
-#, c-format
-msgid "Could not open vfs file \"%s\" for reading."
-msgstr "瓊 kh繫ng m廙 が廙θ t廕計 tin vfs \"%s\" 廙 廙c."
-
-#: ext/gnomevfs/gstgnomevfssrc.c:1165
-#, fuzzy
-msgid "No filename given."
-msgstr "Chがa nh廕計 t礙n t廕計 tin "
-
#: ext/gnomevfs/gstgnomevfssink.c:432
#, c-format
msgid "Could not open vfs file \"%s\" for writing: %s."
@@ -97,7 +87,7 @@ msgstr "Chがa nh廕計 t礙n t廕計 tin "
msgid "Could not close vfs file \"%s\"."
msgstr "瓊 kh繫ng 籀ng が廙θ t廕計 tin vfs \"%s\"."
-#: gst-libs/gst/play/play.c:719
+#: gst-libs/gst/play/play.c:731
msgid "Failed to create playbin object"
msgstr ""
@@ -123,6 +113,13 @@ msgstr "Thi廕篙 b廙 chがa m廙"
msgid "Device is open."
msgstr "Thi廕篙 b廙 m廙 r廙i"
+#~ msgid "Could not open vfs file \"%s\" for reading."
+#~ msgstr "瓊 kh繫ng m廙 が廙θ t廕計 tin vfs \"%s\" 廙 廙c."
+
+#, fuzzy
+#~ msgid "No filename given."
+#~ msgstr "Chがa nh廕計 t礙n t廕計 tin "
+
#~ msgid "Could not open file \"%s\" for writing."
#~ msgstr "瓊 kh繫ng m廙 が廙θ t廕計 tin \"%s\" 廙 ghi."