Hi,
I want to change the gplay(gst-fsl-plugin-2.0.3) video screen size with 700x300. I have modified the file mfw_gplay_core.c with the below changes.
#define DEFAULT_OFFSET_X 65
#define DEFAULT_OFFSET_Y 100
#define DEFAULT_DISPLAY_WIDTH 700
#define DEFAULT_DISPLAY_HEIGHT 300
But these changes also not taking into the effect and the video screen size remains same. Could you kindly help in fixing this issue
Regards,
Swamy