[vlc-devel] [PATCHv2 1/3] access: Add satip access module

Julian Scheel julian at jusst.de
Thu May 26 16:18:06 CEST 2016


On 26.05.2016 14:39, Jean-Baptiste Kempf wrote:
> On 26 May, Julian Scheel wrote :
>> +#include <unistd.h>
>> +#include <ctype.h>
>> +
>> +#include <vlc_common.h>
>> +#include <vlc_interrupt.h>
>> +#include <vlc_plugin.h>
>> +#include <vlc_access.h>
>> +#include <vlc_network.h>
>> +#include <vlc_block.h>
>> +#include <vlc_rand.h>
>> +#include <vlc_url.h>
>
> Do you need all those?

All but vlc_interrupt. Dropped that one.

>> +vlc_module_begin()
>> +    set_shortname("satip")
>> +    set_description("SAT>IP Client Plugin, using minimal RTSP subset")
>
> Should be translated and this is too long.

Changed to: SAT>IP Receiver Plugin

> Missing NEWS, po/POTFILES.in, MODULES_LIST :)

Added.

-Julian



More information about the vlc-devel mailing list