[Bug 703518] Qt5/QtQuick 2.0 video element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 24 05:17:09 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=703518
  GStreamer | qt-gstreamer | unspecified

--- Comment #11 from Benjamin Federau <benjamin.federau at basyskom.com> 2013-09-24 12:17:05 UTC ---
(In reply to comment #9)
> Created an attachment (id=254841)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=254841)
> Minimal proof of concept that integrates QQ2 and QtGst via QOpelGLContext

I started the QQ2 video element implementation up on a "unofficial" QtGStreamer
port from the Ubuntu phablet guys and in this version I created two QML
elements QuickVideoItem (QQuickItem) and a PaintedVideoItem
(QQuickPaintedItem). But I integrated just the QuickVideoItem implementation
into the QtGStreamer upstream version.

Your proof of concept look really similar to my implementation of the
PaintedVideoItem. :) The only difference to your concept is that I have created
a separate player QML element (BasicMediaPlayer) like in my current
implementation of the QQ2 video element.

The idea of the separate player QML element was that developer can create their
own QML player element/plugin with a custom pipeline and media control
implementation.

In the end I haven't tested my PaintedVideoItem (QQuickPaintedItem) with the
OpenGLContext property and the qtglvideosink.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list