From: Steinar H. Gunderson Date: Mon, 27 Sep 2010 22:56:16 +0000 (+0200) Subject: s/SDI/DeckLink/ for capital letters too. X-Git-Url: https://git.sesse.net/?p=vlc;a=commitdiff_plain;h=903a434e3f7f78e2522b00f1f4c5da00a66e6d8c s/SDI/DeckLink/ for capital letters too. --- diff --git a/modules/access/decklink.cpp b/modules/access/decklink.cpp index abefa5de51..78ef54c5f6 100644 --- a/modules/access/decklink.cpp +++ b/modules/access/decklink.cpp @@ -28,39 +28,39 @@ static void Close( vlc_object_t * ); #define CARD_INDEX_TEXT N_("Input card to use") #define CARD_INDEX_LONGTEXT N_( \ - "SDI capture card to use, if multiple exist. " \ + "DeckLink capture card to use, if multiple exist. " \ "The cards are numbered from 0." ) #define MODE_TEXT N_("Desired input video mode") #define MODE_LONGTEXT N_( \ - "Desired input video mode for SDI captures. " \ + "Desired input video mode for DeckLink captures. " \ "This value should be a FOURCC code in textual " \ "form, e.g. \"ntsc\"." ) #define CACHING_TEXT N_("Caching value in ms") #define CACHING_LONGTEXT N_( \ - "Caching value for SDI captures. This " \ + "Caching value for DeckLink captures. This " \ "value should be set in milliseconds." ) #define AUDIO_CONNECTION_TEXT N_("Audio connection") #define AUDIO_CONNECTION_LONGTEXT N_( \ - "Audio connection to use for SDI captures. " \ + "Audio connection to use for DeckLink captures. " \ "Valid choices: embedded, aesebu, analog. " \ "Leave blank for card default." ) #define RATE_TEXT N_("Audio sampling rate in Hz") #define RATE_LONGTEXT N_( \ - "Audio sampling rate (in hertz) for SDI captures. " \ + "Audio sampling rate (in hertz) for DeckLink captures. " \ "0 disables audio input." ) #define CHANNELS_TEXT N_("Number of audio channels") #define CHANNELS_LONGTEXT N_( \ - "Number of input audio channels for SDI captures. " \ + "Number of input audio channels for DeckLink captures. " \ "Must be 2, 8 or 16. 0 disables audio input." ) #define VIDEO_CONNECTION_TEXT N_("Video connection") #define VIDEO_CONNECTION_LONGTEXT N_( \ - "Video connection to use for SDI captures. " \ + "Video connection to use for DeckLink captures. " \ "Valid choices: sdi, hdmi, opticalsdi, component, " \ "composite, svideo. " \ "Leave blank for card default." ) @@ -70,8 +70,8 @@ static void Close( vlc_object_t * ); "Aspect ratio (4:3, 16:9). Default assumes square pixels." ) vlc_module_begin () - set_shortname( N_("SDI") ) - set_description( N_("Blackmagic SDI input") ) + set_shortname( N_("DeckLink") ) + set_description( N_("Blackmagic DeckLink SDI input") ) set_category( CAT_INPUT ) set_subcategory( SUBCAT_INPUT_ACCESS )