data needs to be rendered with automatic flipping . So I have set DSDESC_CAPS with DSCAPS_FLIPPING , but the video is not visible even if the pipeline is conveying that it is playing.
Then I tried with DSDESC_CAPS set to DSCAPS_PRIMARY , but it showed an segmentation fault .
Then I again tried with both DSCAPS_PRIMARY && DSCAPS_FLIPPING set,
but I am unable to get keyboard input response , after a thorough debugging I found that when I am keying the input ,it is entering the IDirectFBEventBuffer_AddItem function body in $(DirectFB_Home)/src/input/idirectfbinputbuffer.c where it is checking for a condition as : if(data->filter && data->filter(&item->evt,data->filter_ctx) and the condition having been satisfied is exiting without further processing of the keyboard input event.
Could anybody please suggest a possible solution or the cause behind this problem.
Send instant messages to your online friends http://uk.messenger.yahoo.com
_______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
