Hi,
On Mon, Dec 05, 2016 at 03:10:43PM -0600, Jonathon Jongsma wrote:
> Looks fine to me.
>
> Acked-by: Jonathon Jongsma
Thanks, pushed as f007c0a9915342b
>
> On Mon, 2016-12-05 at 14:59 +0100, Victor Toso wrote:
> > From: Victor Toso
> >
> > This patch creates display_channel_get_video_cod
Looks fine to me.
Acked-by: Jonathon Jongsma
On Mon, 2016-12-05 at 14:59 +0100, Victor Toso wrote:
> From: Victor Toso
>
> This patch creates display_channel_get_video_codecs() helper to let
> stream.c get the video-codecs without accessing the internal
> structure
> of DisplayChannel.
>
> As
From: Victor Toso
This patch creates display_channel_get_video_codecs() helper to let
stream.c get the video-codecs without accessing the internal structure
of DisplayChannel.
As video-codecs is a property of DisplayChannel, this change means
making this property readable as well.
Signed-off-by