X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fstream_out%2Fbridge.c;h=e1174d36f204a2f8db0fb3e82d48c4789d748828;hb=d77533f0a3c7afe9ae93d613e905277484fb183a;hp=8d207a306cf765d1a42c76cb65acfc8d2d64baf1;hpb=2cb472dba008f7d877ffe6bae9c5575253365282;p=vlc diff --git a/modules/stream_out/bridge.c b/modules/stream_out/bridge.c index 8d207a306c..e1174d36f2 100644 --- a/modules/stream_out/bridge.c +++ b/modules/stream_out/bridge.c @@ -35,12 +35,13 @@ *****************************************************************************/ #define ID_TEXT N_("ID") #define ID_LONGTEXT N_( \ - "Specify an identifier integer for this elementary stream" ) + "Integer identifier for this elementary stream. This will be used to " \ + "\"find\" this stream later." ) #define DELAY_TEXT N_("Delay") #define DELAY_LONGTEXT N_("Pictures coming from the picture video outputs " \ - "will be delayed accordingly (in milliseconds, >= 100 ms). For high " \ - "values you will need to raise file-caching and others.") + "will be delayed according to this value (in milliseconds, should be "\ + ">= 100 ms). For high values, you will need to raise caching values." ) #define ID_OFFSET_TEXT N_("ID Offset") #define ID_OFFSET_LONGTEXT N_("Offset to add to the stream IDs specified in " \