platform/upstream/qtmultimedia.git
10 years agoQGstTools: Fix warning about unused m_intervalTimer
Tobias Hunger [Thu, 29 Aug 2013 11:58:08 +0000 (13:58 +0200)]
QGstTools: Fix warning about unused m_intervalTimer

Clang does complain about this member not being used.

Change-Id: I02919715be43486f4646ca75deea66fc8a6a2276
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
10 years agoMerge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn [Tue, 27 Aug 2013 20:44:53 +0000 (22:44 +0200)]
Merge remote-tracking branch 'origin/stable' into dev

Change-Id: I469f258c4838f87edaedc8620d925a3c537d1619

10 years agoAVFoundation: Basic camera support for iOS
Andy Nichols [Mon, 26 Aug 2013 13:54:52 +0000 (15:54 +0200)]
AVFoundation: Basic camera support for iOS

Enables basic software rendering support for iOS.

Change-Id: Icd29076ea627295819ede6d9680de576ba39b34e
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
10 years agoAVFoundation: Enable QVideoWidget on iOS
Andy Nichols [Thu, 15 Aug 2013 14:31:34 +0000 (16:31 +0200)]
AVFoundation: Enable QVideoWidget on iOS

Change-Id: I88041e7a2ea052fe449542eeaada31c09d93d163
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
10 years agoAVFoundation: Use CoreAnimation to render video to QVideoWidget
Andy Nichols [Thu, 15 Aug 2013 13:08:35 +0000 (15:08 +0200)]
AVFoundation: Use CoreAnimation to render video to QVideoWidget

Previously a QGLWidget was used as a target for the
AVFVideoFrameRenderer.  This was uncessary as it is possible to render
directly on top of the QWidget using the CoreAnimation Framework.

Change-Id: I08923c85fd56c8874c1d8c187ae5145e220fab92
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
10 years agoAVFoundation: Enable use of QMediaPlayer for audio on iOS
Andy Nichols [Wed, 14 Aug 2013 14:42:44 +0000 (16:42 +0200)]
AVFoundation: Enable use of QMediaPlayer for audio on iOS

This commit disables the video components of the AVFoundation
mediaplayer backend when building for iOS and enables the use of
QMediaPlayer with audio assets.

Change-Id: Iadd6f9c61ed1e656301326e90a22cbca6428b654
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
10 years agoAVFoundation: Remove QVideoSurfaceCoreGraphicsPainter
Andy Nichols [Thu, 4 Apr 2013 13:34:00 +0000 (15:34 +0200)]
AVFoundation: Remove QVideoSurfaceCoreGraphicsPainter

This was a leftover from Qt 4, as it is no longer possible to use the
CoreGraphics paint engine.  Instead we should just use the logic in
QPainterVideoSurface render the QVideoFrame.

Change-Id: I7e97fe7c30fd478dcd405d300e0c3f70050ca25f
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
10 years agoWMF and GStreamer: fixed incorrect frame startTime and endTime.
Yoann Lopes [Fri, 16 Aug 2013 15:51:53 +0000 (17:51 +0200)]
WMF and GStreamer: fixed incorrect frame startTime and endTime.

The QVideoFrame documentation explicitly says that the time is in
microseconds, however the GStreamer backend was setting the time in
milliseconds and the WMF backend in 100-nanosecond units.
With WMF, the time was missing from the QVideoFrame when presenting it to
the video surface.

Task-number: QTBUG-31731
Change-Id: I0638d2abf8eed25b3a531db67c19a18703e5b630
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
10 years agoAndroid: Use isValid() to check if the jobject is valid.
Christian Strømme [Fri, 16 Aug 2013 15:50:10 +0000 (17:50 +0200)]
Android: Use isValid() to check if the jobject is valid.

Change-Id: I5ec67b9b2abfae2e2c2a44f0bcc7c72cb54beb49
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
10 years agoAndroid: fixed media player buffering logic.
Yoann Lopes [Mon, 29 Jul 2013 14:28:15 +0000 (16:28 +0200)]
Android: fixed media player buffering logic.

When the media is ready, the status should always transition to
LoadedMedia and then immediately to BufferingMedia or BufferedMedia.
Also, when the duration is queried before the media is ready but already
buffering, it should always return 0 to avoid errors from the Android
media player.

Task-number: QTBUG-32635
Change-Id: Ibcb9c23b4f64c4f9a1a8e0ef81989ae78cfb19ef
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
10 years agoFix file browser in qmlvideofx example.
Friedemann Kleint [Wed, 31 Jul 2013 09:15:25 +0000 (11:15 +0200)]
Fix file browser in qmlvideofx example.

Similar to de9092389f2e43370c2cfcd6759d08cc11da9a68 for qmlvideo.
Use QUrl::fromLocalFile() to get Windows drive handling
right. Emulate its behavior in QML code. Fix up() to terminate
correctly.

Task-number: QTBUG-32139
Change-Id: I36bafaa608ff054190dc76694f6254a74f3b513e
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
10 years agoRemove unnecessary dependency to qtjsbackend from sync.profile
Simon Hausmann [Tue, 13 Aug 2013 08:02:18 +0000 (10:02 +0200)]
Remove unnecessary dependency to qtjsbackend from sync.profile

