Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Video scaling at Qt Browser

Video scaling at Qt Browser

Scheduled Pinned Locked Moved Qt WebKit
videoplaybackvideooutput
1 Posts 1 Posters 818 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vpforqt
    wrote on last edited by
    #1

    In our software stack,ealier video scaling in browser was done by HW.
    Due to cost factors,HW DSP is removed hence software scaling is required.

    Browser uses QT moblity API which in turn receives video frames from Gstreamer.
    Can we do the video scaling (convert the frames to images and scale) and then render on WebKit or Qt Mobility side?

    As per our analysis below patches seems to be doing the same thing but they are in Qt 5.2 ,we are running on 4.7.1.
    http://code.qt.io/cgit/qt/qtwebkit.git/diff/Source/WebCore/platform/graphics/qt/MediaPlayerPrivateQt.h?h=old/5.2&id=8995b83bcbfbb68245f779b64e5517627c6cc6ea
    http://code.qt.io/cgit/qt/qtwebkit.git/diff/Source/WebCore/platform/graphics/qt/MediaPlayerPrivateQt.cpp?h=old/5.2&id=8995b83bcbfbb68245f779b64e5517627c6cc6ea

    Can someone first please confirm if this patch can solve the issue?
    If yes, then Upgrading QT is the only solution or can we apply these which means they should be backward compatible.
    If No, can someone point the patch or way to do this scaling ?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved