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 758694 - android media fails to update affine transformation meta
android media fails to update affine transformation meta
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: 1.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-26 09:52 UTC by Mathias Hasselmann (IRC: tbf)
Modified: 2015-11-26 11:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Trivial patch to the problem (1.57 KB, patch)
2015-11-26 09:52 UTC, Mathias Hasselmann (IRC: tbf)
committed Details | Review

Description Mathias Hasselmann (IRC: tbf) 2015-11-26 09:52:41 UTC
Created attachment 316292 [details] [review]
Trivial patch to the problem

The video decoders tried calling gst_buffer_add() on locked GL sync buffer resulting in warnings of of this kind:
    
gstamcvideodec.c:921 (_gl_sync_render_unlocked): WARNING: amcvideodec Failed to create the transformation meta for the gl_sync 0xabc03848 buffer 0xabb01b40 (0)
Comment 1 Matthew Waters (ystreet00) 2015-11-26 11:45:43 UTC
commit d387bfd188a15cbb6fcb9e2c3e2893ea3a7d9414
Author: Mathias Hasselmann <mathias.hasselmann@kdab.com>
Date:   Thu Nov 26 10:15:36 2015 +0100

    androidmedia: Don't add metadata to locked buffer
    
    The video decoders tried calling gst_buffer_add_*meta() on non-writable
    buffer resulting in warnings of this kind:
    
      gstamcvideodec.c:921 (_gl_sync_render_unlocked): WARNING: amcvideodec
      Failed to create the transformation meta for the gl_sync 0xabc03848
      buffer 0xabb01b40 (0)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=758694