After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 748122 - applemedia: miscellaneous fixes
applemedia: miscellaneous fixes
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other All
: Normal normal
: 1.5.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-18 22:27 UTC by Ilya Konstantinov
Modified: 2015-04-19 12:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
avfvideosrc: check for failure to create buffer (1.44 KB, patch)
2015-04-18 22:28 UTC, Ilya Konstantinov
committed Details | Review
corevideotexturecache: free texture cache on iOS (911 bytes, patch)
2015-04-18 22:29 UTC, Ilya Konstantinov
committed Details | Review

Description Ilya Konstantinov 2015-04-18 22:27:37 UTC
Attaching fairly trivial patches.
Comment 1 Ilya Konstantinov 2015-04-18 22:28:18 UTC
Created attachment 301911 [details] [review]
avfvideosrc: check for failure to create buffer
Comment 2 Ilya Konstantinov 2015-04-18 22:29:55 UTC
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.
Comment 3 Sebastian Dröge (slomo) 2015-04-19 12:46:30 UTC
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