|
This post was updated on .
Hey !
I'm currently working on android device.
I try to display a video into a SurfaceView. As explain in tutorial 3.
Unfortunately, as the source code is not update, I correct it and I use the gst_video_overlay_set_window_handle method on my "autovideosink".
My pipeline is basically "videotestsrc ! videoconvert ! autovideosink".
There are a cast excetion. autovideosink doesn't implement GstVideoOverlay.
What kind of sink I have to use ? What sink for android is able to display video and implement GstVideoOverlay ?
Cordially
|