Thank you for the link I'll look into it.
About compiling:
gcc -g -Wall --> no warnings
gcc -g -Wall -Wextra
Code:
mpStart02.c: In function 'mplayer_watch':
mpStart02.c:147:30: warning: unused parameter 'status' [-Wunused-parameter]
mpStart02.c:147:47: warning: unused parameter '_appData' [-Wunused-parameter
mpStart02.c: In function 'on_play':
mpStart02.c:153:20: warning: unused parameter 'widget' [-Wunused-parameter]
mpStart02.c: In function 'on_stop':
mpStart02.c:172:20: warning: unused parameter 'widget' [-Wunused-parameter]
mpStart02.c: In function 'on_subs_set':
mpStart02.c:368:24: warning: unused parameter 'widget' [-Wunused-parameter]
mpStart02.c: In function 'on_video_set':
mpStart02.c:377:25: warning: unused parameter 'widget' [-Wunused-parameter]
When app crash there's no errors on terminal window

The app crash when info about media file is loaded to one of the gtk_tree_views, but this is not a rule sometimes is working fine