Change-Id: Ie72932d3a9ba1bfa2f282e8134b50b2d6b8ec469
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
10 years agoMerge remote-tracking branch 'origin/release' into stable
Sergio Ahumada [Fri, 16 Aug 2013 18:53:47 +0000 (20:53 +0200)]
Merge remote-tracking branch 'origin/release' into stable

Change-Id: Ibcde5cfcb97948f9e3f71a2d6b06397e1003aa3b

10 years agoAdd changes-5.1.1 file.
Yoann Lopes [Fri, 16 Aug 2013 16:13:56 +0000 (18:13 +0200)]
Add changes-5.1.1 file.

Task-number: QTBUG-32808
Change-Id: I998548df399ec6d2dd6b061b5ba2c1ca451276bc
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
10 years agoWMF: fixed QMediaPlayer changing to EndOfMedia status too early.
Yoann Lopes [Tue, 30 Jul 2013 12:24:48 +0000 (14:24 +0200)]
WMF: fixed QMediaPlayer changing to EndOfMedia status too early.

It was changing to EndOfMedia status and explicitly stopping playback
when receiving the MEEndOfPresentation event from the WMF session.
However, this event means that all data has bean read from the source but
not necessarily played yet. According to the documentation, playback is
done when the MESessionEnded event is sent. It now reports the EndOfMedia
status at that moment instead. stop() is not explicitly called anymore since
MESessionEnded also implies the session has stopped.

Task-number: QTBUG-30825
Change-Id: I6c6c09e736fe33f7cf17c75038ea7be1b5701a1c
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
10 years agoWMF: use qFabs instead of fabsf.
Yoann Lopes [Wed, 31 Jul 2013 10:52:17 +0000 (12:52 +0200)]
WMF: use qFabs instead of fabsf.

Task-number: QTBUG-32360
Change-Id: Ibec3d044ac38f54abd895d56f1851011bf6b5272
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
10 years agoMerge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev
Frederik Gladhorn [Tue, 13 Aug 2013 19:00:22 +0000 (21:00 +0200)]
Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev

10 years agoEnable QSoundEffect with loopCount of Infinite to play
Andy Nichols [Tue, 13 Aug 2013 13:16:54 +0000 (15:16 +0200)]
Enable QSoundEffect with loopCount of Infinite to play

Previously if the loopCount property of a QSoundEffect was set to
QSoundEffect::Infinite then no sound would be played at all.  This is
because QSoundEffect::Infinite == -2 and playback was only continued on
values above 0.

Task-number: QTBUG-32882

Change-Id: I739919a3e538128fc16f26ede5eb6cc4f2eb29fb
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
10 years agoDoc: Renamed HTML file for "Qt Multimedia on Windows" page.
Jerome Pasion [Thu, 8 Aug 2013 14:47:13 +0000 (16:47 +0200)]
Doc: Renamed HTML file for "Qt Multimedia on Windows" page.

Conflicts with the platform page for Windows in qt5/doc

Task-number: QTBUG-32580
Change-Id: Ibcf51c5dcd93ac388fa799644004c51aa88fe93d
Reviewed-by: Martin Smith <martin.smith@digia.com>
10 years agoMerge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn [Mon, 12 Aug 2013 10:47:02 +0000 (12:47 +0200)]
Merge remote-tracking branch 'origin/stable' into dev

Conflicts:
src/plugins/plugins.pro

Change-Id: Ieec8b5984b0fba97872bf96c38410369dc0e20cf

10 years agoImplement resource policy plugin using libresourceqt.
Robin Burchell [Fri, 2 Aug 2013 22:27:40 +0000 (00:27 +0200)]
Implement resource policy plugin using libresourceqt.

This contains a new resource policy plugin, replacing the built-in
code that was deleted when the plugin interface was removed in
138242fb2dc19438a0ead34b36af848800e27190 (which unfortunately did not provide a
plugin).

Change-Id: Iae7ed6edc330c69ca0c72d50bde6c7e12b8cca4e
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
10 years agoFixed bug in QWaveDecoder.
Yoann Lopes [Wed, 24 Jul 2013 11:01:08 +0000 (13:01 +0200)]
Fixed bug in QWaveDecoder.

When looking for a specific chunk, it was entering an infinite loop if not
finding it in the next two chunks available. It now correctly tries to
find the chunk until it reaches the end of the IO device.

Change-Id: I29252318566fe3a47f267410c91dacaf302d9618
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
10 years agoChange libresourceqt's .pc file.
Robin Burchell [Fri, 2 Aug 2013 22:37:43 +0000 (00:37 +0200)]
Change libresourceqt's .pc file.

The one public port of this library to Qt 5 changed the .pc to libresourceqt5,
to avoid clashing with the Qt 4 version.

Change-Id: I6a248606e20c4e7a8f432612ca00aded846264d9
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
10 years agoMerge branch 'stable' into dev
Sergio Ahumada [Mon, 5 Aug 2013 08:38:25 +0000 (10:38 +0200)]
Merge branch 'stable' into dev

Conflicts:
.qmake.conf

Change-Id: Id3427cb1a80956ba61373313c21b4b9aa007ea54

10 years agoDoc: Setting \qtvariable values in module pages.
Jerome Pasion [Thu, 1 Aug 2013 14:22:38 +0000 (16:22 +0200)]
Doc: Setting \qtvariable values in module pages.

