Re: [PATCH 14/15] bliptv: updated for the new caps and options APIs



On Fri, 2011-12-02 at 18:42 +0100, gemont igalia com wrote:
> +  gint count = grl_operation_options_get_count (bs->options);
>  
>    op->source       = g_object_ref (source);
> -  op->count        = bs->count;
> +  op->count        = count; 


Is there any reason to do that instead of

op->count = grl_operation_options_get_count (bs->options);


?


	J.A.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]