Re: [PATCH 14/15] bliptv: updated for the new caps and options APIs
- From: "Juan A. Suarez Romero" <jasuarez igalia com>
- To: grilo-list gnome org
- Subject: Re: [PATCH 14/15] bliptv: updated for the new caps and options APIs
- Date: Mon, 12 Dec 2011 20:14:28 +0100
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]