\qtvariable is the QT variable in .pro files.

Change-Id: Ib2e78579bbc67346b6c3431d03e01a4858439ac4
Reviewed-by: Martin Smith <martin.smith@digia.com>
11 years agoRemove left-over debug output.
Friedemann Kleint [Wed, 31 Jul 2013 09:19:11 +0000 (11:19 +0200)]
Remove left-over debug output.

Task-number: QTBUG-32139

Change-Id: I52843ca104e422fb02112949191dbcd4642905a5
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
11 years agoFix file browser in qmlvideo example.
Friedemann Kleint [Fri, 26 Jul 2013 12:18:16 +0000 (14:18 +0200)]
Fix file browser in qmlvideo example.

Use QUrl::fromLocalFile() to get Windows drive handling
right. Emulate its behavior in QML code. Fix up() to terminate
correctly.

Task-number: QTBUG-32139

Change-Id: Iec6d9f96fbe2181c939e9dbbe6aa042eac630918
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
11 years agofix build without quick
Oswald Buddenhagen [Mon, 29 Jul 2013 16:43:21 +0000 (18:43 +0200)]
fix build without quick

(gui && qml) is not a sufficient condition for the availability of
quick (e.g., missing opengl support can disable it).

Task-number: QTBUG-32682
Change-Id: I3b7fb005528cc99239f59d34c7f70abeebcfa75c
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
11 years agoMake PulseAudio implementation of QSoundEffect more robust.
Yoann Lopes [Thu, 25 Jul 2013 13:43:41 +0000 (15:43 +0200)]
Make PulseAudio implementation of QSoundEffect more robust.

It was crashing when the PulseAudio daemon was not running or was
killed.
When the connection to the daemon fails (or is terminated), it now
tries to reconnect every 30 seconds.
Sounds created before a connection loss will be recreated after
reconnection.

Task-number: QTBUG-32487
Change-Id: Ia63707aa5c70434b834b3079a9950a9b35057b26
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
11 years agoUse the new (-no)-wmf-backend configuration option
Wouter Huysentruit [Tue, 23 Jul 2013 08:14:27 +0000 (10:14 +0200)]
Use the new (-no)-wmf-backend configuration option

Don't build the wmf backend when configure was executed
with the -no-wmf-backend option.

Change-Id: Ia047137c15c7aac302092e9f77b961c6e584bb86
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
11 years agoMoved declarative-camera example in the right directory.
Yoann Lopes [Fri, 19 Jul 2013 10:47:55 +0000 (12:47 +0200)]
Moved declarative-camera example in the right directory.

This example was in the multimediawidgets directory but doesn't depend on
or use the QtMultimediaWidgets module. Moved to 'examples/multimedia'
instead.

Change-Id: Ic2fcc6576e95664e0002531ee378a4366daa56c1
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
11 years agoBump MODULE_VERSION to 5.1.2
Sergio Ahumada [Tue, 23 Jul 2013 10:03:07 +0000 (12:03 +0200)]
Bump MODULE_VERSION to 5.1.2

Change-Id: I1cfa9beb95b322c0d28b7240692358a02c442f77
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
11 years agoMerge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn [Tue, 23 Jul 2013 09:14:35 +0000 (11:14 +0200)]
Merge remote-tracking branch 'origin/stable' into dev

Change-Id: If52332b72560d21069e24cd31b13f08f33e1f406

11 years agoDirectShow: avoid unnecessary RGB32 -> BGR32 conversion.
Yoann Lopes [Fri, 19 Jul 2013 12:36:06 +0000 (14:36 +0200)]
DirectShow: avoid unnecessary RGB32 -> BGR32 conversion.

Frames in the RGB32 format are actually using the BGR byte order, no need
to do the conversion.

Task-number: QTBUG-29206
Change-Id: I13527bd9dacc8330df78beb0965b31469c1d7a87
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
11 years agoDirectShow: Don't create the widget and renderer controls until requested.
Yoann Lopes [Fri, 19 Jul 2013 10:29:12 +0000 (12:29 +0200)]
DirectShow: Don't create the widget and renderer controls until requested.

Task-number: QTBUG-32282
Change-Id: If37ed4c35bcc2cc879f50d3b2ea3720b90603e9a
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
11 years agoWMF: fixed MediaPlayer buffering logic.
Yoann Lopes [Fri, 12 Jul 2013 10:30:39 +0000 (12:30 +0200)]
WMF: fixed MediaPlayer buffering logic.

To have a consistent behavior with other backends, the WMF plugin now
starts the session after loading a media in order to start buffering some
data and correctly notify when the media is buffered.
It was previously reporting a BufferedMedia status only (and wrongly)
after explicitly starting the media player.

Not all source readers (usually a source reader is specific to a file
format) implement the service needed to query buffering progress. In that
case just report the media to be buffered immediately after loading.

Change-Id: I6e6332ae08e96fc789556761e5169b88c36c5e37
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
11 years agoOpenSL ES audio plugin.
Yoann Lopes [Thu, 28 Feb 2013 17:05:57 +0000 (18:05 +0100)]
OpenSL ES audio plugin.

