Hi all,

After getting xine backend working in emotion, tried generic (vlc)
backend. Nope - doesn't work -:(

Problem 1: Using the example source, now need to add:
emotion_object_module_option_set(em, "player", "vlc");

It does not fall-back to the default generic player.

Problem 2:
em_player_vlc cannot be found, because generic_module_init() fails to
set the prefixes proper.

So put printf() and recompiled. (Is there is a small howto on the eina
logging system?) Output:

evas engine: <auto>
emotion backend: generic
vis: 0
geometry: 0 0 960x540
generic_module_init: initing libdir to /usr/lib/x86_64-linux-gnu
generic_module_init: got libdir /usr/lib/lib
ERR<3392>:emotion-generic emotion_generic.c:105 _get_player() Trying
generic player '/usr/lib/lib/emotion/utils/em_generic_vlc'
ERR<3392>:emotion-generic emotion_generic.c:114 _get_player() no generic player
found, given name=''
ERR<3392>:emotion emotion_smart.c:312 _emotion_module_open() Unable to
load module: generic

The 'generic_module_init:' are the printfs before and after
eina_prefix_new(pfx).
Setting a link in /usr/lib/ to enable loading em_generic_vlc trick -
and vlc also plays!

So the bug is in eina_prefix_new() or eina_prefix_lib_get()

Arvind R.

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to