Merge lp:~phablet-team/qtubuntu-media-signals/fix-black-video-issues into lp:qtubuntu-media-signals

Proposed by Jim Hodapp
Status: Merged
Approved by: Alfonso Sanchez-Beato
Approved revision: 22
Merged at revision: 20
Proposed branch: lp:~phablet-team/qtubuntu-media-signals/fix-black-video-issues
Merge into: lp:qtubuntu-media-signals
Diff against target: 46 lines (+14/-3)
3 files modified
CMakeLists.txt (+3/-3)
debian/changelog (+6/-0)
src/qtubuntu_media_signals.h (+5/-0)
To merge this branch: bzr merge lp:~phablet-team/qtubuntu-media-signals/fix-black-video-issues
Reviewer Review Type Date Requested Status
Alfonso Sanchez-Beato Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+262363@code.launchpad.net

Commit message

Add sinkReset signal which allows qtvideo-node to take appropriate action to reset some of its internal state.

Description of the change

Add sinkReset signal which allows qtvideo-node to take appropriate action to reset some of its internal state.

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

Bump the package version

22. By Jim Hodapp

Update version number for changelog.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alfonso Sanchez-Beato (alfonsosanchezbeato) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2013-03-12 15:51:11 +0000
+++ CMakeLists.txt 2015-06-18 17:55:35 +0000
@@ -1,9 +1,9 @@
1project(qtubuntu-media-signals)1project(qtubuntu-media-signals)
2cmake_minimum_required(VERSION 2.8.9)2cmake_minimum_required(VERSION 2.8.9)
33
4set(SONAME 1)4set(SONAME 2)
5set(VERSION 1.0)5set(VERSION 2.0)
6set(SOVERSION 1.0.0)6set(SOVERSION 2.0.0)
77
8# Instruct CMake to run moc automatically when needed.8# Instruct CMake to run moc automatically when needed.
9set(CMAKE_AUTOMOC ON)9set(CMAKE_AUTOMOC ON)
1010
=== modified file 'debian/changelog'
--- debian/changelog 2014-11-04 05:01:05 +0000
+++ debian/changelog 2015-06-18 17:55:35 +0000
@@ -1,3 +1,9 @@
1qtubuntu-media-signals (0.3+15.04.20150618-0ubuntu1) UNRELEASED; urgency=medium
2
3 * Add sinkReset signal
4
5 -- phablet <phablet@ubuntu-phablet> Thu, 18 Jun 2015 13:49:35 -0400
6
1qtubuntu-media-signals (0.3+15.04.20141104-0ubuntu1) vivid; urgency=low7qtubuntu-media-signals (0.3+15.04.20141104-0ubuntu1) vivid; urgency=low
28
3 * New rebuild forced9 * New rebuild forced
410
=== modified file 'src/qtubuntu_media_signals.h'
--- src/qtubuntu_media_signals.h 2014-10-13 19:35:49 +0000
+++ src/qtubuntu_media_signals.h 2015-06-18 17:55:35 +0000
@@ -43,6 +43,11 @@
43 static SharedSignal* instance();43 static SharedSignal* instance();
4444
45Q_SIGNALS:45Q_SIGNALS:
46 /** Thrown by qtubuntu-media to signal to qtvideo-node when the video sink
47 * has been reset. This allows qtvideo-node to take appropriate action to
48 * reset some of its internal state.
49 */
50 void sinkReset();
46 /** Thrown by qtvideo-node to signal when the GL texture has51 /** Thrown by qtvideo-node to signal when the GL texture has
47 * been successfully created.52 * been successfully created.
48 */53 */

Subscribers

People subscribed via source and target branches

to all changes: