Commit 3712520f authored by Sam Hocevar's avatar Sam Hocevar

* ./include/vlc_objects.h: pointers are set to NULL after a call to

    vlc_object_destroy (idea from stef).
  * ./po/pl.po: updated polish translation, thanks to Arkadiusz Lipiec
    <alipiec@adrenalina.pl>.
parent b9e9cb42
......@@ -5,6 +5,10 @@
0.5.0
Not released yet
* ./include/vlc_objects.h: pointers are set to NULL after a call to
vlc_object_destroy.
* ./po/pl.po: updated polish translation, thanks to Arkadiusz Lipiec
<alipiec@adrenalina.pl>.
* ./src/playlist/playlist.c: lots of playlist behaviour enhancements.
* ./src/misc/objects.c: we do not hang on attempt to destroy an object with
a non-zero reference count, but we still complain.
......
......@@ -2,7 +2,7 @@
* vlc_objects.h: vlc_object_t definition.
*****************************************************************************
* Copyright (C) 2002 VideoLAN
* $Id: vlc_objects.h,v 1.3 2002/06/07 14:30:40 sam Exp $
* $Id: vlc_objects.h,v 1.4 2002/06/07 14:59:40 sam Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
......@@ -60,8 +60,9 @@ VLC_EXPORT( void, __vlc_dumpstructure, ( vlc_object_t * ) );
#define vlc_object_create(a,b) \
__vlc_object_create( CAST_TO_VLC_OBJECT(a), b )
#define vlc_object_destroy(a) \
__vlc_object_destroy( CAST_TO_VLC_OBJECT(a) )
#define vlc_object_destroy(a) do { \
__vlc_object_destroy( CAST_TO_VLC_OBJECT(a) ); \
(a) = NULL; } while(0)
#define vlc_object_find(a,b,c) \
__vlc_object_find( CAST_TO_VLC_OBJECT(a),b,c)
......
......@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: vlc 0.73.3\n"
"POT-Creation-Date: 2002-06-07 11:11+0200\n"
"POT-Creation-Date: 2002-06-07 16:50+0200\n"
"PO-Revision-Date: 2002-04-18 23:38+0100\n"
"Last-Translator: Thomas Graf <tgr@reeler.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......
......@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2002-06-07 11:11+0200\n"
"POT-Creation-Date: 2002-06-07 16:50+0200\n"
"PO-Revision-Date: 2002-04-22 09:56+0200\n"
"Last-Translator: Samuel Hocevar <sam@zoy.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......@@ -289,13 +289,12 @@ msgid "grayscale video output"
msgstr "greyscale video output"
#: src/libvlc.h:132
#, fuzzy
msgid ""
"When enabled, the color information from the video won't be decoded (this "
"can also allow you to save some processing power)."
msgstr ""
"Using this option, vlc will not decode the colour information from the video "
"(this can also allow you to save some processing power)."
"When enabled, the colour information from the video won't be decoded (this "
"can also allow you to save some processing power)."
#: src/libvlc.h:135
msgid "fullscreen video output"
......@@ -307,9 +306,8 @@ msgid ""
msgstr ""
#: src/libvlc.h:140
#, fuzzy
msgid "overlay video output"
msgstr "greyscale video output"
msgstr ""
#: src/libvlc.h:142
msgid ""
......@@ -2030,13 +2028,3 @@ msgstr ""
#: plugins/x11/xvideo.c:73
msgid "XVideo extension module"
msgstr ""
#, fuzzy
#~ msgid ""
#~ "This option allows you to select the video filter module that vlc will "
#~ "use.\n"
#~ "Note that by default no video filter is used."
#~ msgstr ""
#~ "This option allows you to select the video output method used by vlc.\n"
#~ "Note that the default behaviour is to automatically select the best "
#~ "method available."
......@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2002-06-07 11:11+0200\n"
"POT-Creation-Date: 2002-06-07 16:50+0200\n"
"PO-Revision-Date: 2001-12-10 13:32+0100\n"
"Last-Translator: Samuel Hocevar <sam@zoy.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......@@ -43,11 +43,11 @@ msgstr "flottant"
#: src/libvlc.c:930
msgid " (default enabled)"
msgstr ""
msgstr " (activ par dfaut)"
#: src/libvlc.c:931
msgid " (default disabled)"
msgstr ""
msgstr " (dsactiv par dfaut)"
#: src/libvlc.c:1013
msgid ""
......@@ -132,19 +132,20 @@ msgstr ""
#: src/libvlc.h:40
msgid "be verbose"
msgstr ""
msgstr "plus de messages"
#: src/libvlc.h:42
msgid "This options activates the output of information messages."
msgstr ""
msgstr "Cette option active l'affichage de messages d'information."
#: src/libvlc.h:44
msgid "be quiet"
msgstr ""
msgstr "moins de messages"
#: src/libvlc.h:46
msgid "This options turns off all warning and information messages."
msgstr ""
"Cette option dsactive tous les messages d'avertissement et d'information."
#: src/libvlc.h:48
msgid "color messages"
......@@ -155,6 +156,9 @@ msgid ""
"When this option is turned on, the messages sent to the console will be "
"colorized. Your terminal needs Linux color support for this to work."
msgstr ""
"Lorsque cette option est active, les messages envoys dans la console sont "
"en couleurs. Vous devez avoir un terminal avec le support des couleurs Linux "
"pour profiter de cette option."
#: src/libvlc.h:53
msgid "interface default search path"
......
......@@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2002-06-07 11:11+0200\n"
"POT-Creation-Date: 2002-06-07 16:50+0200\n"
"PO-Revision-Date: 2002-04-02 03:22+0900\n"
"Last-Translator: Fumio Nakayama <endymion@ca2.so-net.ne.jp>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......
......@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2002-06-07 11:11+0200\n"
"POT-Creation-Date: 2002-06-07 16:50+0200\n"
"PO-Revision-Date: 2002-04-20 16:58GMT\n"
"Last-Translator: Jean-Paul Saman <jpsaman@wxs.nl>\n"
"Language-Team: Nederlands <nl@li.org>\n"
......
......@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: vlc-cvs\n"
"POT-Creation-Date: 2002-06-07 11:11+0200\n"
"POT-Creation-Date: 2002-06-07 16:50+0200\n"
"PO-Revision-Date: 2002-28-02 23.35+0100\n"
"Last-Translator: Sigmund Augdal <sigmunau@idi.ntnu.no>.\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......
This diff is collapsed.
......@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gnome-vlc\n"
"POT-Creation-Date: 2002-06-07 11:11+0200\n"
"POT-Creation-Date: 2002-06-07 16:50+0200\n"
"PO-Revision-Date: 2001-02-19 19:58+03:00\n"
"Last-Translator: Valek Filippov <frob@df.ru>\n"
"Language-Team: Russian <ru@li.org>\n"
......
......@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2002-06-07 11:11+0200\n"
"POT-Creation-Date: 2002-06-07 16:50+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment