SurfaceTexture in GStreamer (Android) ?
pedjaman
pedjaman at gmail.com
Tue Sep 13 16:10:24 UTC 2016
For these who are interested:
Problem was in SurfaceTexture reporting size as 1 x 1 (despite of being
1920, 1080)
Therefore, gstreamer was rendering to a single pixel.
by calling:
mSurface.setDefaultBufferSize(1920, 1080);
everything was resolved.
Thansk everyone :)
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/SurfaceTexture-in-GStreamer-Android-tp4667379p4679564.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list