GNOME Bugzilla – Bug 748122
applemedia: miscellaneous fixes
Last modified: 2015-04-19 12:46:30 UTC
Attaching fairly trivial patches.
Created attachment 301911 [details] [review] avfvideosrc: check for failure to create buffer
Created attachment 301913 [details] [review] corevideotexturecache: free texture cache on iOS I checked and, as expected, it's a CF object, created with a refcount of 1.
commit c98eb6f2f55d566aaf76d8cc0ceab1a48ff11140 Author: Ilya Konstantinov <ilya.konstantinov@gmail.com> Date: Sun Apr 19 01:15:07 2015 +0300 corevideotexturecache: free texture cache on iOS https://bugzilla.gnome.org/show_bug.cgi?id=748122 commit 472d1959a228d016cf44ca846245e40c6e393944 Author: Ilya Konstantinov <ilya.konstantinov@gmail.com> Date: Sun Apr 19 01:21:40 2015 +0300 avfvideosrc: check for failure to create buffer gst_core_media_buffer_new and gst_core_video_texture_cache_get_gl_buffer can fail for various platform reasons. https://bugzilla.gnome.org/show_bug.cgi?id=748122