Merge lp:~jhodapp/qtubuntu-media-signals/gl-consumer into lp:qtubuntu-media-signals

Proposed by Jim Hodapp
Status: Merged
Merged at revision: 14
Proposed branch: lp:~jhodapp/qtubuntu-media-signals/gl-consumer
Merge into: lp:qtubuntu-media-signals
Diff against target: 14 lines (+4/-0)
1 file modified
src/qtubuntu_media_signals.h (+4/-0)
To merge this branch: bzr merge lp:~jhodapp/qtubuntu-media-signals/gl-consumer
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team code Pending
Review via email: mp+212906@code.launchpad.net

Commit message

* Add GLConsumer set signal for when the consumer has actually been set from the client.

Description of the change

* Add GLConsumer set signal for when the consumer has actually been set from the client.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/qtubuntu_media_signals.h'
2--- src/qtubuntu_media_signals.h 2013-03-12 15:51:11 +0000
3+++ src/qtubuntu_media_signals.h 2014-03-26 17:21:13 +0000
4@@ -35,6 +35,10 @@
5 * been successfully created.
6 */
7 void textureCreated(unsigned int textureID);
8+ /** Thrown by qtvideo-node to signal when the GLConsumer instance
9+ * has been successfully passed to it and set.
10+ */
11+ void glConsumerSet();
12 /** Thrown by AalVideoRendererControl to signal set the snapshot size.
13 */
14 void setSnapshotSize(const QSize &size);

Subscribers

People subscribed via source and target branches