Tag: Grilo

Work

Multimedia

Igalia has experience from almost the silicon up to the application layer, having worked on multimedia applications, down to touching the communication with DSP chips that decode multimedia information.

News

jasuarez

Grilo core and plugins 0.1.18 released http://ur1.ca/6jjn6 http://ur1.ca/6jjn7 # # # at 19:15 Dec 9th 2011 by Juan A. Suárez

jasuarez

Jonathan Matthew has written a Grilo plugin for Rhythmbox # # # # at 18:24 Sep 12th 2011 by Juan A. Suárez

jasuarez

Grilo documentation now online http://goo.gl/ZPCgc # # # at 17:53 Sep 5th 2011 by Juan A. Suárez

jasuarez

grilo-plugins 0.1.17 released http://goo.gl/lxwrO # # # at 17:02 Sep 5th 2011 by Juan A. Suárez

jasuarez

grilo 0.1.17 released http://goo.gl/exc7P # # # at 17:02 Sep 5th 2011 by Juan A. Suárez

Projects

Grilo

Grilo is a framework designed to ease access to multimedia content provided by heterogeneous sources.

Labs projects

MAFWGriloSource

MAFWGriloSource is a MAFW source powered by Grilo to provide access to different sources in the Maemo 5 official multimedia player (Fremantle).

Commits

doc: Update Copyright notice

Signed-off-by: Juan A. Suarez Romero

Juan A. Suárez16/12/2011

test-ui: Load settings from file

Besides the hard-coded settings in Grilo Test UI application, we load settings stored in $HOME/.config/grilo-test-ui/grilo.conf file. Thus, user can store it his own settings to be used. Signed-off-by: Juan A. Suarez Romero

Juan A. Suárez13/12/2011

wc-test: Remove it

Actually, this application was used as a tool to develop GrlNet, but actually it isn't real test. So let's remove it. Signed-off-by: Juan A. Suarez Romero

Juan A. Suárez23/11/2011

build: conditional creation of grl-net.pc files

If libsoup is not available, then the grl-net library will not be built. Hence we shall not create the grl-net.pc files. Otherwise we will compile plugins that will not be able to be loaded. Signed-off-by: Víctor Manuel Jáquez Leal

Víctor Jáquez22/11/2011

build: avoid the export of NETCACHE variable

NETCACHE variables is not used for compiler tasks, so the PKG_CHECK_MODULES can be replaced by a PKG_CHECK_EXISTS, which does not export an automake variable, as we only need to know if cache operations are supported in libsoup given the version...

Víctor Jáquez22/11/2011