I am using v4l2src for reading data from camera, gave that data to appsink and perform some processing on each frame.
I am receiving data which is of 640X480 with 30fps.
By using appsrc i am pushing that data into a pipeline.
But the problem is, after processing, i am getting only 15 frames per second.
So the video is getting faster sometimes and sometimes playing normally.
How to overcome this problem.?