Adds support for QAudioOutput, QAudioInput and QAudioDeviceInfo using
OpenSL ES 1.0.1. This plugin is used on Android.

Change-Id: Idf2c22a861e067196f6c5139e51393b086f64183
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
11 years agoMerge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn [Thu, 11 Jul 2013 21:26:39 +0000 (23:26 +0200)]
Merge remote-tracking branch 'origin/stable' into dev

Change-Id: Ia2cf3c55e57d7ac17f02965915fa6933ff2c8cce

11 years agoAndroid: removed unnecessary init class for QtMultimedia.jar
Yoann Lopes [Fri, 5 Jul 2013 14:39:25 +0000 (16:39 +0200)]
Android: removed unnecessary init class for QtMultimedia.jar

Change-Id: Ib13597389a3896da8b619993d197623e7c74a7e0
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
11 years agoAndroid: Make it possible for MediaPlayer to read from assets.
Christian Strømme [Wed, 29 May 2013 00:06:16 +0000 (02:06 +0200)]
Android: Make it possible for MediaPlayer to read from assets.

The Android MediaPlayer doesn't handle assets automatically, so we need to
open it and pass it in as a file descriptor.

Task-number: QTBUG-31422
Change-Id: Ic29c0ab6348d760cf21aa89ae423d41e15523976
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
11 years agoAndroid: wait to have a valid video surface before loading a media.
Yoann Lopes [Fri, 5 Jul 2013 14:26:55 +0000 (16:26 +0200)]
Android: wait to have a valid video surface before loading a media.

Setting the video surface on the Android media player after it has
loaded the media doesn't work on some hardware.

Change-Id: I5e621a34ace9de458bfc65bfac8fa50c29cee9a5
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
11 years agoAndroid: release the Android media player before destroying it.
Yoann Lopes [Thu, 23 May 2013 13:15:44 +0000 (15:15 +0200)]
Android: release the Android media player before destroying it.

Change-Id: I18715efd7ff346a9f6f2214727ec66ee79ad0d33
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
11 years agoFix resource leak in directshow plugin.
tommyadam [Wed, 3 Jul 2013 08:22:50 +0000 (10:22 +0200)]
Fix resource leak in directshow plugin.

Add two missing release calls to free file handles.

Task-number: QTBUG-23822
Change-Id: I8f5b6d0dcf9ad66bdaa2f378c0d3e401388d7add
Reviewed-by: Wouter Huysentruit <wouter.huysentruit@dzine.be>
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
11 years agoMerge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn [Thu, 27 Jun 2013 11:00:02 +0000 (13:00 +0200)]
Merge remote-tracking branch 'origin/stable' into dev

Change-Id: I48a140d1bbe82ab65e54683d77aea8c97c06ec80

11 years agoDoc: Setting navigation variables for Multimedia and Multimedia Widgets
Jerome Pasion [Wed, 26 Jun 2013 08:24:38 +0000 (10:24 +0200)]
Doc: Setting navigation variables for Multimedia and Multimedia Widgets

-for navigation bar

Change-Id: I2d60e0145952c99afb6b103d0188ce846c192634
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
Reviewed-by: Martin Smith <martin.smith@digia.com>
11 years agoMerge remote-tracking branch 'origin/release' into stable
Frederik Gladhorn [Tue, 25 Jun 2013 21:27:28 +0000 (23:27 +0200)]
Merge remote-tracking branch 'origin/release' into stable

Change-Id: I9ad818eecef74983e09660871f39ee66a6b666a1

11 years agoUse correct default audio output and input devices on Windows.
Yoann Lopes [Tue, 25 Jun 2013 11:20:55 +0000 (13:20 +0200)]
Use correct default audio output and input devices on Windows.

It was returning the first available device as the default, which might
not be the actual default device. Use the WAVE_MAPPER device ID instead
that tells Windows to use the most appropriate device.

Change-Id: Id1e9324e889bbaaab54bc0e0da810a7ce5fcb592
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
11 years agoAdd changes-5.1.0 file
Sergio Ahumada [Wed, 19 Jun 2013 08:54:25 +0000 (10:54 +0200)]
Add changes-5.1.0 file

Change-Id: I01369d608876e69da57839165283ed343b683e88
Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
11 years agoMultimedia plugins now have a unique JSON metadata 'Keys' property.
Yoann Lopes [Thu, 20 Jun 2013 15:40:11 +0000 (17:40 +0200)]
Multimedia plugins now have a unique JSON metadata 'Keys' property.

They previously had the multimedia services they provided as keys. This
was a problem when several plugins were available on the same platform,
providing the same multimedia service, but with different features or
capabilities. Since they had the same key, only the first plugin in the
directory was loaded.

Nevertheless, it was actually working until commit 732dcfe7 in qtbase,
as all plugins were loaded even when sharing the same key.

The services a multimedia plugin provides are now declared in the
'Services' property. To preserve compatibility with third-party plugins,
if that new property doesn't exist it falls back to the 'Keys' property.

Task-number: QTBUG-31868
Task-number: QTBUG-31476
Change-Id: Ic3ba32eeef21b69b922bd3d4feb111101559d132
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
11 years agoMerge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn [Thu, 20 Jun 2013 14:29:21 +0000 (16:29 +0200)]
Merge remote-tracking branch 'origin/stable' into dev

