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 740407 - qtmux limits capture to 4096x4096
qtmux limits capture to 4096x4096
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal normal
: 1.4.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-11-20 08:37 UTC by jvarshney20
Modified: 2014-11-20 11:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jvarshney20 2014-11-20 08:37:56 UTC
Currently, qtmux limits the capture to 4096x4096 that means we can't encode 4k resolutions (e.g 4208x3120)
Comment 1 Tim-Philipp Müller 2014-11-20 11:15:11 UTC
This should fix it, thanks for the bug report:

 commit 488d0b93cd52ac9a39e49e212701d2bbaa85fc0a
 Author: Tim-Philipp Müller <tim@centricular.com>
 Date:   Thu Nov 20 10:45:07 2014 +0000

    qtmux: don't limit max video resolution to 4096x4096
    
    MAX isn't entirely correct as upper limit either,
    it should really be MAXUINT32, but it's unlikely
    to be a problem in the near future.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=740407