some times gst_base_sink_is_to_late

Anton Olegovich ivanushkin.anton.olegovich at gmail.com
Mon Sep 1 06:59:10 PDT 2014


Hi.

I'm writing an App for android that recives video stream over udp.

My app turns on Wi-Fi AP and the source of video connects to it and 
start to playing
When the source of video stream is playing, I fold down the app to tray 
and resume it it gives me this:

...
01-01 04:41:04.319: I/SurfaceTextureClient(452): [0x538c8e98] frames:2, 
duration:1.489000, fps:1.342646
01-01 04:41:04.333: I/SurfaceFlinger(100): [virtual void 
android::Layer::onDraw(const android::Region&) const] 
SurfaceView(i:145): clear screen hole (l:0, t:0, w:1024, h:562)
01-01 04:41:04.333: I/SurfaceFlinger(100): [SurfaceFlinger] frames:2, 
duration:1.489000, fps:1.342581
01-01 04:41:04.785: E/IMGSRV(2213): :0: PVRSRVAllocDeviceMem: Error 1 
returned
01-01 04:41:04.790: E/IMGSRV(2213): :0: PVRSRVAllocDeviceMem: Error 1 
returned
01-01 04:41:04.790: E/IMGSRV(2213): :0: 
SetupTextureRenderTargetControlWords: Can't make texture resident
01-01 04:41:04.791: E/GStreamer+default(2213): 0:00:33.867377617 
0x5573b660 gstglutils.c:76:gst_gl_context_check_framebuffer_status 
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
01-01 04:41:04.792: E/IMGSRV(2213): :0: PVRSRVAllocDeviceMem: Error 1 
returned
01-01 04:41:04.794: E/IMGSRV(2213): :0: PVRSRVAllocDeviceMem: Error 1 
returned
01-01 04:41:04.829: I/SurfaceFlinger(100): [virtual void 
android::Layer::onDraw(const android::Region&) const] 
SurfaceView(i:145): clear screen hole (l:0, t:0, w:1024, h:562)
01-01 04:41:04.874: E/IMGSRV(2213): :0: PVRSRVAllocDeviceMem: Error 1 
returned
01-01 04:41:04.874: E/IMGSRV(2213): :0: PVRSRVAllocDeviceMem: Error 1 
returned
01-01 04:41:04.874: E/IMGSRV(2213): :0: 
SetupTextureRenderTargetControlWords: Can't make texture resident
01-01 04:41:04.875: E/GStreamer+default(2213): 0:00:33.951682694 
0x5573b660 gstglutils.c:76:gst_gl_context_check_framebuffer_status 
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
01-01 04:41:04.877: E/IMGSRV(2213): :0: PVRSRVAllocDeviceMem: Error 1 
returned
01-01 04:41:04.878: E/IMGSRV(2213): :0: PVRSRVAllocDeviceMem: Error 1 
returned
01-01 04:41:04.969: E/IMGSRV(2213): :0: PVRSRVAllocDeviceMem: Error 1 
returned
01-01 04:41:04.969: E/IMGSRV(2213): :0: PVRSRVAllocDeviceMem: Error 1 
returned
01-01 04:41:04.969: E/IMGSRV(2213): :0: 
SetupTextureRenderTargetControlWords: Can't make texture resident
01-01 04:41:04.969: E/GStreamer+default(2213): 0:00:34.046001771 
0x5573b660 gstglutils.c:76:gst_gl_context_check_framebuffer_status 
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
01-01 04:41:04.971: E/IMGSRV(2213): :0: PVRSRVAllocDeviceMem: Error 1 
returned
01-01 04:41:04.972: E/IMGSRV(2213): :0: PVRSRVAllocDeviceMem: Error 1 
returned
01-01 04:41:05.070: E/IMGSRV(2213): :0: PVRSRVAllocDeviceMem: Error 1 
returned
01-01 04:41:05.070: E/IMGSRV(2213): :0: PVRSRVAllocDeviceMem: Error 1 
returned
01-01 04:41:05.071: E/IMGSRV(2213): :0: 
SetupTextureRenderTargetControlWords: Can't make texture resident
01-01 04:41:05.071: E/GStreamer+default(2213): 0:00:34.147804925 
0x5573b660 gstglutils.c:76:gst_gl_context_check_framebuffer_status 
GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT
01-01 04:41:05.073: E/IMGSRV(2213): :0: PVRSRVAllocDeviceMem: Error 1 
returned
01-01 04:41:05.074: E/IMGSRV(2213): :0: PVRSRVAllocDeviceMem: Error 1 
returned
01-01 04:41:05.093: D/STATUS_SOCK(2213): statusInfoPacket received
...
there is no video rendering

then i do the operation " I fold down the app to tray and resume it" 
again and can get normal streaming or somthing like this on the case:

...
09-01 17:50:22.981: I/SurfaceTextureClient(2096): [0x56633948] 
frames:11, duration:1.021000, fps:10.769943
09-01 17:50:23.959: W/GStreamer+basesink(2096): 0:20:11.970461533 
0x551bcd50 
gstbasesink.c:2789:gst_base_sink_is_too_late:<autovideosink-actual-sink-glimage> 
warning: A lot of buffers are being dropped.
09-01 17:50:23.959: W/GStreamer+basesink(2096): 0:20:11.970658764 
0x551bcd50 
gstbasesink.c:2789:gst_base_sink_is_too_late:<autovideosink-actual-sink-glimage> 
warning: There may be a timestamping problem, or this computer is too slow.
09-01 17:50:24.070: I/SurfaceTextureClient(2096): [0x56633948] 
frames:12, duration:1.088000, fps:11.023358
09-01 17:50:24.959: W/GStreamer+basesink(2096): 0:20:12.970416764 
0x551bcd50 
gstbasesink.c:2789:gst_base_sink_is_too_late:<autovideosink-actual-sink-glimage> 
warning: A lot of buffers are being dropped.
09-01 17:50:24.959: W/GStreamer+basesink(2096): 0:20:12.970727764 
0x551bcd50 
gstbasesink.c:2789:gst_base_sink_is_too_late:<autovideosink-actual-sink-glimage> 
warning: There may be a timestamping problem, or this computer is too slow.
09-01 17:50:25.139: I/SurfaceTextureClient(2096): [0x56633948] 
frames:12, duration:1.069000, fps:11.220098
...
there is an attached c-file and java-file
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Piovra.c
Type: text/x-csrc
Size: 39212 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140901/861dd76b/attachment-0001.c>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MainPiovraActivity.java
Type: text/x-java
Size: 28634 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140901/861dd76b/attachment-0001.java>


More information about the gstreamer-devel mailing list