Change-Id: Iaadfcd68fec91611b6341860e41a70b9023719de

11 years agoMerge remote-tracking branch 'origin/release' into stable
Frederik Gladhorn [Thu, 20 Jun 2013 14:23:34 +0000 (16:23 +0200)]
Merge remote-tracking branch 'origin/release' into stable

Change-Id: I0361cbb4f5398bb13e675c3de04519c414daea43

11 years agoAndroid: Fix for uncaught java exception.
Christian Strømme [Thu, 13 Jun 2013 13:42:12 +0000 (15:42 +0200)]
Android: Fix for uncaught java exception.

If an exception's getMessage() function returns a null object, we can't
send it directly to the Log function, as it will throw an exception...
To avoid this we can prepend the string from getMessage() with an empty
string.

Change-Id: Ie026cbf9af133352919a4536c152b6d35cb8c0a7
Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
11 years agoDoc: Fix some broken links and quote paths
Sze Howe Koh [Sun, 26 May 2013 22:38:02 +0000 (06:38 +0800)]
Doc: Fix some broken links and quote paths

The correct paths are relative to:
- <reporoot>/examples/<module>, or
- <reporoot>/src/<module>

Removing the module specifier fixes these links/quotes.

Change-Id: I6be4f28c44bd26361b60a394158b0e6cc46b1ec0
Reviewed-by: Laszlo Papp <lpapp@kde.org>
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
11 years agoFix for url bug in the qmlvideo examples.
Christian Strømme [Wed, 12 Jun 2013 15:49:08 +0000 (17:49 +0200)]
Fix for url bug in the qmlvideo examples.

In the FileBrowser paths where being prepended with file:///, since all
the paths already starts with a forward slash, navigating away from the
initial directory was therefore not possible.

To make the examples work on Android, QT += multimedia was added.

Change-Id: Iff96729d476c4292999b022bdd6d5770b6b011e7
Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
11 years agoMerge remote-tracking branch 'origin/release' into stable
Frederik Gladhorn [Wed, 12 Jun 2013 12:45:09 +0000 (14:45 +0200)]
Merge remote-tracking branch 'origin/release' into stable

Change-Id: Ic82ed2ba60d9855f1490d4ca66451dbc42ae6e2f

11 years agoPurged ALSA implementation
Bernd Weimer [Mon, 27 May 2013 10:58:59 +0000 (12:58 +0200)]
Purged ALSA implementation

Avoided potential memory leak and null pointer access, removed unused
variables, reduced redundant code, etc.

Change-Id: Ia0ddf56a7a1a0f142f2edb070c2c0b32cbf76ce7
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
11 years agodisable module when gui is not available
Tasuku Suzuki [Tue, 8 Jan 2013 13:16:24 +0000 (22:16 +0900)]
disable module when gui is not available

Change-Id: I414b67d8c4fe34a41e1d96d51879138c01c6e3a5
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
11 years agoBlackBerry: Fix frame size of video playback
Tobias Koenig [Tue, 4 Jun 2013 14:09:32 +0000 (16:09 +0200)]
BlackBerry: Fix frame size of video playback

Adapt the frame size dynamically, since mmrenderer resizes
the source viewport of the native video window at runtime on
some hardware platforms.

Task-number: QTBUG-31534
Change-Id: Ie637d7a80697175dacb454535fbe251b2c7a6809
Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
11 years agoMerge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn [Tue, 4 Jun 2013 17:50:11 +0000 (19:50 +0200)]
Merge remote-tracking branch 'origin/stable' into dev

Conflicts:
.qmake.conf
sync.profile

Change-Id: I62a3095e4a4d507de199fac32b64e9e76323bbf4

11 years agoDoc: Add Qt Multimedia platform notes for Windows
Topi Reinio [Fri, 31 May 2013 14:02:06 +0000 (16:02 +0200)]
Doc: Add Qt Multimedia platform notes for Windows

Add a page with details about Qt Multimedia backends on Windows, and
link to it from the module index page.

Initially, cover the status of camera backend in WMF and DirectShow
plugins.

Task-number: QTBUG-29552
Change-Id: I53e5901e2d621c4bbc96a61d5dbb249b4debb8d4
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
11 years agoDoc: Adding import statement for in Qt Multimedia QML Types
Jerome Pasion [Thu, 30 May 2013 13:43:19 +0000 (15:43 +0200)]
Doc: Adding import statement for in Qt Multimedia QML Types

Change-Id: I17e108c5d8524fe428ab8f0ca14130cd4bb78d2d
Reviewed-by: Liang Qi <liang.qi@digia.com>
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Reviewed-by: Martin Smith <martin.smith@digia.com>
11 years agoFix typo in QMediaPlayer docs.
Mitch Curtis [Fri, 31 May 2013 08:32:39 +0000 (10:32 +0200)]
Fix typo in QMediaPlayer docs.

Change-Id: I0b9110488a2d116cea73abe30f80fc1f487029aa
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
11 years agoBump MODULE_VERSION to 5.1.1
Sergio Ahumada [Tue, 28 May 2013 18:24:04 +0000 (20:24 +0200)]
Bump MODULE_VERSION to 5.1.1

