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 758700 - Don't create new QSGTexture for every frame
Don't create new QSGTexture for every frame
Status: RESOLVED DUPLICATE of bug 758286
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-26 12:08 UTC by Mathias Hasselmann (IRC: tbf)
Modified: 2015-11-27 07:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.92 KB, patch)
2015-11-26 12:11 UTC, Mathias Hasselmann (IRC: tbf)
none Details | Review

Description Mathias Hasselmann (IRC: tbf) 2015-11-26 12:08:03 UTC
It's not needed to create new QSGTexture for every frame in QtGLVideoItem.
Comment 1 Mathias Hasselmann (IRC: tbf) 2015-11-26 12:11:22 UTC
Created attachment 316308 [details] [review]
Proposed patch
Comment 2 Matthew Waters (ystreet00) 2015-11-27 04:41:21 UTC
This patch doesn't apply to current master due to http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/ext/qt/qtitem.cc?id=21348cf772e240956b5857ad4e69e9635683d372
Comment 3 Mathias Hasselmann (IRC: tbf) 2015-11-27 07:21:03 UTC
My mistake: Just took this patch from Bogdan assuming it'd apply to master. Spoiled from tools like Gerrit...

*** This bug has been marked as a duplicate of bug 758286 ***