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 774035 - qmlglsrc: Support change render target on the fly and move fps calculate into qtglwindow
qmlglsrc: Support change render target on the fly and move fps calculate into...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
1.10.0
Other Linux
: Normal normal
: 1.11.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-07 08:01 UTC by Haihua Hu
Modified: 2016-11-08 01:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Support change render target on the fly and move fps calculate into qtglwindow (5.27 KB, patch)
2016-11-07 08:04 UTC, Haihua Hu
none Details | Review
qmlglsrc: some enhancements for qmlglsrc (5.86 KB, patch)
2016-11-07 08:20 UTC, Haihua Hu
committed Details | Review

Description Haihua Hu 2016-11-07 08:01:12 UTC
1. Need set use-default-fbo to qquickwindow during set property to support change render target on the fly.
2. Calculate qmlglsrc refresh frame rate in qtglwindow
Comment 1 Haihua Hu 2016-11-07 08:04:02 UTC
Created attachment 339224 [details] [review]
Support change render target on the fly and move fps calculate into qtglwindow
Comment 2 Haihua Hu 2016-11-07 08:20:53 UTC
Created attachment 339226 [details] [review]
qmlglsrc: some enhancements for qmlglsrc
Comment 3 Matthew Waters (ystreet00) 2016-11-08 01:47:06 UTC
Thanks!

commit e570f729c438fc699fad6accba01b510864bb9a9
Author: Haihua Hu <jared.hu@nxp.com>
Date:   Mon Nov 7 14:47:22 2016 +0800

    qmlglsrc: some enhancements for qmlglsrc
    
    1. Need set use-default-fbo to qquickwindow during set property
       to support change render target on the fly.
    2. Calculate qmlglsrc refresh frame rate in qtglwindow
    
    https://bugzilla.gnome.org/show_bug.cgi?id=774035