Change-Id: Id8ce3bd0f245e25930506cdaf8d9a7a23bed2cc1
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
11 years agoAndroid: Fix compilation on Windows
Eskil Abrahamsen Blomfeldt [Tue, 28 May 2013 07:57:08 +0000 (09:57 +0200)]
Android: Fix compilation on Windows

The qtCompileTest function in configure.prf does not work when
cross-compiling on Windows because it detects the wrong make executable.
And it's anyway not the best way to do this, since what we really want
to check for is the existence of the SDK version, whereas the compile
test could potentially hide a lot of other problems under the same
error message.

Task-number: QTBUG-31405
Change-Id: I2c16b214e40bac5751d4e7098edcc30318756621
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
11 years agoUpdate all plugins.qmltypes files
Liang Qi [Mon, 27 May 2013 12:05:36 +0000 (14:05 +0200)]
Update all plugins.qmltypes files

Task-number: QTBUG-31388
Change-Id: Ia65490a262417f98fe69a89637ec2f9e7c0d0095
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
11 years agoWMF-plugin: Fix warnings about unused variables.
Friedemann Kleint [Fri, 24 May 2013 07:15:53 +0000 (09:15 +0200)]
WMF-plugin: Fix warnings about unused variables.

Change-Id: I2b7864463799b23418fc4c3099d73a63709fe8c5
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
11 years agoUpdate qmldir file for QtAudioEngine
Liang Qi [Mon, 27 May 2013 12:05:05 +0000 (14:05 +0200)]
Update qmldir file for QtAudioEngine

Change-Id: I2fe64c72520a7b2b6b1d79bbddfdeb7d0bf4f977
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
11 years agosync.profile: Point dependencies to an empty string
Sergio Ahumada [Fri, 24 May 2013 20:21:15 +0000 (22:21 +0200)]
sync.profile: Point dependencies to an empty string

This means that we are going to use the same branch name for the
dependencies as the branch of the repository under test.

If we are testing the 'stable' branch, all dependencies will point
to the 'stable' branch as well.

Change-Id: I8f899a9a9fb9e94b99a9250eb5eb2dbe2eed8fc5
Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
11 years agoDoc: Removed multimedia overview from "technology-apis" group.
Jerome Pasion [Fri, 24 May 2013 08:45:52 +0000 (10:45 +0200)]
Doc: Removed multimedia overview from "technology-apis" group.

The group in qtdoc was removed.

Change-Id: Ifa8b67421f4eb7b117ee947b186c85bfdd5a8c5d
Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
11 years agoMerge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn [Thu, 23 May 2013 11:15:45 +0000 (13:15 +0200)]
Merge remote-tracking branch 'origin/stable' into dev

Change-Id: I24ffb71c4cc2e262394797deb8a22b2cf9a80c3c

11 years agoAndroid: add libQt5MultimediaQuick_p to the list of dependencies.
Christian Strømme [Tue, 14 May 2013 08:14:39 +0000 (10:14 +0200)]
Android: add libQt5MultimediaQuick_p to the list of dependencies.

libQt5MultimediaQuick_p is first loaded as a result of a qml import, and
is therefore not detected as a dependency.
Note that libQt5MultimediaQuick_p will only be added as a dependency if
QtQuick is used.

Task-number: QTBUG-30861
Change-Id: I8ce818ef1648302bbbbdf63ef133185a66b66cca
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
11 years agoAndroid: fixed crash when resetting the video surface.
Yoann Lopes [Tue, 21 May 2013 14:09:33 +0000 (16:09 +0200)]
Android: fixed crash when resetting the video surface.

Change-Id: I64a28cbcb8a48d13a9e1c98005da9f4cce821cb4
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
11 years agoFixed signal not being emitted in QDeclarativeCameraFocus.
Yoann Lopes [Thu, 16 May 2013 17:03:50 +0000 (19:03 +0200)]
Fixed signal not being emitted in QDeclarativeCameraFocus.

Change-Id: If504ec5ecc59c46edeac24442181eedaacc7e5d8
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
11 years agoMake directshow-plugin available.
Friedemann Kleint [Wed, 8 May 2013 09:34:31 +0000 (11:34 +0200)]
Make directshow-plugin available.

No longer include <qedit.h> in directshow-plugin,
which no longer ships in newer SDKs.

Ensure it only provides the camera service if the
WMF-plugin is built by using a different .json-file.

Adapt qcamerabackend-test to use widgets.

Task-number: QTBUG-28047

Change-Id: I22ea441b9edb56ff55bc275dba37c01c77d8dd90
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
11 years agoDecouple qmediametadata.h from qmultimedia.h
Sze Howe Koh [Sun, 28 Apr 2013 07:01:25 +0000 (15:01 +0800)]
Decouple qmediametadata.h from qmultimedia.h

qmultimedia.h is included in more places, but qmediametadata.h is
larger. This patch should reduce unnecessary #include-ing.

Change-Id: I4a3d174bafc555d794bb75087c1f6b79745ae903
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
11 years agoqmlvideo example, add missing #ifdef PERFORMANCEMONITOR_SUPPORT
David Fries [Tue, 2 Apr 2013 04:00:00 +0000 (23:00 -0500)]
qmlvideo example, add missing #ifdef PERFORMANCEMONITOR_SUPPORT

