Changeset 5e7871bbf07538ef48cb6b12e3f13ac0a474a898

Show
Ignore:
Timestamp:
19/03/06 02:27:21 (3 years ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1142731641 +0000
git-parent:

[878747abedefb916a70c3b346f7167cde1ab2bbb]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1142731641 +0000
Message:

stream_out/*: String review (refs #438)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/stream_out/bridge.c

    r2cb472d r5e7871b  
    3636#define ID_TEXT N_("ID") 
    3737#define ID_LONGTEXT N_( \ 
    38     "Specify an identifier integer for this elementary stream" ) 
     38    "Specify an identifier for this elementary stream." ) 
    3939 
    4040#define DELAY_TEXT N_("Delay") 
    4141#define DELAY_LONGTEXT N_("Pictures coming from the picture video outputs " \ 
    4242        "will be delayed accordingly (in milliseconds, >= 100 ms). For high " \ 
    43         "values you will need to raise file-caching and others.") 
     43        "values, you will need to raise file-caching and others.") 
    4444 
    4545#define ID_OFFSET_TEXT N_("ID Offset") 
  • modules/stream_out/rtp.c

    r3db675f r5e7871b  
    701701        if( p_sys->p_httpd_file ) 
    702702        { 
    703             msg_Err( p_stream, "You can use sdp=http:// only once" ); 
     703            msg_Err( p_stream, "you can use sdp=http:// only once" ); 
    704704            return; 
    705705        } 
     
    714714        if( p_sys->p_rtsp_url ) 
    715715        { 
    716             msg_Err( p_stream, "You can use sdp=rtsp:// only once" ); 
     716            msg_Err( p_stream, "you can use sdp=rtsp:// only once" ); 
    717717            return; 
    718718        } 
     
    734734        if( p_sys->b_export_sdp_file ) 
    735735        { 
    736             msg_Err( p_stream, "You can use sdp=file:// only once" ); 
     736            msg_Err( p_stream, "you can use sdp=file:// only once" ); 
    737737            return; 
    738738        } 
  • modules/stream_out/standard.c

    rd18bfd9 r5e7871b  
    4545    "Allows you to specify the output muxer method used for the streaming " \ 
    4646    "output." ) 
    47 #define URL_TEXT N_("Output URL (deprecated)") 
    48 #define URL_LONGTEXT N_( \ 
    49     "Allows you to specify the output URL used for the streaming output." \ 
    50     "Deprecated, use dst instead." ) 
    51  
    5247#define DST_TEXT N_("Output destination") 
    5348#define DST_LONGTEXT N_( \ 
     
    5651#define NAME_TEXT N_("Session name") 
    5752#define NAME_LONGTEXT N_( \ 
    58     "Name of the session that will be announced with SAP" ) 
     53    "Name of the session that will be announced with SAP." ) 
    5954 
    6055#define GROUP_TEXT N_("Session groupname") 
    6156#define GROUP_LONGTEXT N_( \ 
    62     "Name of the group that will be announced for the session" ) 
     57    "Name of the group that will be announced for the session." ) 
    6358 
    6459#define SAP_TEXT N_("SAP announcing") 
    65 #define SAP_LONGTEXT N_("Announce this session with SAP") 
     60#define SAP_LONGTEXT N_("Announce this session with SAP.") 
    6661 
    6762static int      Open    ( vlc_object_t * ); 
  • modules/stream_out/switcher.c

    rf318cec r5e7871b  
    400400        if ( i == MAX_AUDIO ) 
    401401        { 
    402             msg_Err( p_stream, "too many audio streams !" ); 
     402            msg_Err( p_stream, "too many audio streams!" ); 
    403403            free( id ); 
    404404            return NULL; 
  • modules/stream_out/transcode.c

    r32438ff r5e7871b  
    113113#define CANVAS_WIDTH_TEXT N_("Video canvas width") 
    114114#define CANVAS_WIDTH_LONGTEXT N_( \ 
    115     "Allows to padd or crop the frame to a specified width" ) 
     115    "Allows to padd or crop the frame to a specified width." ) 
    116116#define CANVAS_HEIGHT_TEXT N_("Video canvas height") 
    117117#define CANVAS_HEIGHT_LONGTEXT N_( \ 
    118     "Allows to padd or crop the frame to a specified height" ) 
     118    "Allows to padd or crop the frame to a specified height." ) 
    119119#define CANVAS_ASPECT_TEXT N_("Video canvas aspect ratio") 
    120120#define CANVAS_ASPECT_LONGTEXT N_( \ 
    121     "Set aspect (like 4:3) of video canvas and letterbox accordingly" ) 
     121    "Set aspect (like 4:3) of video canvas and letterbox accordingly." ) 
    122122 
    123123#define AENC_TEXT N_("Audio encoder") 
     
    159159#define OSD_LONGTEXT N_(\ 
    160160    "Enable streaming of the On Screen Display. It uses the osdmenu subfilter." ) 
    161                    
     161 
    162162#define THREADS_TEXT N_("Number of threads") 
    163163#define THREADS_LONGTEXT N_( \ 
     
    513513                      p_sys->i_channels ); 
    514514            p_sys->i_channels = 2; 
    515         }                     
     515        } 
    516516        msg_Dbg( p_stream, "codec audio=%4.4s %dHz %d channels %dKb/s", 
    517517                 (char *)&p_sys->i_acodec, p_sys->i_sample_rate, 
     
    11251125        if( p_sys->b_es_osd ) 
    11261126        { 
    1127             transcode_osd_process( p_stream, id, p_buffer, &p_out );                 
     1127            transcode_osd_process( p_stream, id, p_buffer, &p_out ); 
    11281128        } 
    11291129        return p_sys->p_out->pf_send( p_sys->p_out, id->id, p_buffer ); 
     
    17591759         } 
    17601760         f_aspect = f_target_aspect; 
    1761          msg_Dbg( p_stream, "Canvas scaled pixel aspect is %f:1", f_aspect ); 
     1761         msg_Dbg( p_stream, "canvas scaled pixel aspect is %f:1", f_aspect ); 
    17621762     } 
    17631763 
     
    18551855     id->p_encoder->fmt_in.video.i_height = i_dst_height; 
    18561856 
    1857      msg_Dbg( p_stream, "Source %ix%i, crop %ix%i, " 
     1857     msg_Dbg( p_stream, "source %ix%i, crop %ix%i, " 
    18581858                        "destination %ix%i, padding %ix%i", 
    18591859         i_src_width, i_src_height,