From 93a4a0b763e9c91a4dc301390ddb00169dc433b9 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 30 Nov 2005 16:17:23 +0000 Subject: [PATCH] remove old win32 stuff that isn't maintained and should be reorganized Original commit message from CVS: remove old win32 stuff that isn't maintained and should be reorganized --- ChangeLog | 37 ++ libs/gst/control/.gitignore | 6 - po/af.po | 49 +- po/az.po | 49 +- po/ca.po | 49 +- po/cs.po | 49 +- po/de.po | 49 +- po/en_GB.po | 49 +- po/fr.po | 49 +- po/it.po | 49 +- po/nb.po | 49 +- po/nl.po | 49 +- po/ru.po | 49 +- po/sq.po | 49 +- po/sr.po | 49 +- po/sv.po | 49 +- po/tr.po | 49 +- po/uk.po | 49 +- po/vi.po | 49 +- win32/MANIFEST | 11 - win32/config.h | 199 ------- win32/dirent.c | 298 ---------- win32/dirent.h | 147 ----- win32/gstbytestream.def | 17 - win32/gstbytestream.vcproj | 153 ------ win32/gstconfig.h | 88 --- win32/gstenumtypes.c | 1064 ------------------------------------ win32/gstenumtypes.h | 167 ------ win32/gstoptimalscheduler.vcproj | 150 ----- win32/gstversion.h | 39 -- win32/gtchar.h | 397 -------------- win32/testsuite/bins.vcproj | 138 ----- win32/testsuite/bytestream.vcproj | 138 ----- win32/testsuite/caps.vcproj | 141 ----- win32/testsuite/cleanup.vcproj | 135 ----- win32/testsuite/clock.vcproj | 135 ----- win32/testsuite/debug.vcproj | 135 ----- win32/testsuite/dlopen.vcproj | 135 ----- win32/testsuite/dynparams.vcproj | 135 ----- win32/testsuite/elements.vcproj | 135 ----- win32/testsuite/ghostpads.vcproj | 135 ----- win32/testsuite/indexers.vcproj | 135 ----- win32/testsuite/negotiation.vcproj | 135 ----- win32/testsuite/parse.vcproj | 135 ----- win32/testsuite/plugin.vcproj | 135 ----- win32/testsuite/refcounting.vcproj | 135 ----- win32/testsuite/schedulers.vcproj | 135 ----- win32/testsuite/states.vcproj | 135 ----- win32/testsuite/tags.vcproj | 135 ----- win32/testsuite/threads.vcproj | 135 ----- 50 files changed, 462 insertions(+), 5721 deletions(-) delete mode 100644 libs/gst/control/.gitignore delete mode 100644 win32/config.h delete mode 100644 win32/dirent.c delete mode 100644 win32/dirent.h delete mode 100644 win32/gstbytestream.def delete mode 100644 win32/gstbytestream.vcproj delete mode 100644 win32/gstconfig.h delete mode 100644 win32/gstenumtypes.c delete mode 100644 win32/gstenumtypes.h delete mode 100644 win32/gstoptimalscheduler.vcproj delete mode 100644 win32/gstversion.h delete mode 100644 win32/gtchar.h delete mode 100644 win32/testsuite/bins.vcproj delete mode 100644 win32/testsuite/bytestream.vcproj delete mode 100644 win32/testsuite/caps.vcproj delete mode 100644 win32/testsuite/cleanup.vcproj delete mode 100644 win32/testsuite/clock.vcproj delete mode 100644 win32/testsuite/debug.vcproj delete mode 100644 win32/testsuite/dlopen.vcproj delete mode 100644 win32/testsuite/dynparams.vcproj delete mode 100644 win32/testsuite/elements.vcproj delete mode 100644 win32/testsuite/ghostpads.vcproj delete mode 100644 win32/testsuite/indexers.vcproj delete mode 100644 win32/testsuite/negotiation.vcproj delete mode 100644 win32/testsuite/parse.vcproj delete mode 100644 win32/testsuite/plugin.vcproj delete mode 100644 win32/testsuite/refcounting.vcproj delete mode 100644 win32/testsuite/schedulers.vcproj delete mode 100644 win32/testsuite/states.vcproj delete mode 100644 win32/testsuite/tags.vcproj delete mode 100644 win32/testsuite/threads.vcproj diff --git a/ChangeLog b/ChangeLog index 7542022..e0f5335 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2005-11-30 Thomas Vander Stichele + + * libs/gst/control/.cvsignore: + * win32/MANIFEST: + * win32/config.h: + * win32/dirent.c: + * win32/dirent.h: + * win32/gstbytestream.def: + * win32/gstbytestream.vcproj: + * win32/gstconfig.h: + * win32/gstenumtypes.c: + * win32/gstenumtypes.h: + * win32/gstoptimalscheduler.vcproj: + * win32/gstversion.h: + * win32/gtchar.h: + * win32/testsuite/bins.vcproj: + * win32/testsuite/bytestream.vcproj: + * win32/testsuite/caps.vcproj: + * win32/testsuite/cleanup.vcproj: + * win32/testsuite/clock.vcproj: + * win32/testsuite/debug.vcproj: + * win32/testsuite/dlopen.vcproj: + * win32/testsuite/dynparams.vcproj: + * win32/testsuite/elements.vcproj: + * win32/testsuite/ghostpads.vcproj: + * win32/testsuite/indexers.vcproj: + * win32/testsuite/negotiation.vcproj: + * win32/testsuite/parse.vcproj: + * win32/testsuite/plugin.vcproj: + * win32/testsuite/refcounting.vcproj: + * win32/testsuite/schedulers.vcproj: + * win32/testsuite/states.vcproj: + * win32/testsuite/tags.vcproj: + * win32/testsuite/threads.vcproj: + remove old win32 stuff that isn't maintained and should be + reorganized + 2005-11-30 Andy Wingo * configure.ac (GST_PKG_DEPS): Revert previous patch, makes diff --git a/libs/gst/control/.gitignore b/libs/gst/control/.gitignore deleted file mode 100644 index fd35a7f..0000000 --- a/libs/gst/control/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -libgstcontrol_0.9_la-control.gcno -libgstcontrol_0.9_la-dparam.gcno -libgstcontrol_0.9_la-dparammanager.gcno -libgstcontrol_0.9_la-dparam_smooth.gcno -libgstcontrol_0.9_la-dplinearinterp.gcno -libgstcontrol_0.9_la-unitconvert.gcno diff --git a/po/af.po b/po/af.po index d773a7a..15fb1f6 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-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2004-03-24 11:28+0200\n" "Last-Translator: Petri Jooste \n" "Language-Team: Afrikaans \n" @@ -15,30 +15,30 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "Vertoon die GStreamer weergawe" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "Maak alle waarskuwings fataal" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "Vertoon beskikbare ontfoutkategorië en stop" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" "Verstek ontfoutvlak vanaf 1 (slegs fout) tot 5 (enigiets) of 0 vir geen " "afvoer" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "VLAK" -#: gst/gst.c:281 +#: gst/gst.c:280 msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" @@ -46,31 +46,31 @@ msgstr "" "Komma-geskeide lys van kategorie_naam:vlak pare om die individuele " "kategorieë op te stel. Byvoorbeeld: GST_AUTOPLUG:5,GST_ELEMENT_*:3" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "LYS" -#: gst/gst.c:286 +#: gst/gst.c:285 msgid "Disable colored debugging output" msgstr "Skakel gekleurde ontfout-afvoer af" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "Skakel ontfouting af" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "Aktiveer volledige diagnostiese boodskappe vir inproplaaiing" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "PAAIE" -#: gst/gst.c:296 +#: gst/gst.c:295 #, fuzzy msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " @@ -79,24 +79,24 @@ msgstr "" "Komma-geskeide lys van inproppe om vooraf te laai by die lys gestoor in die " "omgewingsveranderlike GST_PLUGIN_PATH" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "INPROPPE" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "Moenie segmenteringsfoute tydens inproplaaiing ondervang nie" -#: gst/gst.c:306 +#: gst/gst.c:305 msgid "GStreamer Options" msgstr "" -#: gst/gst.c:307 +#: gst/gst.c:306 #, fuzzy msgid "Show GStreamer Options" msgstr "Vertoon die GStreamer weergawe" -#: gst/gst.c:789 +#: gst/gst.c:787 msgid "Unknown option" msgstr "" @@ -297,10 +297,6 @@ msgstr "Geen foutboodskap vir domein %s." msgid "No standard error message for domain %s and code %d." msgstr "Geen standaard foutboodskap vir domein %s en kode %d." -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "" - #: gst/gsttaglist.c:92 msgid "title" msgstr "titel" @@ -650,7 +646,12 @@ msgstr "kon nie aan bestemming-element vir URI \"%s\" verbind nie" msgid "empty pipeline not allowed" msgstr "leë pyplyn word nie toegelaat nie" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "" + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "" diff --git a/po/az.po b/po/az.po index bbaa934..d6a4892 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-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2004-03-19 18:40+0200\n" "Last-Translator: Metin Amiroff \n" "Language-Team: Azerbaijani \n" @@ -16,81 +16,81 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0.2\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "GStreamer buraxılışını göstər" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "Bütün xətaları ölümcül et" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "SƏVÄ°YYƏ" -#: gst/gst.c:281 +#: gst/gst.c:280 msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" msgstr "" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "SÄ°YAHI" -#: gst/gst.c:286 +#: gst/gst.c:285 msgid "Disable colored debugging output" msgstr "" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "Xəta ayırmasını bağla" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "CIĞIRLAR" -#: gst/gst.c:296 +#: gst/gst.c:295 msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " "environment variable GST_PLUGIN_PATH" msgstr "" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "ƏLAVƏLƏR" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "" -#: gst/gst.c:306 +#: gst/gst.c:305 msgid "GStreamer Options" msgstr "" -#: gst/gst.c:307 +#: gst/gst.c:306 #, fuzzy msgid "Show GStreamer Options" msgstr "GStreamer buraxılışını göstər" -#: gst/gst.c:789 +#: gst/gst.c:787 msgid "Unknown option" msgstr "" @@ -265,10 +265,6 @@ msgstr "" msgid "No standard error message for domain %s and code %d." msgstr "" -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "" - #: gst/gsttaglist.c:92 msgid "title" msgstr "" @@ -617,7 +613,12 @@ msgstr "" msgid "empty pipeline not allowed" msgstr "" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "" + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "" diff --git a/po/ca.po b/po/ca.po index b7e6649..cddd531 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.9.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2005-11-28 10:24+0100\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" @@ -16,30 +16,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n!=1;\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "Imprimeix la versió de GStreamer" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "Fes fatals tots els avisos" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "Imprimeix les categories de depuració disponibles i surt" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" "Nivell de depuració per defecte des de 1 (només errors) a 5 (tot) o 0 per a " "cap sortida" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "NIVELL" -#: gst/gst.c:281 +#: gst/gst.c:280 msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" @@ -48,31 +48,31 @@ msgstr "" "nivells específics per a les categories individuals. Per exemple: " "GST_AUTOPLUG:5, GST_ELEMENT_*:3" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "LLISTA" -#: gst/gst.c:286 +#: gst/gst.c:285 msgid "Disable colored debugging output" msgstr "Inhabilita la sortida de depuració colorejada" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "Inhabilita la depuració" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "Habilita els diagnòstics detallats de càrrega de connectors" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "Camins separats per dos punts que contenen connectors" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "CAMINS" -#: gst/gst.c:296 +#: gst/gst.c:295 msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " "environment variable GST_PLUGIN_PATH" @@ -80,25 +80,25 @@ msgstr "" "Llista separada per comes de connectors a precarregar a més de la llista " "emmagatzemada en la variable d'entorn GST_PLUGIN_PATH" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "CONNECTORS" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "" "Inhabilita la captura de violacions de segment durant la càrrega de " "connectors" -#: gst/gst.c:306 +#: gst/gst.c:305 msgid "GStreamer Options" msgstr "Opcions del GStreamer" -#: gst/gst.c:307 +#: gst/gst.c:306 msgid "Show GStreamer Options" msgstr "Mostra les opcions del GStreamer" -#: gst/gst.c:789 +#: gst/gst.c:787 msgid "Unknown option" msgstr "Opció desconeguda" @@ -280,10 +280,6 @@ msgid "No standard error message for domain %s and code %d." msgstr "" "No s'ha trobat cap missatge d'error estàndard per al domini %s i el codi %d." -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "S'ha produït un error intern de flux de dades." - #: gst/gsttaglist.c:92 msgid "title" msgstr "títol" @@ -633,7 +629,12 @@ msgstr "No s'ha pogut enllaçar l'element de sortida per a l'URI «%s»" msgid "empty pipeline not allowed" msgstr "no es permet un conducte buit" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "S'ha produït un error intern de flux de dades." + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "Hi ha un problema intern de flux de dades." diff --git a/po/cs.po b/po/cs.po index 4c9bc1e..4e87e67 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-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2004-12-27 17:23+0100\n" "Last-Translator: Miloslav Trmac \n" "Language-Team: Czech \n" @@ -18,29 +18,29 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "Vypsat verzi GStreamer" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "Chápat vÅ¡echna varování jako fatální" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "Vypsat dostupné kategorie ladění a skončit" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" "Implicitní úroveň ladění od 1 (jen chyby) do 5 (vÅ¡e) nebo 0 pro žádný výstup" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "ÚROVEŇ" -#: gst/gst.c:281 +#: gst/gst.c:280 msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" @@ -49,31 +49,31 @@ msgstr "" "konkrétních úrovní pro jednotlivé kategorie. Příklad: GST_AUTOPLUG:5," "GST_ELEMENT_*:3" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "SEZNAM" -#: gst/gst.c:286 +#: gst/gst.c:285 msgid "Disable colored debugging output" msgstr "Zakázat obarvený ladicí výstup" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "Zakázat ladění" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "Povolit podrobnou diagnostiku načítání modulů" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "CESTY" -#: gst/gst.c:296 +#: gst/gst.c:295 #, fuzzy msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " @@ -82,24 +82,24 @@ msgstr "" "Čárkami oddělený seznam modulů, které přednačíst kromě seznamu uloženém v " "proměnné prostředí GST_PLUGIN_PATH" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "MODULY" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "Zakázat zachycování poruÅ¡ení segmentace při načítání modulů" -#: gst/gst.c:306 +#: gst/gst.c:305 msgid "GStreamer Options" msgstr "" -#: gst/gst.c:307 +#: gst/gst.c:306 #, fuzzy msgid "Show GStreamer Options" msgstr "Vypsat verzi GStreamer" -#: gst/gst.c:789 +#: gst/gst.c:787 msgid "Unknown option" msgstr "" @@ -292,10 +292,6 @@ msgstr "Pro doménu %s není zpráva o chybě." 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ě." -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "" - #: gst/gsttaglist.c:92 msgid "title" msgstr "název" @@ -645,7 +641,12 @@ msgstr "nemohu připojit element spotřebiče pro URI \"%s\"" msgid "empty pipeline not allowed" msgstr "prázdná roura není povolena" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "" + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "" diff --git a/po/de.po b/po/de.po index eaf2ce5..a182b12 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-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2004-06-05 09:32+0100\n" "Last-Translator: Roland Illig \n" "Language-Team: German \n" @@ -15,30 +15,30 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "Die Version von GStreamer ausgeben" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "Alle Warnungen wie Fehler behandeln" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "Verfügbare Debuggingkategorien ausgeben und Programm beenden" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" "Standarddebugginglevel von 1 (nur Fehler) bis 5 (Alles) oder 0 für keine " "Ausgabe" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "LEVEL" -#: gst/gst.c:281 +#: gst/gst.c:280 msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" @@ -47,31 +47,31 @@ msgstr "" "Meldungsarten individuelle Level zuzuordnen. Beispiel: GST_AUTOPLUG:5," "GST_ELEMENT_*:3" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "LIST" -#: gst/gst.c:286 +#: gst/gst.c:285 msgid "Disable colored debugging output" msgstr "Farbige Debuggingausgabe deaktivieren" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "Debugging deaktivieren" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "Gesprächige Meldungen beim Laden von Plugins aktivieren" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "PATHS" -#: gst/gst.c:296 +#: gst/gst.c:295 #, fuzzy msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " @@ -80,24 +80,24 @@ msgstr "" "Kommagetrennte Liste von Plugins, die zusätzliche zu den Plugins in der " "Umgebungsvariable GST_PLUGIN_PATH geladen werden" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "PLUGINS" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "Verfolgen von Speicherfehlern beim Laden von Plugins deaktivieren" -#: gst/gst.c:306 +#: gst/gst.c:305 msgid "GStreamer Options" msgstr "" -#: gst/gst.c:307 +#: gst/gst.c:306 #, fuzzy msgid "Show GStreamer Options" msgstr "Die Version von GStreamer ausgeben" -#: gst/gst.c:789 +#: gst/gst.c:787 msgid "Unknown option" msgstr "" @@ -321,10 +321,6 @@ msgstr "Keine Fehlermeldung für den Bereich %s." msgid "No standard error message for domain %s and code %d." msgstr "Keine Standardfehlermeldung für den Bereich %s und Fehlercode %d." -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "" - #: gst/gsttaglist.c:92 msgid "title" msgstr "Titel" @@ -677,7 +673,12 @@ msgstr "Konnte Zielelement für URI »%s« nicht verbinden" msgid "empty pipeline not allowed" msgstr "Leere Leitung ist nicht erlaubt" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "" + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "" diff --git a/po/en_GB.po b/po/en_GB.po index 4724f6b..2238897 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-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2004-04-26 10:36-0400\n" "Last-Translator: Gareth Owen \n" "Language-Team: English (British) \n" @@ -14,29 +14,29 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "Print the GStreamer version" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "Make all warnings fatal" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "Print available debug categories and exit" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "LEVEL" -#: gst/gst.c:281 +#: gst/gst.c:280 msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" @@ -44,31 +44,31 @@ msgstr "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "LIST" -#: gst/gst.c:286 +#: gst/gst.c:285 msgid "Disable colored debugging output" msgstr "Disable coloured debugging output" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "Disable debugging" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "Enable verbose plugin loading diagnostics" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "PATHS" -#: gst/gst.c:296 +#: gst/gst.c:295 #, fuzzy msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " @@ -77,24 +77,24 @@ msgstr "" "Comma-separated list of plugins to preload in addition to the list stored in " "environment variable GST_PLUGIN_PATH" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "PLUGINS" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "Disable trapping of segmentation faults during plugin loading" -#: gst/gst.c:306 +#: gst/gst.c:305 msgid "GStreamer Options" msgstr "" -#: gst/gst.c:307 +#: gst/gst.c:306 #, fuzzy msgid "Show GStreamer Options" msgstr "Print the GStreamer version" -#: gst/gst.c:789 +#: gst/gst.c:787 msgid "Unknown option" msgstr "" @@ -286,10 +286,6 @@ msgstr "No error message for domain %s." msgid "No standard error message for domain %s and code %d." msgstr "No standard error message for domain %s and code %d." -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "" - #: gst/gsttaglist.c:92 msgid "title" msgstr "title" @@ -639,7 +635,12 @@ msgstr "could not link sink element for URI \"%s\"" msgid "empty pipeline not allowed" msgstr "empty pipeline not allowed" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "" + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "" diff --git a/po/fr.po b/po/fr.po index 7341bcf..f9ffd58 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-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2004-01-13 16:52+0100\n" "Last-Translator: Julien Moutte \n" "Language-Team: French \n" @@ -15,30 +15,30 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "Afficher la version de GStreamer" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "Rendre tout les avertissements bloquants" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "Afficher les catégories de deboguage disponibles et quitter" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" "Niveau de deboguage par defaut de 1 (que les erreurs) a 5 (tout) ou 0 pour " "n'avoir aucun affichage" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "NIVEAU" -#: gst/gst.c:281 +#: gst/gst.c:280 #, fuzzy msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " @@ -48,32 +48,32 @@ msgstr "" "des niveaux spécifiques pour chaque catégorie.\n" "Exemple: GST_AUTOPLUG:5,GST_ELEMENT_*:3" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "" -#: gst/gst.c:286 +#: gst/gst.c:285 #, fuzzy msgid "Disable colored debugging output" msgstr "Désactiver la couleur dans la sortie de deboguage" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "Désactiver la sortie de deboguage" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "Activer un diagnostique détaillé du chargement des plugins" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "CHEMINS" -#: gst/gst.c:296 +#: gst/gst.c:295 #, fuzzy msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " @@ -82,26 +82,26 @@ msgstr "" "Liste séparée par des virgules de plugins a precharger en plus de la liste " "contenue dans la variable d'environnement GST_PLUGIN_PATH" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "PLUGINS" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "" "Désactiver la detection des erreurs de segmentation pendant le chargement " "des plugins" -#: gst/gst.c:306 +#: gst/gst.c:305 msgid "GStreamer Options" msgstr "" -#: gst/gst.c:307 +#: gst/gst.c:306 #, fuzzy msgid "Show GStreamer Options" msgstr "Afficher la version de GStreamer" -#: gst/gst.c:789 +#: gst/gst.c:787 msgid "Unknown option" msgstr "" @@ -292,10 +292,6 @@ msgstr "" msgid "No standard error message for domain %s and code %d." msgstr "" -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "" - #: gst/gsttaglist.c:92 msgid "title" msgstr "titre" @@ -660,7 +656,12 @@ msgstr "impossible de lier un element destination pour l'URI \"%s\"" msgid "empty pipeline not allowed" msgstr "tube vide non autorisé" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "" + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "" diff --git a/po/it.po b/po/it.po index afc09c9..481eb2d 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-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2004-12-21 08:23+0100\n" "Last-Translator: Luca Ferretti \n" "Language-Team: Italian \n" @@ -117,30 +117,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "Stampa la versione di GStreamer" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "Rende tutti i warning fatali" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "Stampa le categorie di debug disponibili ed esce" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" "Livello di debug predefinito da 1 (solo errori) a 5 (tutto), oppure 0 per " "nessun output" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "LIVELLO" -#: gst/gst.c:281 +#: gst/gst.c:280 msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" @@ -149,31 +149,31 @@ msgstr "" "impostare i livelli specifici per ogni singola categoria. Esempio: " "GST_AUTOPLUG:5,GST_ELEMENT_*:3" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "ELENCO" -#: gst/gst.c:286 +#: gst/gst.c:285 msgid "Disable colored debugging output" msgstr "Disabilita output di debug colorato" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "Disabilita debug" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "Abilita diagnostica prolissa del caricamento plugin" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "PERCORSI" -#: gst/gst.c:296 +#: gst/gst.c:295 #, fuzzy msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " @@ -182,24 +182,24 @@ msgstr "" "Elenco separato da virgole dei plugin da pre-caricare in aggiunta all'elenco " "memorizzato nella variabile d'ambiente GST_PLUGIN_PATH" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "PLUGIN" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "Disabilita il trapping dei segfault durante il caricamento dei plugin" -#: gst/gst.c:306 +#: gst/gst.c:305 msgid "GStreamer Options" msgstr "" -#: gst/gst.c:307 +#: gst/gst.c:306 #, fuzzy msgid "Show GStreamer Options" msgstr "Stampa la versione di GStreamer" -#: gst/gst.c:789 +#: gst/gst.c:787 msgid "Unknown option" msgstr "" @@ -398,10 +398,6 @@ msgstr "Nessun messaggio d'errore per il dominio %s." 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." -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "" - #: gst/gsttaglist.c:92 msgid "title" msgstr "titolo" @@ -757,7 +753,12 @@ msgstr "impossibile collegare l'elemento sink per l'URI «%s»" msgid "empty pipeline not allowed" msgstr "pipeline vuota non consentito" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "" + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "" diff --git a/po/nb.po b/po/nb.po index b8012ab..c3df515 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-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2005-02-17 12:00+0100\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian Bokmaal \n" @@ -14,81 +14,81 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "Skriv ut versjonsnummer for GStreamer" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "La alle advarsler være fatale" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "Skriv ut tilgjengelige feilsøkingskategorier og avslutt" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "NIVÅ" -#: gst/gst.c:281 +#: gst/gst.c:280 msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" msgstr "" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "LISTE" -#: gst/gst.c:286 +#: gst/gst.c:285 msgid "Disable colored debugging output" msgstr "Deaktiver farget feilsøkingsinformasjon" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "SlÃ¥ av feilsøking" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "STIER" -#: gst/gst.c:296 +#: gst/gst.c:295 msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " "environment variable GST_PLUGIN_PATH" msgstr "" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "TILLEGG" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "" -#: gst/gst.c:306 +#: gst/gst.c:305 msgid "GStreamer Options" msgstr "" -#: gst/gst.c:307 +#: gst/gst.c:306 #, fuzzy msgid "Show GStreamer Options" msgstr "Skriv ut versjonsnummer for GStreamer" -#: gst/gst.c:789 +#: gst/gst.c:787 msgid "Unknown option" msgstr "" @@ -265,10 +265,6 @@ msgstr "Ingen feilmelding for domene %s." msgid "No standard error message for domain %s and code %d." msgstr "Ingen standard feilmelding for domene %s og kode %d." -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "" - #: gst/gsttaglist.c:92 msgid "title" msgstr "tittel" @@ -619,7 +615,12 @@ msgstr "" msgid "empty pipeline not allowed" msgstr "" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "" + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "" diff --git a/po/nl.po b/po/nl.po index 9968bd5..f77ede6 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-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2004-01-13 12:03+0100\n" "Last-Translator: Thomas Vander Stichele \n" "Language-Team: Dutch \n" @@ -15,30 +15,30 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "Druk de GStreamer versie af" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "Maak alle waarschuwingen fataal" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "Druk beschikbare debug-categorieën af en stop" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" "Standaard debug-niveau van 1 (enkel fouten) tot 5 (alles) of 0 voor geen " "uitvoer" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "NIVEAU" -#: gst/gst.c:281 +#: gst/gst.c:280 msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" @@ -47,31 +47,31 @@ msgstr "" "specifieke niveau's in te stellen voor de individuele categorieën.Voorbeeld:" "GST_AUTOPLUG:5,GST_ELEMENT_*:3" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "" -#: gst/gst.c:286 +#: gst/gst.c:285 msgid "Disable colored debugging output" msgstr "Zet kleuren af in debug-uitvoer" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "Zet debugging af" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "Schakel uitgebreide diagnostiek aan voor het laden van plugins" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "PADEN" -#: gst/gst.c:296 +#: gst/gst.c:295 #, fuzzy msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " @@ -80,25 +80,25 @@ msgstr "" "Lijst van plugins, gescheiden door komma's, om eerste te laden bovenop de " "lijst volgens omgevingsvariable GST_PLUGIN_PATH" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "PLUGINS" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "" "Schakel het opvangen van segmentatiefouten uit tijdens laden van plugins" -#: gst/gst.c:306 +#: gst/gst.c:305 msgid "GStreamer Options" msgstr "" -#: gst/gst.c:307 +#: gst/gst.c:306 #, fuzzy msgid "Show GStreamer Options" msgstr "Druk de GStreamer versie af" -#: gst/gst.c:789 +#: gst/gst.c:787 msgid "Unknown option" msgstr "" @@ -293,10 +293,6 @@ msgstr "Geen foutboodschap voor domein %s." msgid "No standard error message for domain %s and code %d." msgstr "Geen standaard foutboodschap voor domein %s en code %d." -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "" - #: gst/gsttaglist.c:92 msgid "title" msgstr "titel" @@ -647,7 +643,12 @@ msgstr "kon doelelement niet verbinden voor URI \"%s\"" msgid "empty pipeline not allowed" msgstr "lege pijplijn niet toegelaten" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "" + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "" diff --git a/po/ru.po b/po/ru.po index d1bf817..adbb2ba 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-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2005-02-12 23:37+0300\n" "Last-Translator: Peter Astakhov \n" "Language-Team: Russian \n" @@ -18,83 +18,83 @@ msgstr "" "100<10||n%100>=20)?1:2);\n" "X-Generator: KBabel 1.9.1\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "Печатает версию GStreamer" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "Печатает доступные категории отладки и выходит" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" "Уровень отладки по умолчанию от 1 (только ошибки) до 5(все) или 0 - ничего " "не печатать" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "УРОВЕНЬ" -#: gst/gst.c:281 +#: gst/gst.c:280 msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" msgstr "" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "СПИСОК" -#: gst/gst.c:286 +#: gst/gst.c:285 msgid "Disable colored debugging output" msgstr "Отключить раскрашенный вывод отладочных сообщений" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "Отключить отладку" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "Разрешить расширенную диагностику при загрузке расширений" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "ПУТИ" -#: gst/gst.c:296 +#: gst/gst.c:295 msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " "environment variable GST_PLUGIN_PATH" msgstr "" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "РАСШИРЕНИЯ" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "" -#: gst/gst.c:306 +#: gst/gst.c:305 msgid "GStreamer Options" msgstr "" -#: gst/gst.c:307 +#: gst/gst.c:306 #, fuzzy msgid "Show GStreamer Options" msgstr "Печатает версию GStreamer" -#: gst/gst.c:789 +#: gst/gst.c:787 msgid "Unknown option" msgstr "" @@ -271,10 +271,6 @@ msgstr "" msgid "No standard error message for domain %s and code %d." msgstr "" -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "" - #: gst/gsttaglist.c:92 msgid "title" msgstr "" @@ -623,7 +619,12 @@ msgstr "" msgid "empty pipeline not allowed" msgstr "" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "" + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "" diff --git a/po/sq.po b/po/sq.po index 280cee5..7f3d92c 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-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2004-08-07 23:46+0200\n" "Last-Translator: Laurent Dhima \n" "Language-Team: Albanian \n" @@ -15,30 +15,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "Printo versionin e GStreamer" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "Bëj që të gjithë paralajmërimet të jenë fatale" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "Printo kategoritë e debug në dispozicion dhe dil" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" "Niveli i prezgjedhur i debug nga 1 (vetëm gabimi) në 5 (gjithçka) ose 0 për " "jo output" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "NIVELI" -#: gst/gst.c:281 +#: gst/gst.c:280 msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" @@ -47,31 +47,31 @@ msgstr "" "etiketa specifike për kategoritë individuale. Shembull: GST_AUTOPLUG:5," "GST_ELEMENT_*:3" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "LISTË" -#: gst/gst.c:286 +#: gst/gst.c:285 msgid "Disable colored debugging output" msgstr "Ç'aktivo output shumëngjyrësh të debug" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "Ç'aktivo debug" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "Aktivo kërkesën e plugin të ngarkimit të diagnostikimeve" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "POZICIONET" -#: gst/gst.c:296 +#: gst/gst.c:295 #, fuzzy msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " @@ -80,25 +80,25 @@ msgstr "" "Lista e plugin, të ndarë me presje, që duhen parangarkuar në plotësim të " "listës së regjistruar tek e ndryshueshmja e ambientit GST_PLUGIN_PATH" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "PLUGINS" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "" "Ç'aktivo regjistrimin e dështimeve të segmentuara gjatë ngarkimit të plugin" -#: gst/gst.c:306 +#: gst/gst.c:305 msgid "GStreamer Options" msgstr "" -#: gst/gst.c:307 +#: gst/gst.c:306 #, fuzzy msgid "Show GStreamer Options" msgstr "Printo versionin e GStreamer" -#: gst/gst.c:789 +#: gst/gst.c:787 msgid "Unknown option" msgstr "" @@ -292,10 +292,6 @@ msgstr "Asnjë mesazh gabimi për domain %s." msgid "No standard error message for domain %s and code %d." msgstr "Asnjë mesazh gabimi standart për domain %s dhe kodin %d." -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "" - #: gst/gsttaglist.c:92 msgid "title" msgstr "titulli" @@ -646,7 +642,12 @@ msgstr "e pamundur lidhja e elementit sink për URI \"%s\"" msgid "empty pipeline not allowed" msgstr "nuk lejohet konduktori bosh" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "" + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "" diff --git a/po/sr.po b/po/sr.po index 469b28d..4fb7ca1 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-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2004-03-13 01:47+0100\n" "Last-Translator: Danilo Segan \n" "Language-Team: Serbian \n" @@ -14,30 +14,30 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "Испиши издање Гстримера" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "Учини сва упозорења кобним" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "Испиши доступне категорије за налажење грешака и заврши" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" "Подразумевани ниво опширности од 1 (само грешке) до 5 (све) или 0 (без " "излаза)" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "НИВО" -#: gst/gst.c:281 +#: gst/gst.c:280 msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" @@ -45,31 +45,31 @@ msgstr "" "Запетом раздвојени списак парова име_категорије:ниво за постављање нарочитих " "нивоа за појединачне категорије. Пример: GST_AUTOPLUG:5,GST_ELEMENT_*:3" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "СПИСАК" -#: gst/gst.c:286 +#: gst/gst.c:285 msgid "Disable colored debugging output" msgstr "Искључи обојени излаз за исправљање грешака" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "Искључи исправљање грешака" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "Укључи опширну дијагностику при учитавању додатка" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "ПУТАЊЕ" -#: gst/gst.c:296 +#: gst/gst.c:295 #, fuzzy msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " @@ -78,24 +78,24 @@ msgstr "" "Запетом раздвојен списак додатака који се предучитавају поред списка из " "променљиве окружења GST_PLUGIN_PATH" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "ДОДАЦИ" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "Искључи пресретање погрешних приступа меморији при учитавању додатака" -#: gst/gst.c:306 +#: gst/gst.c:305 msgid "GStreamer Options" msgstr "" -#: gst/gst.c:307 +#: gst/gst.c:306 #, fuzzy msgid "Show GStreamer Options" msgstr "Испиши издање Гстримера" -#: gst/gst.c:789 +#: gst/gst.c:787 msgid "Unknown option" msgstr "" @@ -296,10 +296,6 @@ msgstr "Нема поруке о грешци за домен %s." msgid "No standard error message for domain %s and code %d." msgstr "Нема обичне поруке о грешци за домен %s и код %d." -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "" - #: gst/gsttaglist.c:92 msgid "title" msgstr "наслов" @@ -653,7 +649,12 @@ msgstr "не могу да вежем завршни елемент за адр msgid "empty pipeline not allowed" msgstr "није допуштен празан цевовод" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "" + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "" diff --git a/po/sv.po b/po/sv.po index bd743c8..9aada49 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-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2004-12-21 14:49+0100\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" @@ -17,30 +17,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "Skriv ut Gstreamer-versionen" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "Gör alla varningar ödesdigra" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "Skriv ut tillgängliga felsökningskategorier och avsluta" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" "StandardfelsökningsnivÃ¥ frÃ¥n 1 (endast fel) till 5 (allting) eller 0 för " "ingen utmatning" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "NIVÅ" -#: gst/gst.c:281 +#: gst/gst.c:280 msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" @@ -48,31 +48,31 @@ msgstr "" "Kommaseparerad lista med kategorinamn:nivÃ¥-par för att ställa in specifika " "nivÃ¥er för de enskilda kategorierna. Exempel: GST_AUTOPLUG:5,GST_ELEMENT_*:3" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "LISTA" -#: gst/gst.c:286 +#: gst/gst.c:285 msgid "Disable colored debugging output" msgstr "Inaktivera färglagd felsökningsutmatning" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "Inaktivera felsökning" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "Aktivera utförlig diagnostik vid inläsning av insticksmoduler" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "SÖKVÄGAR" -#: gst/gst.c:296 +#: gst/gst.c:295 msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " "environment variable GST_PLUGIN_PATH" @@ -80,26 +80,26 @@ msgstr "" "Kommaseparerad lista med insticksmoduler att förhandsinläsa utöver listan " "som lagras i miljövariabeln GST_PLUGIN_PATH" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "INSTICKSMODULER" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "" "Inaktivera fÃ¥ngst av segmenteringsfel under inläsning av insticksmoduler" -#: gst/gst.c:306 +#: gst/gst.c:305 #, fuzzy msgid "GStreamer Options" msgstr "_GStreamer-rörledning:" -#: gst/gst.c:307 +#: gst/gst.c:306 #, fuzzy msgid "Show GStreamer Options" msgstr "Visa mixerikoner" -#: gst/gst.c:789 +#: gst/gst.c:787 #, fuzzy msgid "Unknown option" msgstr "Okänd artist" @@ -296,10 +296,6 @@ msgstr "Inget felmeddelande för domänen %s." msgid "No standard error message for domain %s and code %d." msgstr "Inget standardfelmeddelande för domänen %s och koden %d." -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "" - #: gst/gsttaglist.c:92 msgid "title" msgstr "titel" @@ -655,7 +651,12 @@ msgstr "kunde inte länka utgÃ¥ngselementet för URI:n \"%s\"" msgid "empty pipeline not allowed" msgstr "tom rörledning är inte tillÃ¥tet" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "" + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "" diff --git a/po/tr.po b/po/tr.po index 041f460..5901e45 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-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2004-04-03 03:14+0300\n" "Last-Translator: Baris Cicek \n" "Language-Team: Turkish \n" @@ -14,30 +14,30 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "GStreamer sürünümü yazdır" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "Tüm uyarıları ölümcül yap" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "Geçerli hata ayıklama sınıflarını yazdır ve çık" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" "Öntanımlı hata ayıklama seviyesi 1'den (sadece hatalar) 5'e (her şey) kadar " "ya da çıktı olmaması için 0" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "SEVÄ°YE" -#: gst/gst.c:281 +#: gst/gst.c:280 msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" @@ -45,31 +45,31 @@ msgstr "" "Ayrı sınıfların belirli seviyeleri için sınıf_ismi:seviye çiftlerinin virgül " "ile ayrılmış listesi. Örnek: GST_AUTOPLUG:5,GST_ELEMENT_*:3" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "LÄ°STE" -#: gst/gst.c:286 +#: gst/gst.c:285 msgid "Disable colored debugging output" msgstr "Renkli hata ayıklama çıktısını kapat" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "Hata ayıklamayı kapat" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "Ayrıntılı eklenti yükleme detaylarını etkinleştir" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "YOLLAR" -#: gst/gst.c:296 +#: gst/gst.c:295 #, fuzzy msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " @@ -78,24 +78,24 @@ msgstr "" "Çevre değişkeni GST_PLUGIN_PATH içinde saklanan listeye ek olarak önceden " "yüklenecek eklentilerin virgün ile ayırılmış listesi" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "EKLENTÄ°LER" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "Eklenti yüklenirken kesimleme hatalarını yakalamayı kapat" -#: gst/gst.c:306 +#: gst/gst.c:305 msgid "GStreamer Options" msgstr "" -#: gst/gst.c:307 +#: gst/gst.c:306 #, fuzzy msgid "Show GStreamer Options" msgstr "GStreamer sürünümü yazdır" -#: gst/gst.c:789 +#: gst/gst.c:787 msgid "Unknown option" msgstr "" @@ -293,10 +293,6 @@ msgstr "%s etki alanı için hiç hata iletisi yok." msgid "No standard error message for domain %s and code %d." msgstr "%s etki alanı ve %d kodu için standart hata iletisi yok." -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "" - #: gst/gsttaglist.c:92 msgid "title" msgstr "başlık" @@ -647,7 +643,12 @@ msgstr "\"%s\" URI'si için 'sink' öğesi bağlanamadı" msgid "empty pipeline not allowed" msgstr "boş boruhattına izin verilmiyor" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "" + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "" diff --git a/po/uk.po b/po/uk.po index 453fd9c..a056494 100644 --- a/po/uk.po +++ b/po/uk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gstreamer 0.9.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2005-11-26 15:16+0300\n" "Last-Translator: Maxim V. Dziumanenko \n" "Language-Team: Ukrainian \n" @@ -17,30 +17,30 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "Вивести версію GStreamer" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "Вважати всі попередження помилками" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "Вивести наявні категорії налагодження та вийти" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" "Типовий рівень налагодження від 1 (лише помилки) до 5 (усе), або 0 - без " "налагодження" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "РІВЕНЬ" -#: gst/gst.c:281 +#: gst/gst.c:280 msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" @@ -48,31 +48,31 @@ msgstr "" "Перелік розділених комою пар \"назва_категорії:рівень\" для встановлення " "певних рівнів окремим категоріям. Наприклад: GST_AUTOPLUG:5,GST_ELEMENT_*:3" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "ПЕРЕЛІК" -#: gst/gst.c:286 +#: gst/gst.c:285 msgid "Disable colored debugging output" msgstr "Вимкнути оформлення кольором налагоджувальних повідомлень" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "Вимкнути налагодження" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "Вимкнути докладну діагностику завантаження модулів" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "Список розділених крапкою з комою шляхів, які містять модулі" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "ШЛЯХИ" -#: gst/gst.c:296 +#: gst/gst.c:295 msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " "environment variable GST_PLUGIN_PATH" @@ -80,23 +80,23 @@ msgstr "" "Перелік розділених комою назв модулів, що попередньо завантажуються, які є " "додатковими до переліку, що зберігається у змінній оточення GST_PLUGIN_PATH" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "МОДУЛІ" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "Вимкнути перехоплення помилок сегментації при завантаженні модулів" -#: gst/gst.c:306 +#: gst/gst.c:305 msgid "GStreamer Options" msgstr "Параметри GStreamer" -#: gst/gst.c:307 +#: gst/gst.c:306 msgid "Show GStreamer Options" msgstr "Показати параметри GStreamer" -#: gst/gst.c:789 +#: gst/gst.c:787 msgid "Unknown option" msgstr "Невідомий параметр" @@ -274,10 +274,6 @@ msgstr "Немає повідомлення про помилку для дом msgid "No standard error message for domain %s and code %d." msgstr "Немає стандартного повідомлення про помилку для домену %s та коду %d." -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "Помилка внутрішнього потоку даних." - #: gst/gsttaglist.c:92 msgid "title" msgstr "заголовок" @@ -629,7 +625,12 @@ msgstr "не вдається прив'язати елемент-спожива msgid "empty pipeline not allowed" msgstr "порожній канал не допускається" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "Помилка внутрішнього потоку даних." + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "Помилка внутрішнього потоку даних." diff --git a/po/vi.po b/po/vi.po index b21abad..65c78c0 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-11-29 21:14+0100\n" +"POT-Creation-Date: 2005-11-30 16:25+0100\n" "PO-Revision-Date: 2005-02-05 16:35+1030\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -15,30 +15,30 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: gst/gst.c:269 +#: gst/gst.c:268 msgid "Print the GStreamer version" msgstr "Hiển thị phiên bản GStreamer" -#: gst/gst.c:271 +#: gst/gst.c:270 msgid "Make all warnings fatal" msgstr "Lập tất cả cảnh báo là nghiêm trọng" -#: gst/gst.c:274 +#: gst/gst.c:273 msgid "Print available debug categories and exit" msgstr "Hiển thị tất cả loại gỡ lỗi sẵn sàng rồi thoát" -#: gst/gst.c:277 +#: gst/gst.c:276 msgid "" "Default debug level from 1 (only error) to 5 (anything) or 0 for no output" msgstr "" "Mức gỡ lỗi mặc định từ 1 (chỉ lỗi) đến 5 (bất cứ điều nào) hay 0 (không xuất " "gì)" -#: gst/gst.c:279 +#: gst/gst.c:278 msgid "LEVEL" msgstr "MỨC" -#: gst/gst.c:281 +#: gst/gst.c:280 msgid "" "Comma-separated list of category_name:level pairs to set specific levels for " "the individual categories. Example: GST_AUTOPLUG:5,GST_ELEMENT_*:3" @@ -46,31 +46,31 @@ msgstr "" "Danh sách định giới bằng dấu phẩy của đôi tên_loại:mức để lập mức dứt khoát " "cho mỗi loại. Thí dụ: GST_AUTOPLUG:5,GST_ELEMENT_*:3" -#: gst/gst.c:284 +#: gst/gst.c:283 msgid "LIST" msgstr "DANH SÁCH" -#: gst/gst.c:286 +#: gst/gst.c:285 msgid "Disable colored debugging output" msgstr "Không xuất dữ liệu gỡ lỗi với màu" -#: gst/gst.c:288 +#: gst/gst.c:287 msgid "Disable debugging" msgstr "Không gỡ lỗi" -#: gst/gst.c:291 +#: gst/gst.c:290 msgid "Enable verbose plugin loading diagnostics" msgstr "Chẩn đoán chi tiết việc tải trình cầm phít" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "Colon-separated paths containing plugins" msgstr "" -#: gst/gst.c:294 +#: gst/gst.c:293 msgid "PATHS" msgstr "ĐƯỜNG DẪN" -#: gst/gst.c:296 +#: gst/gst.c:295 #, fuzzy msgid "" "Comma-separated list of plugins to preload in addition to the list stored in " @@ -79,24 +79,24 @@ msgstr "" "Danh sách định giới bằng dấu phẩy của các trình cầm phít để tải trước, thêm " "vào danh sách được cất giữ trong biến môi trường GST_PLUGIN_PATH" -#: gst/gst.c:298 +#: gst/gst.c:297 msgid "PLUGINS" msgstr "CẦM PHÍT" -#: gst/gst.c:301 +#: gst/gst.c:300 msgid "Disable trapping of segmentation faults during plugin loading" msgstr "Không bắt lỗi phân đoạn trong khi tải trình cầm phít" -#: gst/gst.c:306 +#: gst/gst.c:305 msgid "GStreamer Options" msgstr "" -#: gst/gst.c:307 +#: gst/gst.c:306 #, fuzzy msgid "Show GStreamer Options" msgstr "Hiển thị phiên bản GStreamer" -#: gst/gst.c:789 +#: gst/gst.c:787 msgid "Unknown option" msgstr "" @@ -294,10 +294,6 @@ msgstr "Không có thông điệp lỗi cho miền %s." 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." -#: gst/gstqueue.c:818 gst/base/gstbasesrc.c:1031 gst/base/gstbasesrc.c:1041 -msgid "Internal data flow error." -msgstr "" - #: gst/gsttaglist.c:92 msgid "title" msgstr "tên" @@ -655,7 +651,12 @@ msgstr "" msgid "empty pipeline not allowed" msgstr "không cho phép đường ống trống" -#: gst/base/gstbasesink.c:603 +#: libs/gst/base/gstbasesrc.c:1031 libs/gst/base/gstbasesrc.c:1041 +#: plugins/elements/gstqueue.c:818 +msgid "Internal data flow error." +msgstr "" + +#: libs/gst/base/gstbasesink.c:603 msgid "Internal data flow problem." msgstr "" diff --git a/win32/MANIFEST b/win32/MANIFEST index 1a1b56a..70a7448 100644 --- a/win32/MANIFEST +++ b/win32/MANIFEST @@ -1,25 +1,14 @@ -win32/config.h -win32/dirent.c -win32/dirent.h -win32/gstbytestream.def -win32/gstbytestream.vcproj -win32/gstconfig.h win32/gstelements.vcproj -win32/gstenumtypes.c -win32/gstenumtypes.h win32/gstgetbits.def win32/gstgetbits.vcproj win32/gst-inspect.vcproj win32/gst-launch.vcproj -win32/gstoptimalscheduler.vcproj win32/gstreamer-dbg.def win32/gstreamer.def win32/GStreamer.vcproj win32/libgstbase.def win32/libgstbase.vcproj win32/gst-register.vcproj -win32/gstversion.h -win32/gtchar.h win32/Makefile win32/Makefile.inspect win32/Makefile.launch diff --git a/win32/config.h b/win32/config.h deleted file mode 100644 index c0f1a68..0000000 --- a/win32/config.h +++ /dev/null @@ -1,199 +0,0 @@ -/* config.h.in. Generated from configure.ac by autoheader. */ - -/* always defined to indicate that i18n is enabled */ -/*#define ENABLE_NLS 1*/ -#define ENABLE_NLS 1 - -/* gettext package name */ -#define GETTEXT_PACKAGE "gstreamer-0.9" - -/* Location of registry */ -#define GST_CACHE_DIR "c:\\gstreamer" - -/* macro to use to show function name */ -/*#undef GST_FUNCTION*/ - -/* Default errorlevel to use */ -#undef GST_LEVEL_DEFAULT - -/* GStreamer license */ -#define GST_LICENSE "LGPL" - -/* Define the location where the catalogs will be installed */ -#define LOCALEDIR GST_CACHE_DIR"\\locale" - -/* package origin */ -#define GST_ORIGIN "http://gstreamer.net" - -/* package name in plugins */ -#define GST_PACKAGE "GStreamer" - -/* Define the version */ -#define GST_VERSION "0.8.5" - -/* Define the release version */ -#define GST_VERSION_RELEASE "20040129_103536" - -/* Define if atomic.h header file is available */ -#undef HAVE_ATOMIC_H - -/* Define to 1 if you have the `bind_textdomain_codeset' function. */ -#undef HAVE_BIND_TEXTDOMAIN_CODESET - -/* Define if the target CPU is an Alpha */ -#undef HAVE_CPU_ALPHA - -/* Define if the target CPU is an ARM */ -#undef HAVE_CPU_ARM - -/* Define if the target CPU is a HPPA */ -#undef HAVE_CPU_HPPA - -/* Define if the target CPU is an x86 */ -#undef HAVE_CPU_I386 - -/* Define if the target CPU is a IA64 */ -#undef HAVE_CPU_IA64 - -/* Define if the target CPU is a M68K */ -#undef HAVE_CPU_M68K - -/* Define if the target CPU is a MIPS */ -#undef HAVE_CPU_MIPS - -/* Define if the target CPU is a PowerPC */ -#undef HAVE_CPU_PPC - -/* Define if the target CPU is a S390 */ -#undef HAVE_CPU_S390 - -/* Define if the target CPU is a SPARC */ -#undef HAVE_CPU_SPARC - -/* Define if the target CPU is a x86_64 */ -#undef HAVE_CPU_X86_64 - -/* Define to 1 if you have the `dcgettext' function. */ -#undef HAVE_DCGETTEXT - -/* Defined if we have dladdr () */ -#undef HAVE_DLADDR - -/* Define to 1 if you have the header file. */ -#undef HAVE_DLFCN_H - -/* defined if the compiler implements __func__ */ -#undef HAVE_FUNC - -/* defined if the compiler implements __FUNCTION__ */ -//#undef HAVE_FUNCTION - -/* Define if the GNU gettext() function is already present or preinstalled. */ -#undef HAVE_GETTEXT - -/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H - -/* Define if your file defines LC_MESSAGES. */ -#undef HAVE_LC_MESSAGES - -/* Define if libmmx is available */ -#undef HAVE_LIBMMX - -/* Define if libxml2 is available */ -//#undef HAVE_LIBXML2 -#define HAVE_LIBXML2 - -/* Define to 1 if you have the header file. */ -#undef HAVE_LOCALE_H - -/* defined if we have makecontext () */ -#undef HAVE_MAKECONTEXT - -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - -/* Defined if we have posix_memalign () */ -#undef HAVE_POSIX_MEMALIGN - -/* defined if the compiler implements __PRETTY_FUNCTION__ */ -#undef HAVE_PRETTY_FUNCTION - -/* Defined if libpthread has pthread_attr_setstack () */ -#undef HAVE_PTHREAD_ATTR_SETSTACK - -/* Define if RDTSC is available */ -#undef HAVE_RDTSC - -/* Defined if we have sigaction () */ -#undef HAVE_SIGACTION - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H - -/* defined if we have ucontext.h */ -#undef HAVE_UCONTEXT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H - -/* Name of package */ -#undef PACKAGE - -/* Define to the address where bug reports for this package should be sent. */ -#undef PACKAGE_BUGREPORT - -/* Define to the full name of this package. */ -#undef PACKAGE_NAME - -/* Define to the full name and version of this package. */ -#undef PACKAGE_STRING - -/* Define to the one symbol short name of this package. */ -#undef PACKAGE_TARNAME - -/* Define to the version of this package. */ -#undef PACKAGE_VERSION - -/* Define the uninstalled plugin directory */ -#undef PLUGINS_BUILDDIR - -/* Define the plugin directory */ -#define PLUGINS_DIR "c:\\gstreamer" - -/* Define if plugins should be loaded from the build tree - only developers - should use this */ -#undef PLUGINS_USE_BUILDDIR - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Define if we should use i586 optimized stack functions */ -#undef USE_FAST_STACK_TRASH - -/* Define if we should poison deallocated memory */ -#undef USE_POISONING - -/* Version number of package */ -#define VERSION "0.9.0.0" - -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -#define WORDS_BIGENDIAN 0 - -#define GST_MAJORMINOR "0.9" \ No newline at end of file diff --git a/win32/dirent.c b/win32/dirent.c deleted file mode 100644 index 9abee06..0000000 --- a/win32/dirent.c +++ /dev/null @@ -1,298 +0,0 @@ -/* - * dirent.c - * - * Derived from DIRLIB.C by Matt J. Weinstein - * This note appears in the DIRLIB.H - * DIRLIB.H by M. J. Weinstein Released to public domain 1-Jan-89 - * - * Updated by Jeremy Bettis - * Significantly revised and rewinddir, seekdir and telldir added by Colin - * Peters - * - * Resource leaks fixed by - * - * - * $Revision$ - * $Author$ - * $Date$ - * - */ - -#include -#include -#include -#include -#include -#include -#include -#define SUFFIX _T("*") -#define SLASH _T("\\") - -#include - -#define WIN32_LEAN_AND_MEAN -#include /* for GetFileAttributes */ - -/* - * opendir - * - * Returns a pointer to a DIR structure appropriately filled in to begin - * searching a directory. - */ -_TDIR * -_topendir (const _TCHAR * szPath) -{ - _TDIR *nd; - unsigned int rc; - _TCHAR szFullPath[MAX_PATH]; - - errno = 0; - - if (!szPath) { - errno = EFAULT; - return (_TDIR *) 0; - } - - if (szPath[0] == _T ('\0')) { - errno = ENOTDIR; - return (_TDIR *) 0; - } - - /* Attempt to determine if the given path really is a directory. */ - rc = GetFileAttributes (szPath); - if (rc == (unsigned int) -1) { - /* call GetLastError for more error info */ - errno = ENOENT; - return (_TDIR *) 0; - } - if (!(rc & FILE_ATTRIBUTE_DIRECTORY)) { - /* Error, entry exists but not a directory. */ - errno = ENOTDIR; - return (_TDIR *) 0; - } - - /* Make an absolute pathname. */ - _tfullpath (szFullPath, szPath, MAX_PATH); - - /* Allocate enough space to store DIR structure and the complete - * directory path given. */ - nd = (_TDIR *) malloc (sizeof (_TDIR) + (_tcslen (szFullPath) + - _tcslen (SLASH) + _tcslen (SUFFIX) + 1) * sizeof (_TCHAR)); - - if (!nd) { - /* Error, out of memory. */ - errno = ENOMEM; - return (_TDIR *) 0; - } - - /* Create the search expression. */ - _tcscpy (nd->dd_name, szFullPath); - - /* Add on a slash if the path does not end with one. */ - if (nd->dd_name[0] != _T ('\0') && - nd->dd_name[_tcslen (nd->dd_name) - 1] != _T ('/') && - nd->dd_name[_tcslen (nd->dd_name) - 1] != _T ('\\')) { - _tcscat (nd->dd_name, SLASH); - } - - /* Add on the search pattern */ - _tcscat (nd->dd_name, SUFFIX); - - /* Initialize handle to -1 so that a premature closedir doesn't try - * to call _findclose on it. */ - nd->dd_handle = -1; - - /* Initialize the status. */ - nd->dd_stat = 0; - - /* Initialize the dirent structure. ino and reclen are invalid under - * Win32, and name simply points at the appropriate part of the - * findfirst_t structure. */ - nd->dd_dir.d_ino = 0; - nd->dd_dir.d_reclen = 0; - nd->dd_dir.d_namlen = 0; - // Added by jcsston 02/04/2004, memset was writing to a bad pointer - nd->dd_dir.d_name = malloc (FILENAME_MAX); - // End add - memset (nd->dd_dir.d_name, 0, FILENAME_MAX); - - return nd; -} - - -/* - * readdir - * - * Return a pointer to a dirent structure filled with the information on the - * next entry in the directory. - */ -struct _tdirent * -_treaddir (_TDIR * dirp) -{ - errno = 0; - - /* Check for valid DIR struct. */ - if (!dirp) { - errno = EFAULT; - return (struct _tdirent *) 0; - } - - if (dirp->dd_stat < 0) { - /* We have already returned all files in the directory - * (or the structure has an invalid dd_stat). */ - return (struct _tdirent *) 0; - } else if (dirp->dd_stat == 0) { - /* We haven't started the search yet. */ - /* Start the search */ - dirp->dd_handle = _tfindfirst (dirp->dd_name, &(dirp->dd_dta)); - - if (dirp->dd_handle == -1) { - /* Whoops! Seems there are no files in that - * directory. */ - dirp->dd_stat = -1; - } else { - dirp->dd_stat = 1; - } - } else { - /* Get the next search entry. */ - if (_tfindnext (dirp->dd_handle, &(dirp->dd_dta))) { - /* We are off the end or otherwise error. - _findnext sets errno to ENOENT if no more file - Undo this. */ - DWORD winerr = GetLastError (); - - if (winerr == ERROR_NO_MORE_FILES) - errno = 0; - _findclose (dirp->dd_handle); - dirp->dd_handle = -1; - dirp->dd_stat = -1; - } else { - /* Update the status to indicate the correct - * number. */ - dirp->dd_stat++; - } - } - - if (dirp->dd_stat > 0) { - /* Successfully got an entry. Everything about the file is - * already appropriately filled in except the length of the - * file name. */ - dirp->dd_dir.d_namlen = _tcslen (dirp->dd_dta.name); - _tcscpy (dirp->dd_dir.d_name, dirp->dd_dta.name); - return &dirp->dd_dir; - } - - return (struct _tdirent *) 0; -} - - -/* - * closedir - * - * Frees up resources allocated by opendir. - */ -int -_tclosedir (_TDIR * dirp) -{ - int rc; - - errno = 0; - rc = 0; - - if (!dirp) { - errno = EFAULT; - return -1; - } - - if (dirp->dd_handle != -1) { - rc = _findclose (dirp->dd_handle); - } - - if (dirp->dd_dir.d_name) - free (dirp->dd_dir.d_name); - - /* Delete the dir structure. */ - free (dirp); - - return rc; -} - -/* - * rewinddir - * - * Return to the beginning of the directory "stream". We simply call findclose - * and then reset things like an opendir. - */ -void -_trewinddir (_TDIR * dirp) -{ - errno = 0; - - if (!dirp) { - errno = EFAULT; - return; - } - - if (dirp->dd_handle != -1) { - _findclose (dirp->dd_handle); - } - - dirp->dd_handle = -1; - dirp->dd_stat = 0; -} - -/* - * telldir - * - * Returns the "position" in the "directory stream" which can be used with - * seekdir to go back to an old entry. We simply return the value in stat. - */ -long -_ttelldir (_TDIR * dirp) -{ - errno = 0; - - if (!dirp) { - errno = EFAULT; - return -1; - } - return dirp->dd_stat; -} - -/* - * seekdir - * - * Seek to an entry previously returned by telldir. We rewind the directory - * and call readdir repeatedly until either dd_stat is the position number - * or -1 (off the end). This is not perfect, in that the directory may - * have changed while we weren't looking. But that is probably the case with - * any such system. - */ -void -_tseekdir (_TDIR * dirp, long lPos) -{ - errno = 0; - - if (!dirp) { - errno = EFAULT; - return; - } - - if (lPos < -1) { - /* Seeking to an invalid position. */ - errno = EINVAL; - return; - } else if (lPos == -1) { - /* Seek past end. */ - if (dirp->dd_handle != -1) { - _findclose (dirp->dd_handle); - } - dirp->dd_handle = -1; - dirp->dd_stat = -1; - } else { - /* Rewind and read forward to the appropriate index. */ - _trewinddir (dirp); - - while ((dirp->dd_stat < lPos) && _treaddir (dirp)); - } -} diff --git a/win32/dirent.h b/win32/dirent.h deleted file mode 100644 index 59b4241..0000000 --- a/win32/dirent.h +++ /dev/null @@ -1,147 +0,0 @@ -/* - * DIRENT.H (formerly DIRLIB.H) - * - * by M. J. Weinstein Released to public domain 1-Jan-89 - * - * Because I have heard that this feature (opendir, readdir, closedir) - * it so useful for programmers coming from UNIX or attempting to port - * UNIX code, and because it is reasonably light weight, I have included - * it in the Mingw32 package. I have also added an implementation of - * rewinddir, seekdir and telldir. - * - Colin Peters - * - * This code is distributed in the hope that is will be useful but - * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY - * DISCLAIMED. This includeds but is not limited to warranties of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * - * $Revision$ - * $Author$ - * $Date$ - * - */ - -#ifndef __STRICT_ANSI__ - -#ifndef _DIRENT_H_ -#define _DIRENT_H_ - -/* All the headers include this file. */ -/*#include <_mingw.h>*/ - -#include - -#ifndef RC_INVOKED - -#ifdef __cplusplus -extern "C" { -#endif - -struct dirent -{ - long d_ino; /* Always zero. */ - unsigned short d_reclen; /* Always zero. */ - unsigned short d_namlen; /* Length of name in d_name. */ - char* d_name; /* File name. */ - /* NOTE: The name in the dirent structure points to the name in the - * finddata_t structure in the DIR. */ -}; - -/* - * This is an internal data structure. Good programmers will not use it - * except as an argument to one of the functions below. - * dd_stat field is now int (was short in older versions). - */ -typedef struct -{ - /* disk transfer area for this dir */ - struct _finddata_t dd_dta; - - /* dirent struct to return from dir (NOTE: this makes this thread - * safe as long as only one thread uses a particular DIR struct at - * a time) */ - struct dirent dd_dir; - - /* _findnext handle */ - long dd_handle; - - /* - * Status of search: - * 0 = not started yet (next entry to read is first entry) - * -1 = off the end - * positive = 0 based index of next entry - */ - int dd_stat; - - /* given path for dir with search pattern (struct is extended) */ - char dd_name[1]; -} DIR; - -DIR* opendir (const char*); -struct dirent* readdir (DIR*); -int closedir (DIR*); -void rewinddir (DIR*); -long telldir (DIR*); -void seekdir (DIR*, long); - - -/* wide char versions */ - -struct _wdirent -{ - long d_ino; /* Always zero. */ - unsigned short d_reclen; /* Always zero. */ - unsigned short d_namlen; /* Length of name in d_name. */ - wchar_t* d_name; /* File name. */ - /* NOTE: The name in the dirent structure points to the name in the * wfinddata_t structure in the _WDIR. */ -}; - -/* - * This is an internal data structure. Good programmers will not use it - * except as an argument to one of the functions below. - */ -typedef struct -{ - /* disk transfer area for this dir */ - struct _wfinddata_t dd_dta; - - /* dirent struct to return from dir (NOTE: this makes this thread - * safe as long as only one thread uses a particular DIR struct at - * a time) */ - struct _wdirent dd_dir; - - /* _findnext handle */ - long dd_handle; - - /* - * Status of search: - * 0 = not started yet (next entry to read is first entry) - * -1 = off the end - * positive = 0 based index of next entry - */ - int dd_stat; - - /* given path for dir with search pattern (struct is extended) */ - wchar_t dd_name[1]; -} _WDIR; - - - -_WDIR* _wopendir (const wchar_t*); -struct _wdirent* _wreaddir (_WDIR*); -int _wclosedir (_WDIR*); -void _wrewinddir (_WDIR*); -long _wtelldir (_WDIR*); -void _wseekdir (_WDIR*, long); - - -#ifdef __cplusplus -} -#endif - -#endif /* Not RC_INVOKED */ - -#endif /* Not _DIRENT_H_ */ - -#endif /* Not __STRICT_ANSI__ */ - diff --git a/win32/gstbytestream.def b/win32/gstbytestream.def deleted file mode 100644 index c39bd16..0000000 --- a/win32/gstbytestream.def +++ /dev/null @@ -1,17 +0,0 @@ -EXPORTS - gst_plugin_desc - gst_bytestream_new - gst_bytestream_destroy - gst_bytestream_reset - gst_bytestream_read - gst_bytestream_tell - gst_bytestream_length - gst_bytestream_size_hint - gst_bytestream_seek - gst_bytestream_peek - gst_bytestream_peek_bytes - gst_bytestream_flush - gst_bytestream_flush_fast - gst_bytestream_get_status - gst_bytestream_get_timestamp - gst_bytestream_print_status \ No newline at end of file diff --git a/win32/gstbytestream.vcproj b/win32/gstbytestream.vcproj deleted file mode 100644 index 198f635..0000000 --- a/win32/gstbytestream.vcproj +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/gstconfig.h b/win32/gstconfig.h deleted file mode 100644 index 61743f8..0000000 --- a/win32/gstconfig.h +++ /dev/null @@ -1,88 +0,0 @@ -/* This header interprets the various GST_* macros that are typically * - * provided by the gstreamer-config or gstreamer.pc files. */ - -#ifndef __GST_CONFIG_H__ -#define __GST_CONFIG_H__ - -/***** trick gtk-doc into believing these symbols are defined (yes, it's ugly) */ - -#if 0 -#define GST_DISABLE_LOADSAVE_REGISTRY 1 -#define GST_DISABLE_GST_DEBUG 1 -#define GST_DISABLE_LOADSAVE 1 -#define GST_DISABLE_PARSE 1 -#define GST_DISABLE_TRACE 1 -#define GST_DISABLE_ALLOC_TRACE 1 -#define GST_DISABLE_REGISTRY 1 -#define GST_DISABLE_ENUMTYPES 1 -#define GST_DISABLE_INDEX 1 -#define GST_DISABLE_PLUGIN 1 -#define GST_DISABLE_URI 1 -#endif - -/***** default padding of structures *****/ -#define GST_PADDING 4 -#define GST_PADDING_INIT {0} - -#define LIBDIR "win32:libdir define in vcproj" -#define PACKAGE "temp seb package" - -/***** disabling of subsystems *****/ - -/* wether or not the debugging subsystem is enabled */ -/* #undef GST_DISABLE_GST_DEBUG */ - -/* DOES NOT WORK */ -/* #undef GST_DISABLE_LOADSAVE */ - -/* DOES NOT WORK */ -/* #undef GST_DISABLE_PARSE */ - -/* DOES NOT WORK */ -/* #undef GST_DISABLE_TRACE */ - -/* DOES NOT WORK */ -/* #undef GST_DISABLE_ALLOC_TRACE */ - -/* DOES NOT WORK */ -/* #undef GST_DISABLE_REGISTRY */ - -/* DOES NOT WORK */ -/* #undef GST_DISABLE_ENUMTYPES */ - -/* DOES NOT WORK */ -/* #undef GST_DISABLE_INDEX */ - -/* DOES NOT WORK */ -/* #undef GST_DISABLE_PLUGIN */ - -/* DOES NOT WORK */ -/* #undef GST_DISABLE_URI */ - -/* printf extension format */ -#define GST_PTR_FORMAT "P" - -/* whether or not the CPU supports unaligned access */ -#define GST_HAVE_UNALIGNED_ACCESS 0 - -/***** Deal with XML stuff, we have to handle both loadsave and registry *****/ - -#if (! (defined(GST_DISABLE_LOADSAVE) && defined(GST_DISABLE_REGISTRY)) ) -# include -#else -# define GST_DISABLE_LOADSAVE_REGISTRY -#endif - -#ifdef WIN32 -#define GST_PLUGIN_EXPORT __declspec(dllexport) extern -#ifdef GST_EXPORTS -#define GST_EXPORT __declspec(dllexport) extern -#else -#define GST_EXPORT __declspec(dllimport) extern -#endif -#else /* not WIN32 */ -#define GST_PLUGIN_EXPORT -#define GST_EXPORT extern -#endif - -#endif /* __GST_CONFIG_H__ */ diff --git a/win32/gstenumtypes.c b/win32/gstenumtypes.c deleted file mode 100644 index 4dd13af..0000000 --- a/win32/gstenumtypes.c +++ /dev/null @@ -1,1064 +0,0 @@ - -/* Generated data (by glib-mkenums) */ - -#include "gst_private.h" -#include - -/* enumerations from "gstobject.h" */ -GType -gst_object_flags_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_OBJECT_DISPOSING, "GST_OBJECT_DISPOSING", "disposing"}, - {GST_OBJECT_FLOATING, "GST_OBJECT_FLOATING", "floating"}, - {GST_OBJECT_FLAG_LAST, "GST_OBJECT_FLAG_LAST", "flag-last"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstObjectFlags", values); - } - return etype; -} - -/* enumerations from "gstbin.h" */ -GType -gst_bin_flags_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_BIN_FLAG_LAST, "GST_BIN_FLAG_LAST", "last"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstBinFlags", values); - } - return etype; -} - -/* enumerations from "gstbuffer.h" */ -GType -gst_buffer_flag_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GFlagsValue values[] = { - {GST_BUFFER_FLAG_READONLY, "GST_BUFFER_FLAG_READONLY", "readonly"}, - {GST_BUFFER_FLAG_ORIGINAL, "GST_BUFFER_FLAG_ORIGINAL", "original"}, - {GST_BUFFER_FLAG_PREROLL, "GST_BUFFER_FLAG_PREROLL", "preroll"}, - {GST_BUFFER_FLAG_DISCONT, "GST_BUFFER_FLAG_DISCONT", "discont"}, - {GST_BUFFER_FLAG_IN_CAPS, "GST_BUFFER_FLAG_IN_CAPS", "in-caps"}, - {GST_BUFFER_FLAG_GAP, "GST_BUFFER_FLAG_GAP", "gap"}, - {GST_BUFFER_FLAG_DELTA_UNIT, "GST_BUFFER_FLAG_DELTA_UNIT", "delta-unit"}, - {GST_BUFFER_FLAG_LAST, "GST_BUFFER_FLAG_LAST", "last"}, - {0, NULL, NULL} - }; - etype = g_flags_register_static ("GstBufferFlag", values); - } - return etype; -} - -/* enumerations from "gstbus.h" */ -GType -gst_bus_flags_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_BUS_FLUSHING, "GST_BUS_FLUSHING", "flushing"}, - {GST_BUS_FLAG_LAST, "GST_BUS_FLAG_LAST", "flag-last"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstBusFlags", values); - } - return etype; -} - -GType -gst_bus_sync_reply_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_BUS_DROP, "GST_BUS_DROP", "drop"}, - {GST_BUS_PASS, "GST_BUS_PASS", "pass"}, - {GST_BUS_ASYNC, "GST_BUS_ASYNC", "async"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstBusSyncReply", values); - } - return etype; -} - -/* enumerations from "gstclock.h" */ -GType -gst_clock_return_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_CLOCK_OK, "GST_CLOCK_OK", "ok"}, - {GST_CLOCK_EARLY, "GST_CLOCK_EARLY", "early"}, - {GST_CLOCK_UNSCHEDULED, "GST_CLOCK_UNSCHEDULED", "unscheduled"}, - {GST_CLOCK_BUSY, "GST_CLOCK_BUSY", "busy"}, - {GST_CLOCK_BADTIME, "GST_CLOCK_BADTIME", "badtime"}, - {GST_CLOCK_ERROR, "GST_CLOCK_ERROR", "error"}, - {GST_CLOCK_UNSUPPORTED, "GST_CLOCK_UNSUPPORTED", "unsupported"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstClockReturn", values); - } - return etype; -} - -GType -gst_clock_entry_type_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_CLOCK_ENTRY_SINGLE, "GST_CLOCK_ENTRY_SINGLE", "single"}, - {GST_CLOCK_ENTRY_PERIODIC, "GST_CLOCK_ENTRY_PERIODIC", "periodic"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstClockEntryType", values); - } - return etype; -} - -GType -gst_clock_flags_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GFlagsValue values[] = { - {GST_CLOCK_FLAG_CAN_DO_SINGLE_SYNC, "GST_CLOCK_FLAG_CAN_DO_SINGLE_SYNC", - "do-single-sync"}, - {GST_CLOCK_FLAG_CAN_DO_SINGLE_ASYNC, "GST_CLOCK_FLAG_CAN_DO_SINGLE_ASYNC", - "do-single-async"}, - {GST_CLOCK_FLAG_CAN_DO_PERIODIC_SYNC, - "GST_CLOCK_FLAG_CAN_DO_PERIODIC_SYNC", "do-periodic-sync"}, - {GST_CLOCK_FLAG_CAN_DO_PERIODIC_ASYNC, - "GST_CLOCK_FLAG_CAN_DO_PERIODIC_ASYNC", "do-periodic-async"}, - {GST_CLOCK_FLAG_CAN_SET_RESOLUTION, "GST_CLOCK_FLAG_CAN_SET_RESOLUTION", - "set-resolution"}, - {0, NULL, NULL} - }; - etype = g_flags_register_static ("GstClockFlags", values); - } - return etype; -} - -/* enumerations from "gstelement.h" */ -GType -gst_state_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_STATE_VOID_PENDING, "GST_STATE_VOID_PENDING", "void-pending"}, - {GST_STATE_NULL, "GST_STATE_NULL", "null"}, - {GST_STATE_READY, "GST_STATE_READY", "ready"}, - {GST_STATE_PAUSED, "GST_STATE_PAUSED", "paused"}, - {GST_STATE_PLAYING, "GST_STATE_PLAYING", "playing"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstState", values); - } - return etype; -} - -GType -gst_state_change_return_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_STATE_CHANGE_FAILURE, "GST_STATE_CHANGE_FAILURE", "failure"}, - {GST_STATE_CHANGE_SUCCESS, "GST_STATE_CHANGE_SUCCESS", "success"}, - {GST_STATE_CHANGE_ASYNC, "GST_STATE_CHANGE_ASYNC", "async"}, - {GST_STATE_CHANGE_NO_PREROLL, "GST_STATE_CHANGE_NO_PREROLL", - "no-preroll"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstStateChangeReturn", values); - } - return etype; -} - -GType -gst_state_change_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_STATE_CHANGE_NULL_TO_READY, "GST_STATE_CHANGE_NULL_TO_READY", - "null-to-ready"}, - {GST_STATE_CHANGE_READY_TO_PAUSED, "GST_STATE_CHANGE_READY_TO_PAUSED", - "ready-to-paused"}, - {GST_STATE_CHANGE_PAUSED_TO_PLAYING, "GST_STATE_CHANGE_PAUSED_TO_PLAYING", - "paused-to-playing"}, - {GST_STATE_CHANGE_PLAYING_TO_PAUSED, "GST_STATE_CHANGE_PLAYING_TO_PAUSED", - "playing-to-paused"}, - {GST_STATE_CHANGE_PAUSED_TO_READY, "GST_STATE_CHANGE_PAUSED_TO_READY", - "paused-to-ready"}, - {GST_STATE_CHANGE_READY_TO_NULL, "GST_STATE_CHANGE_READY_TO_NULL", - "ready-to-null"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstStateChange", values); - } - return etype; -} - -GType -gst_element_flags_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_ELEMENT_LOCKED_STATE, "GST_ELEMENT_LOCKED_STATE", "locked-state"}, - {GST_ELEMENT_IS_SINK, "GST_ELEMENT_IS_SINK", "is-sink"}, - {GST_ELEMENT_UNPARENTING, "GST_ELEMENT_UNPARENTING", "unparenting"}, - {GST_ELEMENT_FLAG_LAST, "GST_ELEMENT_FLAG_LAST", "flag-last"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstElementFlags", values); - } - return etype; -} - -/* enumerations from "gsterror.h" */ -GType -gst_core_error_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_CORE_ERROR_FAILED, "GST_CORE_ERROR_FAILED", "failed"}, - {GST_CORE_ERROR_TOO_LAZY, "GST_CORE_ERROR_TOO_LAZY", "too-lazy"}, - {GST_CORE_ERROR_NOT_IMPLEMENTED, "GST_CORE_ERROR_NOT_IMPLEMENTED", - "not-implemented"}, - {GST_CORE_ERROR_STATE_CHANGE, "GST_CORE_ERROR_STATE_CHANGE", - "state-change"}, - {GST_CORE_ERROR_PAD, "GST_CORE_ERROR_PAD", "pad"}, - {GST_CORE_ERROR_THREAD, "GST_CORE_ERROR_THREAD", "thread"}, - {GST_CORE_ERROR_NEGOTIATION, "GST_CORE_ERROR_NEGOTIATION", "negotiation"}, - {GST_CORE_ERROR_EVENT, "GST_CORE_ERROR_EVENT", "event"}, - {GST_CORE_ERROR_SEEK, "GST_CORE_ERROR_SEEK", "seek"}, - {GST_CORE_ERROR_CAPS, "GST_CORE_ERROR_CAPS", "caps"}, - {GST_CORE_ERROR_TAG, "GST_CORE_ERROR_TAG", "tag"}, - {GST_CORE_ERROR_NUM_ERRORS, "GST_CORE_ERROR_NUM_ERRORS", "num-errors"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstCoreError", values); - } - return etype; -} - -GType -gst_library_error_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_LIBRARY_ERROR_FAILED, "GST_LIBRARY_ERROR_FAILED", "failed"}, - {GST_LIBRARY_ERROR_TOO_LAZY, "GST_LIBRARY_ERROR_TOO_LAZY", "too-lazy"}, - {GST_LIBRARY_ERROR_INIT, "GST_LIBRARY_ERROR_INIT", "init"}, - {GST_LIBRARY_ERROR_SHUTDOWN, "GST_LIBRARY_ERROR_SHUTDOWN", "shutdown"}, - {GST_LIBRARY_ERROR_SETTINGS, "GST_LIBRARY_ERROR_SETTINGS", "settings"}, - {GST_LIBRARY_ERROR_ENCODE, "GST_LIBRARY_ERROR_ENCODE", "encode"}, - {GST_LIBRARY_ERROR_NUM_ERRORS, "GST_LIBRARY_ERROR_NUM_ERRORS", - "num-errors"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstLibraryError", values); - } - return etype; -} - -GType -gst_resource_error_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_RESOURCE_ERROR_FAILED, "GST_RESOURCE_ERROR_FAILED", "failed"}, - {GST_RESOURCE_ERROR_TOO_LAZY, "GST_RESOURCE_ERROR_TOO_LAZY", "too-lazy"}, - {GST_RESOURCE_ERROR_NOT_FOUND, "GST_RESOURCE_ERROR_NOT_FOUND", - "not-found"}, - {GST_RESOURCE_ERROR_BUSY, "GST_RESOURCE_ERROR_BUSY", "busy"}, - {GST_RESOURCE_ERROR_OPEN_READ, "GST_RESOURCE_ERROR_OPEN_READ", - "open-read"}, - {GST_RESOURCE_ERROR_OPEN_WRITE, "GST_RESOURCE_ERROR_OPEN_WRITE", - "open-write"}, - {GST_RESOURCE_ERROR_OPEN_READ_WRITE, "GST_RESOURCE_ERROR_OPEN_READ_WRITE", - "open-read-write"}, - {GST_RESOURCE_ERROR_CLOSE, "GST_RESOURCE_ERROR_CLOSE", "close"}, - {GST_RESOURCE_ERROR_READ, "GST_RESOURCE_ERROR_READ", "read"}, - {GST_RESOURCE_ERROR_WRITE, "GST_RESOURCE_ERROR_WRITE", "write"}, - {GST_RESOURCE_ERROR_SEEK, "GST_RESOURCE_ERROR_SEEK", "seek"}, - {GST_RESOURCE_ERROR_SYNC, "GST_RESOURCE_ERROR_SYNC", "sync"}, - {GST_RESOURCE_ERROR_SETTINGS, "GST_RESOURCE_ERROR_SETTINGS", "settings"}, - {GST_RESOURCE_ERROR_NUM_ERRORS, "GST_RESOURCE_ERROR_NUM_ERRORS", - "num-errors"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstResourceError", values); - } - return etype; -} - -GType -gst_stream_error_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_STREAM_ERROR_FAILED, "GST_STREAM_ERROR_FAILED", "failed"}, - {GST_STREAM_ERROR_TOO_LAZY, "GST_STREAM_ERROR_TOO_LAZY", "too-lazy"}, - {GST_STREAM_ERROR_NOT_IMPLEMENTED, "GST_STREAM_ERROR_NOT_IMPLEMENTED", - "not-implemented"}, - {GST_STREAM_ERROR_TYPE_NOT_FOUND, "GST_STREAM_ERROR_TYPE_NOT_FOUND", - "type-not-found"}, - {GST_STREAM_ERROR_WRONG_TYPE, "GST_STREAM_ERROR_WRONG_TYPE", - "wrong-type"}, - {GST_STREAM_ERROR_CODEC_NOT_FOUND, "GST_STREAM_ERROR_CODEC_NOT_FOUND", - "codec-not-found"}, - {GST_STREAM_ERROR_DECODE, "GST_STREAM_ERROR_DECODE", "decode"}, - {GST_STREAM_ERROR_ENCODE, "GST_STREAM_ERROR_ENCODE", "encode"}, - {GST_STREAM_ERROR_DEMUX, "GST_STREAM_ERROR_DEMUX", "demux"}, - {GST_STREAM_ERROR_MUX, "GST_STREAM_ERROR_MUX", "mux"}, - {GST_STREAM_ERROR_FORMAT, "GST_STREAM_ERROR_FORMAT", "format"}, - {GST_STREAM_ERROR_STOPPED, "GST_STREAM_ERROR_STOPPED", "stopped"}, - {GST_STREAM_ERROR_NUM_ERRORS, "GST_STREAM_ERROR_NUM_ERRORS", - "num-errors"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstStreamError", values); - } - return etype; -} - -/* enumerations from "gstevent.h" */ -GType -gst_event_type_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_EVENT_UNKNOWN, "GST_EVENT_UNKNOWN", "unknown"}, - {GST_EVENT_FLUSH_START, "GST_EVENT_FLUSH_START", "flush-start"}, - {GST_EVENT_FLUSH_STOP, "GST_EVENT_FLUSH_STOP", "flush-stop"}, - {GST_EVENT_EOS, "GST_EVENT_EOS", "eos"}, - {GST_EVENT_NEWSEGMENT, "GST_EVENT_NEWSEGMENT", "newsegment"}, - {GST_EVENT_TAG, "GST_EVENT_TAG", "tag"}, - {GST_EVENT_FILLER, "GST_EVENT_FILLER", "filler"}, - {GST_EVENT_QOS, "GST_EVENT_QOS", "qos"}, - {GST_EVENT_SEEK, "GST_EVENT_SEEK", "seek"}, - {GST_EVENT_NAVIGATION, "GST_EVENT_NAVIGATION", "navigation"}, - {GST_EVENT_CUSTOM_UP, "GST_EVENT_CUSTOM_UP", "custom-up"}, - {GST_EVENT_CUSTOM_DS, "GST_EVENT_CUSTOM_DS", "custom-ds"}, - {GST_EVENT_CUSTOM_DS_OOB, "GST_EVENT_CUSTOM_DS_OOB", "custom-ds-oob"}, - {GST_EVENT_CUSTOM_BOTH, "GST_EVENT_CUSTOM_BOTH", "custom-both"}, - {GST_EVENT_CUSTOM_BOTH_OOB, "GST_EVENT_CUSTOM_BOTH_OOB", - "custom-both-oob"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstEventType", values); - } - return etype; -} - -GType -gst_seek_type_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_SEEK_TYPE_NONE, "GST_SEEK_TYPE_NONE", "none"}, - {GST_SEEK_TYPE_CUR, "GST_SEEK_TYPE_CUR", "cur"}, - {GST_SEEK_TYPE_SET, "GST_SEEK_TYPE_SET", "set"}, - {GST_SEEK_TYPE_END, "GST_SEEK_TYPE_END", "end"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstSeekType", values); - } - return etype; -} - -GType -gst_seek_flags_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GFlagsValue values[] = { - {GST_SEEK_FLAG_NONE, "GST_SEEK_FLAG_NONE", "none"}, - {GST_SEEK_FLAG_FLUSH, "GST_SEEK_FLAG_FLUSH", "flush"}, - {GST_SEEK_FLAG_ACCURATE, "GST_SEEK_FLAG_ACCURATE", "accurate"}, - {GST_SEEK_FLAG_KEY_UNIT, "GST_SEEK_FLAG_KEY_UNIT", "key-unit"}, - {GST_SEEK_FLAG_SEGMENT, "GST_SEEK_FLAG_SEGMENT", "segment"}, - {0, NULL, NULL} - }; - etype = g_flags_register_static ("GstSeekFlags", values); - } - return etype; -} - -/* enumerations from "gstformat.h" */ -GType -gst_format_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_FORMAT_UNDEFINED, "GST_FORMAT_UNDEFINED", "undefined"}, - {GST_FORMAT_DEFAULT, "GST_FORMAT_DEFAULT", "default"}, - {GST_FORMAT_BYTES, "GST_FORMAT_BYTES", "bytes"}, - {GST_FORMAT_TIME, "GST_FORMAT_TIME", "time"}, - {GST_FORMAT_BUFFERS, "GST_FORMAT_BUFFERS", "buffers"}, - {GST_FORMAT_PERCENT, "GST_FORMAT_PERCENT", "percent"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstFormat", values); - } - return etype; -} - -/* enumerations from "gstindex.h" */ -GType -gst_index_certainty_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_INDEX_UNKNOWN, "GST_INDEX_UNKNOWN", "unknown"}, - {GST_INDEX_CERTAIN, "GST_INDEX_CERTAIN", "certain"}, - {GST_INDEX_FUZZY, "GST_INDEX_FUZZY", "fuzzy"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstIndexCertainty", values); - } - return etype; -} - -GType -gst_index_entry_type_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_INDEX_ENTRY_ID, "GST_INDEX_ENTRY_ID", "id"}, - {GST_INDEX_ENTRY_ASSOCIATION, "GST_INDEX_ENTRY_ASSOCIATION", - "association"}, - {GST_INDEX_ENTRY_OBJECT, "GST_INDEX_ENTRY_OBJECT", "object"}, - {GST_INDEX_ENTRY_FORMAT, "GST_INDEX_ENTRY_FORMAT", "format"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstIndexEntryType", values); - } - return etype; -} - -GType -gst_index_lookup_method_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_INDEX_LOOKUP_EXACT, "GST_INDEX_LOOKUP_EXACT", "exact"}, - {GST_INDEX_LOOKUP_BEFORE, "GST_INDEX_LOOKUP_BEFORE", "before"}, - {GST_INDEX_LOOKUP_AFTER, "GST_INDEX_LOOKUP_AFTER", "after"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstIndexLookupMethod", values); - } - return etype; -} - -GType -gst_assoc_flags_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GFlagsValue values[] = { - {GST_ASSOCIATION_FLAG_NONE, "GST_ASSOCIATION_FLAG_NONE", "none"}, - {GST_ASSOCIATION_FLAG_KEY_UNIT, "GST_ASSOCIATION_FLAG_KEY_UNIT", - "key-unit"}, - {GST_ASSOCIATION_FLAG_DELTA_UNIT, "GST_ASSOCIATION_FLAG_DELTA_UNIT", - "delta-unit"}, - {GST_ASSOCIATION_FLAG_LAST, "GST_ASSOCIATION_FLAG_LAST", "last"}, - {0, NULL, NULL} - }; - etype = g_flags_register_static ("GstAssocFlags", values); - } - return etype; -} - -GType -gst_index_resolver_method_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_INDEX_RESOLVER_CUSTOM, "GST_INDEX_RESOLVER_CUSTOM", "custom"}, - {GST_INDEX_RESOLVER_GTYPE, "GST_INDEX_RESOLVER_GTYPE", "gtype"}, - {GST_INDEX_RESOLVER_PATH, "GST_INDEX_RESOLVER_PATH", "path"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstIndexResolverMethod", values); - } - return etype; -} - -GType -gst_index_flags_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_INDEX_WRITABLE, "GST_INDEX_WRITABLE", "writable"}, - {GST_INDEX_READABLE, "GST_INDEX_READABLE", "readable"}, - {GST_INDEX_FLAG_LAST, "GST_INDEX_FLAG_LAST", "flag-last"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstIndexFlags", values); - } - return etype; -} - -/* enumerations from "gstinfo.h" */ -GType -gst_debug_level_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_LEVEL_NONE, "GST_LEVEL_NONE", "none"}, - {GST_LEVEL_ERROR, "GST_LEVEL_ERROR", "error"}, - {GST_LEVEL_WARNING, "GST_LEVEL_WARNING", "warning"}, - {GST_LEVEL_INFO, "GST_LEVEL_INFO", "info"}, - {GST_LEVEL_DEBUG, "GST_LEVEL_DEBUG", "debug"}, - {GST_LEVEL_LOG, "GST_LEVEL_LOG", "log"}, - {GST_LEVEL_COUNT, "GST_LEVEL_COUNT", "count"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstDebugLevel", values); - } - return etype; -} - -GType -gst_debug_color_flags_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_DEBUG_FG_BLACK, "GST_DEBUG_FG_BLACK", "fg-black"}, - {GST_DEBUG_FG_RED, "GST_DEBUG_FG_RED", "fg-red"}, - {GST_DEBUG_FG_GREEN, "GST_DEBUG_FG_GREEN", "fg-green"}, - {GST_DEBUG_FG_YELLOW, "GST_DEBUG_FG_YELLOW", "fg-yellow"}, - {GST_DEBUG_FG_BLUE, "GST_DEBUG_FG_BLUE", "fg-blue"}, - {GST_DEBUG_FG_MAGENTA, "GST_DEBUG_FG_MAGENTA", "fg-magenta"}, - {GST_DEBUG_FG_CYAN, "GST_DEBUG_FG_CYAN", "fg-cyan"}, - {GST_DEBUG_FG_WHITE, "GST_DEBUG_FG_WHITE", "fg-white"}, - {GST_DEBUG_BG_BLACK, "GST_DEBUG_BG_BLACK", "bg-black"}, - {GST_DEBUG_BG_RED, "GST_DEBUG_BG_RED", "bg-red"}, - {GST_DEBUG_BG_GREEN, "GST_DEBUG_BG_GREEN", "bg-green"}, - {GST_DEBUG_BG_YELLOW, "GST_DEBUG_BG_YELLOW", "bg-yellow"}, - {GST_DEBUG_BG_BLUE, "GST_DEBUG_BG_BLUE", "bg-blue"}, - {GST_DEBUG_BG_MAGENTA, "GST_DEBUG_BG_MAGENTA", "bg-magenta"}, - {GST_DEBUG_BG_CYAN, "GST_DEBUG_BG_CYAN", "bg-cyan"}, - {GST_DEBUG_BG_WHITE, "GST_DEBUG_BG_WHITE", "bg-white"}, - {GST_DEBUG_BOLD, "GST_DEBUG_BOLD", "bold"}, - {GST_DEBUG_UNDERLINE, "GST_DEBUG_UNDERLINE", "underline"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstDebugColorFlags", values); - } - return etype; -} - -/* enumerations from "gstiterator.h" */ -GType -gst_iterator_result_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_ITERATOR_DONE, "GST_ITERATOR_DONE", "done"}, - {GST_ITERATOR_OK, "GST_ITERATOR_OK", "ok"}, - {GST_ITERATOR_RESYNC, "GST_ITERATOR_RESYNC", "resync"}, - {GST_ITERATOR_ERROR, "GST_ITERATOR_ERROR", "error"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstIteratorResult", values); - } - return etype; -} - -GType -gst_iterator_item_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_ITERATOR_ITEM_SKIP, "GST_ITERATOR_ITEM_SKIP", "skip"}, - {GST_ITERATOR_ITEM_PASS, "GST_ITERATOR_ITEM_PASS", "pass"}, - {GST_ITERATOR_ITEM_END, "GST_ITERATOR_ITEM_END", "end"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstIteratorItem", values); - } - return etype; -} - -/* enumerations from "gstmessage.h" */ -GType -gst_message_type_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GFlagsValue values[] = { - {GST_MESSAGE_UNKNOWN, "GST_MESSAGE_UNKNOWN", "unknown"}, - {GST_MESSAGE_EOS, "GST_MESSAGE_EOS", "eos"}, - {GST_MESSAGE_ERROR, "GST_MESSAGE_ERROR", "error"}, - {GST_MESSAGE_WARNING, "GST_MESSAGE_WARNING", "warning"}, - {GST_MESSAGE_INFO, "GST_MESSAGE_INFO", "info"}, - {GST_MESSAGE_TAG, "GST_MESSAGE_TAG", "tag"}, - {GST_MESSAGE_BUFFERING, "GST_MESSAGE_BUFFERING", "buffering"}, - {GST_MESSAGE_STATE_CHANGED, "GST_MESSAGE_STATE_CHANGED", "state-changed"}, - {GST_MESSAGE_STEP_DONE, "GST_MESSAGE_STEP_DONE", "step-done"}, - {GST_MESSAGE_NEW_CLOCK, "GST_MESSAGE_NEW_CLOCK", "new-clock"}, - {GST_MESSAGE_STRUCTURE_CHANGE, "GST_MESSAGE_STRUCTURE_CHANGE", - "structure-change"}, - {GST_MESSAGE_STREAM_STATUS, "GST_MESSAGE_STREAM_STATUS", "stream-status"}, - {GST_MESSAGE_APPLICATION, "GST_MESSAGE_APPLICATION", "application"}, - {GST_MESSAGE_SEGMENT_START, "GST_MESSAGE_SEGMENT_START", "segment-start"}, - {GST_MESSAGE_SEGMENT_DONE, "GST_MESSAGE_SEGMENT_DONE", "segment-done"}, - {GST_MESSAGE_ANY, "GST_MESSAGE_ANY", "any"}, - {0, NULL, NULL} - }; - etype = g_flags_register_static ("GstMessageType", values); - } - return etype; -} - -/* enumerations from "gstminiobject.h" */ -GType -gst_mini_object_flags_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GFlagsValue values[] = { - {GST_MINI_OBJECT_FLAG_READONLY, "GST_MINI_OBJECT_FLAG_READONLY", - "readonly"}, - {GST_MINI_OBJECT_FLAG_LAST, "GST_MINI_OBJECT_FLAG_LAST", "last"}, - {0, NULL, NULL} - }; - etype = g_flags_register_static ("GstMiniObjectFlags", values); - } - return etype; -} - -/* enumerations from "gstpad.h" */ -GType -gst_pad_link_return_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_PAD_LINK_OK, "GST_PAD_LINK_OK", "ok"}, - {GST_PAD_LINK_WRONG_HIERARCHY, "GST_PAD_LINK_WRONG_HIERARCHY", - "wrong-hierarchy"}, - {GST_PAD_LINK_WAS_LINKED, "GST_PAD_LINK_WAS_LINKED", "was-linked"}, - {GST_PAD_LINK_WRONG_DIRECTION, "GST_PAD_LINK_WRONG_DIRECTION", - "wrong-direction"}, - {GST_PAD_LINK_NOFORMAT, "GST_PAD_LINK_NOFORMAT", "noformat"}, - {GST_PAD_LINK_NOSCHED, "GST_PAD_LINK_NOSCHED", "nosched"}, - {GST_PAD_LINK_REFUSED, "GST_PAD_LINK_REFUSED", "refused"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstPadLinkReturn", values); - } - return etype; -} - -GType -gst_flow_return_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_FLOW_RESEND, "GST_FLOW_RESEND", "resend"}, - {GST_FLOW_OK, "GST_FLOW_OK", "ok"}, - {GST_FLOW_NOT_LINKED, "GST_FLOW_NOT_LINKED", "not-linked"}, - {GST_FLOW_WRONG_STATE, "GST_FLOW_WRONG_STATE", "wrong-state"}, - {GST_FLOW_UNEXPECTED, "GST_FLOW_UNEXPECTED", "unexpected"}, - {GST_FLOW_NOT_NEGOTIATED, "GST_FLOW_NOT_NEGOTIATED", "not-negotiated"}, - {GST_FLOW_ERROR, "GST_FLOW_ERROR", "error"}, - {GST_FLOW_NOT_SUPPORTED, "GST_FLOW_NOT_SUPPORTED", "not-supported"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstFlowReturn", values); - } - return etype; -} - -GType -gst_activate_mode_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_ACTIVATE_NONE, "GST_ACTIVATE_NONE", "none"}, - {GST_ACTIVATE_PUSH, "GST_ACTIVATE_PUSH", "push"}, - {GST_ACTIVATE_PULL, "GST_ACTIVATE_PULL", "pull"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstActivateMode", values); - } - return etype; -} - -GType -gst_pad_direction_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_PAD_UNKNOWN, "GST_PAD_UNKNOWN", "unknown"}, - {GST_PAD_SRC, "GST_PAD_SRC", "src"}, - {GST_PAD_SINK, "GST_PAD_SINK", "sink"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstPadDirection", values); - } - return etype; -} - -GType -gst_pad_flags_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_PAD_BLOCKED, "GST_PAD_BLOCKED", "blocked"}, - {GST_PAD_FLUSHING, "GST_PAD_FLUSHING", "flushing"}, - {GST_PAD_IN_GETCAPS, "GST_PAD_IN_GETCAPS", "in-getcaps"}, - {GST_PAD_IN_SETCAPS, "GST_PAD_IN_SETCAPS", "in-setcaps"}, - {GST_PAD_FLAG_LAST, "GST_PAD_FLAG_LAST", "flag-last"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstPadFlags", values); - } - return etype; -} - -GType -gst_pad_presence_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_PAD_ALWAYS, "GST_PAD_ALWAYS", "always"}, - {GST_PAD_SOMETIMES, "GST_PAD_SOMETIMES", "sometimes"}, - {GST_PAD_REQUEST, "GST_PAD_REQUEST", "request"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstPadPresence", values); - } - return etype; -} - -GType -gst_pad_template_flags_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_PAD_TEMPLATE_FIXED, "GST_PAD_TEMPLATE_FIXED", "fixed"}, - {GST_PAD_TEMPLATE_FLAG_LAST, "GST_PAD_TEMPLATE_FLAG_LAST", "flag-last"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstPadTemplateFlags", values); - } - return etype; -} - -/* enumerations from "gstpipeline.h" */ -GType -gst_pipeline_flags_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_PIPELINE_FLAG_FIXED_CLOCK, "GST_PIPELINE_FLAG_FIXED_CLOCK", - "fixed-clock"}, - {GST_PIPELINE_FLAG_LAST, "GST_PIPELINE_FLAG_LAST", "last"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstPipelineFlags", values); - } - return etype; -} - -/* enumerations from "gstplugin.h" */ -GType -gst_plugin_error_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_PLUGIN_ERROR_MODULE, "GST_PLUGIN_ERROR_MODULE", "module"}, - {GST_PLUGIN_ERROR_DEPENDENCIES, "GST_PLUGIN_ERROR_DEPENDENCIES", - "dependencies"}, - {GST_PLUGIN_ERROR_NAME_MISMATCH, "GST_PLUGIN_ERROR_NAME_MISMATCH", - "name-mismatch"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstPluginError", values); - } - return etype; -} - -GType -gst_plugin_flags_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GFlagsValue values[] = { - {GST_PLUGIN_FLAG_CACHED, "GST_PLUGIN_FLAG_CACHED", "cached"}, - {0, NULL, NULL} - }; - etype = g_flags_register_static ("GstPluginFlags", values); - } - return etype; -} - -/* enumerations from "gstpluginfeature.h" */ -GType -gst_rank_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_RANK_NONE, "GST_RANK_NONE", "none"}, - {GST_RANK_MARGINAL, "GST_RANK_MARGINAL", "marginal"}, - {GST_RANK_SECONDARY, "GST_RANK_SECONDARY", "secondary"}, - {GST_RANK_PRIMARY, "GST_RANK_PRIMARY", "primary"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstRank", values); - } - return etype; -} - -/* enumerations from "gstquery.h" */ -GType -gst_query_type_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_QUERY_NONE, "GST_QUERY_NONE", "none"}, - {GST_QUERY_POSITION, "GST_QUERY_POSITION", "position"}, - {GST_QUERY_LATENCY, "GST_QUERY_LATENCY", "latency"}, - {GST_QUERY_JITTER, "GST_QUERY_JITTER", "jitter"}, - {GST_QUERY_RATE, "GST_QUERY_RATE", "rate"}, - {GST_QUERY_SEEKING, "GST_QUERY_SEEKING", "seeking"}, - {GST_QUERY_CONVERT, "GST_QUERY_CONVERT", "convert"}, - {GST_QUERY_FORMATS, "GST_QUERY_FORMATS", "formats"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstQueryType", values); - } - return etype; -} - -/* enumerations from "gsttaglist.h" */ -GType -gst_tag_merge_mode_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_TAG_MERGE_UNDEFINED, "GST_TAG_MERGE_UNDEFINED", "undefined"}, - {GST_TAG_MERGE_REPLACE_ALL, "GST_TAG_MERGE_REPLACE_ALL", "replace-all"}, - {GST_TAG_MERGE_REPLACE, "GST_TAG_MERGE_REPLACE", "replace"}, - {GST_TAG_MERGE_APPEND, "GST_TAG_MERGE_APPEND", "append"}, - {GST_TAG_MERGE_PREPEND, "GST_TAG_MERGE_PREPEND", "prepend"}, - {GST_TAG_MERGE_KEEP, "GST_TAG_MERGE_KEEP", "keep"}, - {GST_TAG_MERGE_KEEP_ALL, "GST_TAG_MERGE_KEEP_ALL", "keep-all"}, - {GST_TAG_MERGE_COUNT, "GST_TAG_MERGE_COUNT", "count"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstTagMergeMode", values); - } - return etype; -} - -GType -gst_tag_flag_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_TAG_FLAG_UNDEFINED, "GST_TAG_FLAG_UNDEFINED", "undefined"}, - {GST_TAG_FLAG_META, "GST_TAG_FLAG_META", "meta"}, - {GST_TAG_FLAG_ENCODED, "GST_TAG_FLAG_ENCODED", "encoded"}, - {GST_TAG_FLAG_DECODED, "GST_TAG_FLAG_DECODED", "decoded"}, - {GST_TAG_FLAG_COUNT, "GST_TAG_FLAG_COUNT", "count"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstTagFlag", values); - } - return etype; -} - -/* enumerations from "gsttask.h" */ -GType -gst_task_state_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_TASK_STARTED, "GST_TASK_STARTED", "started"}, - {GST_TASK_STOPPED, "GST_TASK_STOPPED", "stopped"}, - {GST_TASK_PAUSED, "GST_TASK_PAUSED", "paused"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstTaskState", values); - } - return etype; -} - -/* enumerations from "gsttrace.h" */ -GType -gst_alloc_trace_flags_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GFlagsValue values[] = { - {GST_ALLOC_TRACE_LIVE, "GST_ALLOC_TRACE_LIVE", "live"}, - {GST_ALLOC_TRACE_MEM_LIVE, "GST_ALLOC_TRACE_MEM_LIVE", "mem-live"}, - {0, NULL, NULL} - }; - etype = g_flags_register_static ("GstAllocTraceFlags", values); - } - return etype; -} - -/* enumerations from "gsttypefind.h" */ -GType -gst_type_find_probability_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_TYPE_FIND_MINIMUM, "GST_TYPE_FIND_MINIMUM", "minimum"}, - {GST_TYPE_FIND_POSSIBLE, "GST_TYPE_FIND_POSSIBLE", "possible"}, - {GST_TYPE_FIND_LIKELY, "GST_TYPE_FIND_LIKELY", "likely"}, - {GST_TYPE_FIND_NEARLY_CERTAIN, "GST_TYPE_FIND_NEARLY_CERTAIN", - "nearly-certain"}, - {GST_TYPE_FIND_MAXIMUM, "GST_TYPE_FIND_MAXIMUM", "maximum"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstTypeFindProbability", values); - } - return etype; -} - -/* enumerations from "gsturi.h" */ -GType -gst_uri_type_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_URI_UNKNOWN, "GST_URI_UNKNOWN", "unknown"}, - {GST_URI_SINK, "GST_URI_SINK", "sink"}, - {GST_URI_SRC, "GST_URI_SRC", "src"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstURIType", values); - } - return etype; -} - -/* enumerations from "gstparse.h" */ -GType -gst_parse_error_get_type (void) -{ - static GType etype = 0; - - if (etype == 0) { - static const GEnumValue values[] = { - {GST_PARSE_ERROR_SYNTAX, "GST_PARSE_ERROR_SYNTAX", "syntax"}, - {GST_PARSE_ERROR_NO_SUCH_ELEMENT, "GST_PARSE_ERROR_NO_SUCH_ELEMENT", - "no-such-element"}, - {GST_PARSE_ERROR_NO_SUCH_PROPERTY, "GST_PARSE_ERROR_NO_SUCH_PROPERTY", - "no-such-property"}, - {GST_PARSE_ERROR_LINK, "GST_PARSE_ERROR_LINK", "link"}, - {GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY, - "GST_PARSE_ERROR_COULD_NOT_SET_PROPERTY", "could-not-set-property"}, - {GST_PARSE_ERROR_EMPTY_BIN, "GST_PARSE_ERROR_EMPTY_BIN", "empty-bin"}, - {GST_PARSE_ERROR_EMPTY, "GST_PARSE_ERROR_EMPTY", "empty"}, - {0, NULL, NULL} - }; - etype = g_enum_register_static ("GstParseError", values); - } - return etype; -} - -/* Generated data ends here */ diff --git a/win32/gstenumtypes.h b/win32/gstenumtypes.h deleted file mode 100644 index 480c661..0000000 --- a/win32/gstenumtypes.h +++ /dev/null @@ -1,167 +0,0 @@ - -/* Generated data (by glib-mkenums) */ - -#ifndef __GST_ENUM_TYPES_H__ -#define __GST_ENUM_TYPES_H__ - -#include - -G_BEGIN_DECLS - -/* enumerations from "gstobject.h" */ -GType gst_object_flags_get_type (void); -#define GST_TYPE_OBJECT_FLAGS (gst_object_flags_get_type()) - -/* enumerations from "gstbin.h" */ -GType gst_bin_flags_get_type (void); -#define GST_TYPE_BIN_FLAGS (gst_bin_flags_get_type()) - -/* enumerations from "gstbuffer.h" */ -GType gst_buffer_flag_get_type (void); -#define GST_TYPE_BUFFER_FLAG (gst_buffer_flag_get_type()) - -/* enumerations from "gstbus.h" */ -GType gst_bus_flags_get_type (void); -#define GST_TYPE_BUS_FLAGS (gst_bus_flags_get_type()) -GType gst_bus_sync_reply_get_type (void); -#define GST_TYPE_BUS_SYNC_REPLY (gst_bus_sync_reply_get_type()) - -/* enumerations from "gstclock.h" */ -GType gst_clock_return_get_type (void); -#define GST_TYPE_CLOCK_RETURN (gst_clock_return_get_type()) -GType gst_clock_entry_type_get_type (void); -#define GST_TYPE_CLOCK_ENTRY_TYPE (gst_clock_entry_type_get_type()) -GType gst_clock_flags_get_type (void); -#define GST_TYPE_CLOCK_FLAGS (gst_clock_flags_get_type()) - -/* enumerations from "gstelement.h" */ -GType gst_state_get_type (void); -#define GST_TYPE_STATE (gst_state_get_type()) -GType gst_state_change_return_get_type (void); -#define GST_TYPE_STATE_CHANGE_RETURN (gst_state_change_return_get_type()) -GType gst_state_change_get_type (void); -#define GST_TYPE_STATE_CHANGE (gst_state_change_get_type()) -GType gst_element_flags_get_type (void); -#define GST_TYPE_ELEMENT_FLAGS (gst_element_flags_get_type()) - -/* enumerations from "gsterror.h" */ -GType gst_core_error_get_type (void); -#define GST_TYPE_CORE_ERROR (gst_core_error_get_type()) -GType gst_library_error_get_type (void); -#define GST_TYPE_LIBRARY_ERROR (gst_library_error_get_type()) -GType gst_resource_error_get_type (void); -#define GST_TYPE_RESOURCE_ERROR (gst_resource_error_get_type()) -GType gst_stream_error_get_type (void); -#define GST_TYPE_STREAM_ERROR (gst_stream_error_get_type()) - -/* enumerations from "gstevent.h" */ -GType gst_event_type_get_type (void); -#define GST_TYPE_EVENT_TYPE (gst_event_type_get_type()) -GType gst_seek_type_get_type (void); -#define GST_TYPE_SEEK_TYPE (gst_seek_type_get_type()) -GType gst_seek_flags_get_type (void); -#define GST_TYPE_SEEK_FLAGS (gst_seek_flags_get_type()) - -/* enumerations from "gstformat.h" */ -GType gst_format_get_type (void); -#define GST_TYPE_FORMAT (gst_format_get_type()) - -/* enumerations from "gstindex.h" */ -GType gst_index_certainty_get_type (void); -#define GST_TYPE_INDEX_CERTAINTY (gst_index_certainty_get_type()) -GType gst_index_entry_type_get_type (void); -#define GST_TYPE_INDEX_ENTRY_TYPE (gst_index_entry_type_get_type()) -GType gst_index_lookup_method_get_type (void); -#define GST_TYPE_INDEX_LOOKUP_METHOD (gst_index_lookup_method_get_type()) -GType gst_assoc_flags_get_type (void); -#define GST_TYPE_ASSOC_FLAGS (gst_assoc_flags_get_type()) -GType gst_index_resolver_method_get_type (void); -#define GST_TYPE_INDEX_RESOLVER_METHOD (gst_index_resolver_method_get_type()) -GType gst_index_flags_get_type (void); -#define GST_TYPE_INDEX_FLAGS (gst_index_flags_get_type()) - -/* enumerations from "gstinfo.h" */ -GType gst_debug_level_get_type (void); -#define GST_TYPE_DEBUG_LEVEL (gst_debug_level_get_type()) -GType gst_debug_color_flags_get_type (void); -#define GST_TYPE_DEBUG_COLOR_FLAGS (gst_debug_color_flags_get_type()) - -/* enumerations from "gstiterator.h" */ -GType gst_iterator_result_get_type (void); -#define GST_TYPE_ITERATOR_RESULT (gst_iterator_result_get_type()) -GType gst_iterator_item_get_type (void); -#define GST_TYPE_ITERATOR_ITEM (gst_iterator_item_get_type()) - -/* enumerations from "gstmessage.h" */ -GType gst_message_type_get_type (void); -#define GST_TYPE_MESSAGE_TYPE (gst_message_type_get_type()) - -/* enumerations from "gstminiobject.h" */ -GType gst_mini_object_flags_get_type (void); -#define GST_TYPE_MINI_OBJECT_FLAGS (gst_mini_object_flags_get_type()) - -/* enumerations from "gstpad.h" */ -GType gst_pad_link_return_get_type (void); -#define GST_TYPE_PAD_LINK_RETURN (gst_pad_link_return_get_type()) -GType gst_flow_return_get_type (void); -#define GST_TYPE_FLOW_RETURN (gst_flow_return_get_type()) -GType gst_activate_mode_get_type (void); -#define GST_TYPE_ACTIVATE_MODE (gst_activate_mode_get_type()) -GType gst_pad_direction_get_type (void); -#define GST_TYPE_PAD_DIRECTION (gst_pad_direction_get_type()) -GType gst_pad_flags_get_type (void); -#define GST_TYPE_PAD_FLAGS (gst_pad_flags_get_type()) -GType gst_pad_presence_get_type (void); -#define GST_TYPE_PAD_PRESENCE (gst_pad_presence_get_type()) -GType gst_pad_template_flags_get_type (void); -#define GST_TYPE_PAD_TEMPLATE_FLAGS (gst_pad_template_flags_get_type()) - -/* enumerations from "gstpipeline.h" */ -GType gst_pipeline_flags_get_type (void); -#define GST_TYPE_PIPELINE_FLAGS (gst_pipeline_flags_get_type()) - -/* enumerations from "gstplugin.h" */ -GType gst_plugin_error_get_type (void); -#define GST_TYPE_PLUGIN_ERROR (gst_plugin_error_get_type()) -GType gst_plugin_flags_get_type (void); -#define GST_TYPE_PLUGIN_FLAGS (gst_plugin_flags_get_type()) - -/* enumerations from "gstpluginfeature.h" */ -GType gst_rank_get_type (void); -#define GST_TYPE_RANK (gst_rank_get_type()) - -/* enumerations from "gstquery.h" */ -GType gst_query_type_get_type (void); -#define GST_TYPE_QUERY_TYPE (gst_query_type_get_type()) - -/* enumerations from "gsttaglist.h" */ -GType gst_tag_merge_mode_get_type (void); -#define GST_TYPE_TAG_MERGE_MODE (gst_tag_merge_mode_get_type()) -GType gst_tag_flag_get_type (void); -#define GST_TYPE_TAG_FLAG (gst_tag_flag_get_type()) - -/* enumerations from "gsttask.h" */ -GType gst_task_state_get_type (void); -#define GST_TYPE_TASK_STATE (gst_task_state_get_type()) - -/* enumerations from "gsttrace.h" */ -GType gst_alloc_trace_flags_get_type (void); -#define GST_TYPE_ALLOC_TRACE_FLAGS (gst_alloc_trace_flags_get_type()) - -/* enumerations from "gsttypefind.h" */ -GType gst_type_find_probability_get_type (void); -#define GST_TYPE_TYPE_FIND_PROBABILITY (gst_type_find_probability_get_type()) - -/* enumerations from "gsturi.h" */ -GType gst_uri_type_get_type (void); -#define GST_TYPE_URI_TYPE (gst_uri_type_get_type()) - -/* enumerations from "gstparse.h" */ -GType gst_parse_error_get_type (void); -#define GST_TYPE_PARSE_ERROR (gst_parse_error_get_type()) -G_END_DECLS - -#endif /* __GST_ENUM_TYPES_H__ */ - -/* Generated data ends here */ - diff --git a/win32/gstoptimalscheduler.vcproj b/win32/gstoptimalscheduler.vcproj deleted file mode 100644 index 72a169d..0000000 --- a/win32/gstoptimalscheduler.vcproj +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/gstversion.h b/win32/gstversion.h deleted file mode 100644 index adee6c5..0000000 --- a/win32/gstversion.h +++ /dev/null @@ -1,39 +0,0 @@ -/* GStreamer - * Copyright (C) 1999,2000 Erik Walthinsen - * 2000 Wim Taymans - * - * gstversion.h: Version information for GStreamer - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public - * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library General Public License for more details. - * - * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - */ - - -#ifndef __GST_VERSION_H__ -#define __GST_VERSION_H__ - -/* - * Use these only when you want to know what GStreamer version your stuff was - * compiled against. - * Use the #gst_version function if you want to know which version of - * GStreamer you are currently linked against. - */ -#define GST_VERSION_MAJOR 0 -#define GST_VERSION_MINOR 8 -#define GST_VERSION_MICRO 5 - -void gst_version (guint *major, guint *minor, guint *micro); - -#endif /* __GST_VERSION_H__ */ diff --git a/win32/gtchar.h b/win32/gtchar.h deleted file mode 100644 index 98a147b..0000000 --- a/win32/gtchar.h +++ /dev/null @@ -1,397 +0,0 @@ -/* - * tchar.h - * - * Unicode mapping layer for the standard C library. By including this - * file and using the 't' names for string functions - * (eg. _tprintf) you can make code which can be easily adapted to both - * Unicode and non-unicode environments. In a unicode enabled compile define - * _UNICODE before including tchar.h, otherwise the standard non-unicode - * library functions will be used. - * - * Note that you still need to include string.h or stdlib.h etc. to define - * the appropriate functions. Also note that there are several defines - * included for non-ANSI functions which are commonly available (but using - * the convention of prepending an underscore to non-ANSI library function - * names). - * - * This file is part of the Mingw32 package. - * - * Contributors: - * Created by Colin Peters - * - * THIS SOFTWARE IS NOT COPYRIGHTED - * - * This source code is offered for use in the public domain. You may - * use, modify or distribute it freely. - * - * This code is distributed in the hope that it will be useful but - * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY - * DISCLAIMED. This includes but is not limited to warranties of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * - * $Revision$ - * $Author$ - * $Date$ - * - */ - -#ifndef _TCHAR_H_ -#define _TCHAR_H_ - -/* All the headers include this file. */ -/*#include <_mingw.h>*/ - -/* - * NOTE: This tests _UNICODE, which is different from the UNICODE define - * used to differentiate Win32 API calls. - */ -#ifdef _UNICODE - - -/* - * Use TCHAR instead of char or wchar_t. It will be appropriately translated - * if _UNICODE is correctly defined (or not). - */ -#ifndef _TCHAR_DEFINED -#ifndef RC_INVOKED -typedef wchar_t TCHAR; -typedef wchar_t _TCHAR; -#endif /* Not RC_INVOKED */ -#define _TCHAR_DEFINED -#endif - - -/* - * __TEXT is a private macro whose specific use is to force the expansion of a - * macro passed as an argument to the macros _T or _TEXT. DO NOT use this - * macro within your programs. It's name and function could change without - * notice. - */ -#define __TEXT(q) L##q - -/* for porting from other Windows compilers */ -#if 0 // no wide startup module -#define _tmain wmain -#define _tWinMain wWinMain -#define _tenviron _wenviron -#define __targv __wargv -#endif - -/* - * Unicode functions - */ -#define _tprintf wprintf -#define _ftprintf fwprintf -#define _stprintf swprintf -#define _sntprintf _snwprintf -#define _vtprintf vwprintf -#define _vftprintf vfwprintf -#define _vstprintf vswprintf -#define _vsntprintf _vsnwprintf -#define _tscanf wscanf -#define _ftscanf fwscanf -#define _stscanf swscanf -#define _fgettc fgetwc -#define _fgettchar _fgetwchar -#define _fgetts fgetws -#define _fputtc fputwc -#define _fputtchar _fputwchar -#define _fputts fputws -#define _gettc getwc -#define _getts _getws -#define _puttc putwc -#define _putts _putws -#define _ungettc ungetwc -#define _tcstod wcstod -#define _tcstol wcstol -#define _tcstoul wcstoul -#define _itot _itow -#define _ltot _ltow -#define _ultot _ultow -#define _ttoi _wtoi -#define _ttol _wtol -#define _tcscat wcscat -#define _tcschr wcschr -#define _tcscmp wcscmp -#define _tcscpy wcscpy -#define _tcscspn wcscspn -#define _tcslen wcslen -#define _tcsncat wcsncat -#define _tcsncmp wcsncmp -#define _tcsncpy wcsncpy -#define _tcspbrk wcspbrk -#define _tcsrchr wcsrchr -#define _tcsspn wcsspn -#define _tcsstr wcsstr -#define _tcstok wcstok -#define _tcsdup _wcsdup -#define _tcsicmp _wcsicmp -#define _tcsnicmp _wcsnicmp -#define _tcsnset _wcsnset -#define _tcsrev _wcsrev -#define _tcsset _wcsset -#define _tcslwr _wcslwr -#define _tcsupr _wcsupr -#define _tcsxfrm wcsxfrm -#define _tcscoll wcscoll -#define _tcsicoll _wcsicoll -#define _istalpha iswalpha -#define _istupper iswupper -#define _istlower iswlower -#define _istdigit iswdigit -#define _istxdigit iswxdigit -#define _istspace iswspace -#define _istpunct iswpunct -#define _istalnum iswalnum -#define _istprint iswprint -#define _istgraph iswgraph -#define _istcntrl iswcntrl -#define _istascii iswascii -#define _totupper towupper -#define _totlower towlower -#define _tcsftime wcsftime -/* Macro functions */ -#define _tcsdec _wcsdec -#define _tcsinc _wcsinc -#define _tcsnbcnt _wcsncnt -#define _tcsnccnt _wcsncnt -#define _tcsnextc _wcsnextc -#define _tcsninc _wcsninc -#define _tcsspnp _wcsspnp -#define _wcsdec(_wcs1, _wcs2) ((_wcs1)>=(_wcs2) ? NULL : (_wcs2)-1) -#define _wcsinc(_wcs) ((_wcs)+1) -#define _wcsnextc(_wcs) ((unsigned int) *(_wcs)) -#define _wcsninc(_wcs, _inc) (((_wcs)+(_inc))) -#define _wcsncnt(_wcs, _cnt) ((wcslen(_wcs)>_cnt) ? _count : wcslen(_wcs)) -#define _wcsspnp(_wcs1, _wcs2) ((*((_wcs1)+wcsspn(_wcs1,_wcs2))) ? ((_wcs1)+wcsspn(_wcs1,_wcs2)) : NULL) - -#if 1 /* defined __MSVCRT__ */ -/* - * These wide functions not in crtdll.dll. - * Define macros anyway so that _wfoo rather than _tfoo is undefined - */ -#define _ttoi64 _wtoi64 -#define _i64tot _i64tow -#define _ui64tot _ui64tow -#define _tasctime _wasctime -#define _tctime _wctime -#define _tstrdate _wstrdate -#define _tstrtime _wstrtime -#define _tutime _wutime -#define _tcsnccoll _wcsncoll -#define _tcsncoll _wcsncoll -#define _tcsncicoll _wcsnicoll -#define _tcsnicoll _wcsnicoll -#define _taccess _waccess -#define _tchmod _wchmod -#define _tcreat _wcreat -#define _tfindfirst _wfindfirst -#define _tfindnext _wfindnext -#define _tfdopen _wfdopen -#define _tfopen _wfopen -#define _tgetenv _wgetenv -#define _tputenv _wputenv -#define _tsearchenv _wsearchenv -#define _tmakepath _wmakepath -#define _tsplitpath _wsplitpath -#define _tfullpath _wfullpath -#define _tmktemp _wmktemp -#define _topen _wopen -#define _tremove _wremove -#define _trename _wrename -#define _tsopen _wsopen -#define _tsetlocale _wsetlocale -#define _tunlink _wunlink -#define _tfinddata_t _wfinddata_t -#define _tfindfirsti64 _wfindfirsti64 -#define _tfindnexti64 _wfindnexti64 -#define _tfinddatai64_t _wfinddatai64_t -#endif /* __MSVCRT__ */ - -/* dirent structures and functions */ -#define _tdirent _wdirent -#define _TDIR _WDIR -#define _topendir _wopendir -#define _tclosedir _wclosedir -#define _treaddir _wreaddir -#define _trewinddir _wrewinddir -#define _ttelldir _wtelldir -#define _tseekdir _wseekdir -#else /* Not _UNICODE */ - -/* - * TCHAR, the type you should use instead of char. - */ -#ifndef _TCHAR_DEFINED -#ifndef RC_INVOKED -typedef char TCHAR; -typedef char _TCHAR; -#endif -#define _TCHAR_DEFINED -#endif - -/* - * __TEXT is a private macro whose specific use is to force the expansion of a - * macro passed as an argument to the macros _T or _TEXT. DO NOT use this - * macro within your programs. It's name and function could change without - * notice. - */ -#define __TEXT(q) q - -/* for porting from other Windows compilers */ -#define _tmain main -#define _tWinMain WinMain -#define _tenviron _environ -#define __targv __argv - -/* - * Non-unicode (standard) functions - */ - -#define _tprintf printf -#define _ftprintf fprintf -#define _stprintf sprintf -#define _sntprintf _snprintf -#define _vtprintf vprintf -#define _vftprintf vfprintf -#define _vstprintf vsprintf -#define _vsntprintf _vsnprintf -#define _tscanf scanf -#define _ftscanf fscanf -#define _stscanf sscanf -#define _fgettc fgetc -#define _fgettchar _fgetchar -#define _fgetts fgets -#define _fputtc fputc -#define _fputtchar _fputchar -#define _fputts fputs -#define _tfdopen _fdopen -#define _tfopen fopen -#define _tgetenv getenv -#define _tputenv _putenv -#define _tsearchenv _searchenv -#define _tmakepath _makepath -#define _tsplitpath _splitpath -#define _tfullpath _fullpath -#define _gettc getc -#define _getts gets -#define _puttc putc -#define _putts puts -#define _ungettc ungetc -#define _tcstod strtod -#define _tcstol strtol -#define _tcstoul strtoul -#define _itot _itoa -#define _ltot _ltoa -#define _ultot _ultoa -#define _ttoi atoi -#define _ttol atol -#define _tcscat strcat -#define _tcschr strchr -#define _tcscmp strcmp -#define _tcscpy strcpy -#define _tcscspn strcspn -#define _tcslen strlen -#define _tcsncat strncat -#define _tcsncmp strncmp -#define _tcsncpy strncpy -#define _tcspbrk strpbrk -#define _tcsrchr strrchr -#define _tcsspn strspn -#define _tcsstr strstr -#define _tcstok strtok -#define _tcsdup _strdup -#define _tcsicmp _stricmp -#define _tcsnicmp _strnicmp -#define _tcsnset _strnset -#define _tcsrev _strrev -#define _tcsset _strset -#define _tcslwr _strlwr -#define _tcsupr _strupr -#define _tcsxfrm strxfrm -#define _tcscoll strcoll -#define _tcsicoll _stricoll -#define _istalpha isalpha -#define _istupper isupper -#define _istlower islower -#define _istdigit isdigit -#define _istxdigit isxdigit -#define _istspace isspace -#define _istpunct ispunct -#define _istalnum isalnum -#define _istprint isprint -#define _istgraph isgraph -#define _istcntrl iscntrl -#define _istascii isascii -#define _totupper toupper -#define _totlower tolower -#define _tasctime asctime -#define _tctime ctime -#define _tstrdate _strdate -#define _tstrtime _strtime -#define _tutime _utime -#define _tcsftime strftime -/* Macro functions */ -#define _tcsdec _strdec -#define _tcsinc _strinc -#define _tcsnbcnt _strncnt -#define _tcsnccnt _strncnt -#define _tcsnextc _strnextc -#define _tcsninc _strninc -#define _tcsspnp _strspnp -#define _strdec(_str1, _str2) ((_str1)>=(_str2) ? NULL : (_str2)-1) -#define _strinc(_str) ((_str)+1) -#define _strnextc(_str) ((unsigned int) *(_str)) -#define _strninc(_str, _inc) (((_str)+(_inc))) -#define _strncnt(_str, _cnt) ((strlen(_str)>_cnt) ? _count : strlen(_str)) -#define _strspnp(_str1, _str2) ((*((_str1)+strspn(_str1,_str2))) ? ((_str1)+strspn(_str1,_str2)) : NULL) - -#define _tchmod _chmod -#define _tcreat _creat -#define _tfindfirst _findfirst -#define _tfindnext _findnext -#define _tmktemp _mktemp -#define _topen _open -#define _taccess _access -#define _tremove remove -#define _trename rename -#define _tsopen _sopen -#define _tsetlocale setlocale -#define _tunlink _unlink -#define _tfinddata_t _finddata_t - -#if 1 /* defined __MSVCRT__ */ -/* Not in crtdll.dll. Define macros anyway? */ -#define _ttoi64 _atoi64 -#define _i64tot _i64toa -#define _ui64tot _ui64toa -#define _tcsnccoll _strncoll -#define _tcsncoll _strncoll -#define _tcsncicoll _strnicoll -#define _tcsnicoll _strnicoll -#define _tfindfirsti64 _findfirsti64 -#define _tfindnexti64 _findnexti64 -#define _tfinddatai64_t _finddatai64_t -#endif /* __MSVCRT__ */ - -/* dirent structures and functions */ -#define _tdirent dirent -#define _TDIR DIR -#define _topendir opendir -#define _tclosedir closedir -#define _treaddir readdir -#define _trewinddir rewinddir -#define _ttelldir telldir -#define _tseekdir seekdir - -#endif /* Not _UNICODE */ - -/* - * UNICODE a constant string when _UNICODE is defined else returns the string - * unmodified. Also defined in w32api/winnt.h. - */ -#define _TEXT(x) __TEXT(x) -#define _T(x) __TEXT(x) - -#endif /* Not _TCHAR_H_ */ - diff --git a/win32/testsuite/bins.vcproj b/win32/testsuite/bins.vcproj deleted file mode 100644 index 9418422..0000000 --- a/win32/testsuite/bins.vcproj +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/bytestream.vcproj b/win32/testsuite/bytestream.vcproj deleted file mode 100644 index 5fc7206..0000000 --- a/win32/testsuite/bytestream.vcproj +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/caps.vcproj b/win32/testsuite/caps.vcproj deleted file mode 100644 index 27ed490..0000000 --- a/win32/testsuite/caps.vcproj +++ /dev/null @@ -1,141 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/cleanup.vcproj b/win32/testsuite/cleanup.vcproj deleted file mode 100644 index 0eb8c4f..0000000 --- a/win32/testsuite/cleanup.vcproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/clock.vcproj b/win32/testsuite/clock.vcproj deleted file mode 100644 index f6891b8..0000000 --- a/win32/testsuite/clock.vcproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/debug.vcproj b/win32/testsuite/debug.vcproj deleted file mode 100644 index d9120f2..0000000 --- a/win32/testsuite/debug.vcproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/dlopen.vcproj b/win32/testsuite/dlopen.vcproj deleted file mode 100644 index ce9a4f3..0000000 --- a/win32/testsuite/dlopen.vcproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/dynparams.vcproj b/win32/testsuite/dynparams.vcproj deleted file mode 100644 index ef9a76d..0000000 --- a/win32/testsuite/dynparams.vcproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/elements.vcproj b/win32/testsuite/elements.vcproj deleted file mode 100644 index d69fd10..0000000 --- a/win32/testsuite/elements.vcproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/ghostpads.vcproj b/win32/testsuite/ghostpads.vcproj deleted file mode 100644 index d86cc13..0000000 --- a/win32/testsuite/ghostpads.vcproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/indexers.vcproj b/win32/testsuite/indexers.vcproj deleted file mode 100644 index ef4882b..0000000 --- a/win32/testsuite/indexers.vcproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/negotiation.vcproj b/win32/testsuite/negotiation.vcproj deleted file mode 100644 index 833e709..0000000 --- a/win32/testsuite/negotiation.vcproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/parse.vcproj b/win32/testsuite/parse.vcproj deleted file mode 100644 index 37c51cf..0000000 --- a/win32/testsuite/parse.vcproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/plugin.vcproj b/win32/testsuite/plugin.vcproj deleted file mode 100644 index 326d505..0000000 --- a/win32/testsuite/plugin.vcproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/refcounting.vcproj b/win32/testsuite/refcounting.vcproj deleted file mode 100644 index 8c34672..0000000 --- a/win32/testsuite/refcounting.vcproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/schedulers.vcproj b/win32/testsuite/schedulers.vcproj deleted file mode 100644 index 506647f..0000000 --- a/win32/testsuite/schedulers.vcproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/states.vcproj b/win32/testsuite/states.vcproj deleted file mode 100644 index 5292dc7..0000000 --- a/win32/testsuite/states.vcproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/tags.vcproj b/win32/testsuite/tags.vcproj deleted file mode 100644 index 284f6cc..0000000 --- a/win32/testsuite/tags.vcproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/win32/testsuite/threads.vcproj b/win32/testsuite/threads.vcproj deleted file mode 100644 index aa0166a..0000000 --- a/win32/testsuite/threads.vcproj +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.7.4