This usage of PerformanceMonitor needs to be protected by the same
preprocessor check as the header include that makes it available.

Change-Id: Ie8a1b6e99a61c333ceedcf2e9751235fc2efb415
Reviewed-by: Martin Smith <martin.smith@digia.com>
11 years agoVideoOutput: Take the surface's viewport into account
Thomas McGuire [Thu, 25 Apr 2013 14:06:08 +0000 (16:06 +0200)]
VideoOutput: Take the surface's viewport into account

Task-Number: QTBUG-30410

Change-Id: I480ce0bcd7ec136e54b5bfc5fec0e901141b72d8
Reviewed-by: Josh Faust <jfaust@suitabletech.com>
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
11 years agoDoc: Fix missing element name in Video
Masaya TAKAHASHI [Wed, 1 May 2013 05:18:48 +0000 (14:18 +0900)]
Doc: Fix missing element name in Video

Change-Id: I2237bf4a1da632f0528cfb9e6b32ea88f3930350
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
11 years agoDoc: Define example install paths in .qdocconf
Topi Reinio [Fri, 3 May 2013 13:07:48 +0000 (15:07 +0200)]
Doc: Define example install paths in .qdocconf

QDoc needs to know the directory under which the examples are
installed in QT_INSTALL_EXAMPLES. Without them, example manifest files
may contain invalid paths.

Change-Id: I3d27517e41e3b1deb7643ca1a40f3905c0e5cc1a
Reviewed-by: Martin Smith <martin.smith@digia.com>
11 years agoMake it possible to bundle Android builds
Eskil Abrahamsen Blomfeldt [Thu, 2 May 2013 09:30:55 +0000 (11:30 +0200)]
Make it possible to bundle Android builds

We need to adapt to the way the jar builds are split on Android,
into a jar file which can be bundled and one which can be distributed
and loaded on the classpath.

We also need to add meta-information about which plugins the
module depends on so that they can be bundled as well.

Task-number: QTBUG-30751
Change-Id: I5cca51c3732ce72985df29672a219c3fd4fe7bac
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
11 years agoaudioengine: update qmltypes
Fawzi Mohamed [Tue, 30 Apr 2013 10:39:05 +0000 (12:39 +0200)]
audioengine: update qmltypes

Change-Id: I13488291f543748716891cfa0ab9b5dd548ccc86
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
11 years agoDoc: Fix example paths referred in documentation
Topi Reinio [Fri, 26 Apr 2013 13:50:01 +0000 (15:50 +0200)]
Doc: Fix example paths referred in documentation

qdocconf files for both Qt Multimedia and Qt Multimedia Widgets already
define the correct example path. This change fixes also the example
documentation to use the correct path, as well as the link to examples
in Multimedia Overview.

Change-Id: I72d75027ee18f6398eb76dc40bcc3d122541b1c9
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
11 years agoAndroid: Added config tests for multimedia on android.
Christian Strømme [Fri, 26 Apr 2013 12:49:45 +0000 (14:49 +0200)]
Android: Added config tests for multimedia on android.

The Android multimedia plug-in requires API level 11 to compile, so the
config test will check and issue a message about the requirement if the
API level can't be satisfied.

Change-Id: I6c21fe1255024e853023bd8168dfa917b00c4c23
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
11 years agoFix bic autotest
Jan Arve Saether [Mon, 29 Apr 2013 13:03:25 +0000 (15:03 +0200)]
Fix bic autotest

Caused by https://codereview.qt-project.org/54820

I actually tried to avoid this with
https://codereview.qt-project.org/54837
but my assumption was wrong.

Change-Id: If0db8c9b5a317e07d97bcf97056b44e2124d1e1b
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
11 years agoMerge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn [Mon, 29 Apr 2013 12:19:29 +0000 (14:19 +0200)]
Merge remote-tracking branch 'origin/stable' into dev

Change-Id: I0f0457e9863f540b7bd8bc104c92891d8cf5c483

11 years agoremove pointless LIBS path
Oswald Buddenhagen [Fri, 26 Apr 2013 12:58:31 +0000 (14:58 +0200)]
remove pointless LIBS path

QT+=multimedia handles that already.

Change-Id: Ifc3be513be10d89de3ea03f11f9d41d7d56d432b
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
11 years agoremove pointless code
Oswald Buddenhagen [Fri, 26 Apr 2013 12:57:57 +0000 (14:57 +0200)]
remove pointless code

qt_plugin.prf handles it all.

Change-Id: I689b68ee18d43723e2fa0d7c17b48a9dcac541aa
Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
11 years agoDoc: Several cosmetic doc fixes.
Jerome Pasion [Tue, 23 Apr 2013 11:13:45 +0000 (13:13 +0200)]
Doc: Several cosmetic doc fixes.

-changed title of "Qt Multimedia Overview" to "Multimedia". It follows
the other topic titles from qtdoc.
-fixed column widths of paragraphs

Change-Id: I8a12d1d9a2a9c3ca184d69ebe464c80721a117f7
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Geir Vattekar <geir.vattekar@digia.com>
11 years agoReset VideoSurface pointer when deleted
Dominik Holland [Thu, 18 Apr 2013 15:16:38 +0000 (17:16 +0200)]
Reset VideoSurface pointer when deleted

