[vlc-devel] [PATCH]v2 codec: Add GStreamer based decoder module
Rafaël Carré
funman at videolan.org
Sun Apr 27 14:56:12 CEST 2014
On 04/26/14 16:50, ved kpl wrote:
> On Sat, Apr 26, 2014 at 5:59 PM, Jean-Baptiste Kempf <jb at videolan.org>wrote:
>
>> On 26 Apr, Vikram Fugro wrote :
>> +#define MODULE_DESCRIPTION N_( "Decoders' plugins " \
>>> + "delivered by the GStreamer library. " \
>>> + "Currently supports only video decoders such as " \
>>> + "h264, mpeg4, wmv, mpeg2, vp8, etc. " )
>>
>> Do not translate stuff that will change "soon".
>> Vikram: OK' I'll just mention "Uses GStreamer framework's plugins to
>> decode the media codecs"
>>
>
>
>>> +static gboolean seek_data_cb( GstAppSrc* p_src, guint64 l_offset,
>>> + gpointer p_data )
>>> +{
>>> + decoder_t* p_dec = ( decoder_t* )p_data;
>>> + msg_Dbg( p_dec, "appsrc seeking to %llu", (unsigned long
>> long)l_offset );
>>
>> %PRIu64 ?
>>
> Vikram: right. will fix that.
Actually it's already good, guint64 is documented as unsigned long long
More information about the vlc-devel
mailing list