GNOME Bugzilla – Bug 763099
ahcsrc: replace with new surfacetexture
Last modified: 2016-05-06 06:18:49 UTC
Created attachment 323087 [details] [review] use new surfacetexture ahcsc uses old version of surfacetexture, but gstamcsurfacetexture is more reasonable.
Comment on attachment 323087 [details] [review] use new surfacetexture >Subject: [PATCH 2/3] androidmeida: replace with new surfacetexture for ahcsrc > >GstAmcSurfaceTexture is more clear and simple than GstAGSurfaceTexture. > >Differential Revision: https://phabricator.collabora.co.uk/D428 Please remove the reference to your private tracker from the commit message.
Created attachment 323092 [details] [review] use new surfacetexture sorry for my mistake.
Review of attachment 323092 [details] [review]: ::: sys/androidmedia/gstahcsrc.c @@ +2356,1 @@ gst_ah_camera_set_preview_texture (self->camera, self->texture); If the texture creation fails, all following will segfault. Not useful error handling :)
Created attachment 323192 [details] [review] more error handling
Created attachment 327343 [details] [review] remove ag surfacetexture Rebase and add more error handling.
commit c8e34e93b27f632f0dd227c2b32053ce80b66a33 Author: Justin Kim <justin.kim@collabora.com> Date: Thu Mar 3 15:50:49 2016 +0900 androidmeida: replace with new surfacetexture for ahcsrc GstAmcSurfaceTexture is more clear and simple than GstAGSurfaceTexture. https://bugzilla.gnome.org/show_bug.cgi?id=763099