Change-Id: Iec74c8a8b914d2c2765e0e1f319d89f3daedfe3f
Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
11 years agoPlaybook: Work around failing screen_read_window()
Thomas McGuire [Fri, 19 Apr 2013 14:44:02 +0000 (16:44 +0200)]
Playbook: Work around failing screen_read_window()

Change-Id: Ie029585b3ac1420fe461523b67aa8b65193e23b0
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Reviewed-by: Mehdi Fekari <mfekari@rim.com>
11 years agoDoc: Fix module names in .qdocconf for Qt Multimedia & Widgets
Topi Reinio [Wed, 17 Apr 2013 13:14:58 +0000 (15:14 +0200)]
Doc: Fix module names in .qdocconf for Qt Multimedia & Widgets

This change fixes QCH documentation title for Qt Multimedia Widgets.
Also, the project names are changed to use CamelCase - this is required
as qdoc will generate visible output (tags in example manifest files)
based on those names.

Also, removes documentation topic for QML types from Qt Multimedia
Widgets as it doesn't have any.

Change-Id: Ic5f3b7a3094a1012f3c356f0195a8eb40d9d9e35
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
11 years agoFix crash on idle status change with 64 bit architectures.
Andrew den Exter [Wed, 17 Apr 2013 05:13:56 +0000 (15:13 +1000)]
Fix crash on idle status change with 64 bit architectures.

bool and gboolean are not necessarily the same size on all
architectures, and if gboolean is larger than bool then passing it
as an argument to g_object_get can trash the stack.  In this case
overwriting some of the session pointer.

Change-Id: Iaa7be6a327e9f69212bd7d5bb372d33f2026db0f
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
11 years agoAVFoundation: Emit error when media fails to load
Andy Nichols [Fri, 12 Apr 2013 12:10:26 +0000 (14:10 +0200)]
AVFoundation: Emit error when media fails to load

This also makes sure that if you attempt to load an invalid media file
while another file is playing that the old session is stopped.

Task-number: QTBUG-30411

Change-Id: Ied4dbaffeac50465112c1e94e7c69d1600a6de51
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
Reviewed-by: Dan Winkler <dantwinkler@gmail.com>
11 years agoAVFoundation: Remove stray semicolon after condition
Andy Nichols [Fri, 12 Apr 2013 12:13:49 +0000 (14:13 +0200)]
AVFoundation: Remove stray semicolon after condition

Change-Id: I1c9a822ee54e7c189fe8806a11334cd23cd79a31
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
11 years agoFix file path bug in audiorecorder example
Andy Nichols [Thu, 11 Apr 2013 23:20:06 +0000 (16:20 -0700)]
Fix file path bug in audiorecorder example

Default path and name of the output wave audio files were wrong.  This
means the files did not have the right name to be opened on Windows, and
did not have the right path because they were being saved to the root
folder. (C:/ on windows, and / on OSX).  Now we fall back to the default
filepath and name when we try to record without giving a path and
filename.

Task-number: QTBUG-28663
Change-Id: I8c782a31710cac65cd3c1ecd44de10b41c46e93d
Reviewed-by: Christian Stromme <christian.stromme@digia.com>
11 years agoFix hang in tst_qaudioinput (Windows).
Friedemann Kleint [Thu, 11 Apr 2013 07:45:50 +0000 (09:45 +0200)]
Fix hang in tst_qaudioinput (Windows).

Task-number: QTBUG-28731

Change-Id: Iebe598f9e0760b05d05d5a6b6ecbeb535e745e2c
Reviewed-by: Jonas Rabbe <jonas.rabbe@gmail.com>
11 years agoFix tr()-Context in BlackBerry-plugin.
Friedemann Kleint [Mon, 15 Apr 2013 07:40:37 +0000 (09:40 +0200)]
Fix tr()-Context in BlackBerry-plugin.

Do not use QObject::tr().

Change-Id: I0444a0abb319d3ae7044c269d8f280ebf63128e3
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
11 years agoFix for build break on QNX
El Mehdi Fekari [Thu, 11 Apr 2013 09:09:07 +0000 (11:09 +0200)]
Fix for build break on QNX

Disable the camera part as it's using APIs not supported for the PlayBook

Change-Id: I4e06a74e8a9e5a00e19e443b8aa304cf2bce2216
Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
11 years agoMerge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn [Fri, 12 Apr 2013 10:55:44 +0000 (12:55 +0200)]
Merge remote-tracking branch 'origin/stable' into dev

Change-Id: If2b8ea3be8fdaee2469c5d1c6b29c19dba1eb192

11 years agoFix warnings found by GCC 4.8 in qtmultimedia
Thiago Macieira [Sat, 6 Apr 2013 20:57:18 +0000 (13:57 -0700)]
Fix warnings found by GCC 4.8 in qtmultimedia

qgstreamermessage.cpp:48:12: warning: ‘wuchi’ defined but not used [-Wunused-variable]
qvideosurfacegstsink.cpp:383:1: warning: narrowing conversion of ‘4278190080u’ from ‘unsigned int’ to ‘int’ inside { } [-Wnarrowing]

Change-Id: I678e9eb39f3963e20109bb15c9c0c0d118b5a3b2
Reviewed-by: Christian Stromme <christian.stromme@digia.com>