summaryrefslogtreecommitdiff
path: root/src/plugins/ivimedia/media_qtro/mediaplayerbackend.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2021Dominik Holland2021-06-021-10/+9
| | | | | | | Also removed all the SPDX tags and -QTAS license extensions. Change-Id: I06802ea7b48ad749db3a696e9ec598b4aec6892c Reviewed-by: Robert Griebl <robert.griebl@qt.io>
* media_qtro: Support connecting to a different hostDominik Holland2019-08-011-1/+7
| | | | | | | | | | | | | | | | Similar to the autogenerated backends, the media_qtro backend is now able to connect to a new host as the connection is now part of the actual backend and not maintained in the plugin anymore. In addition the ivimedia-simulation-server doesn't use a second QtRO connection for the USB Device Simulation anymore, instead the SearchAndBrowseModelBackend instance is now registered on the same connection with a different name. This enables to use the simulation also on a tcp connection and is not limited to local sockets anymore. Fixes: AUTOSUITE-1144 Change-Id: Ieb57157836e69c1c50c69f7f1af952d57939ba54 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Introduce a internal QtRemoteObject helper moduleDominik Holland2019-05-141-5/+2
| | | | | | | | | | | | | | This module provides helper functions when using QtRemoteObjects and starts using it in the autogenerator templates and the handwritten servers. The helper provides the following: * generic error handling * conversion from QIviPendingReply to a pending call on the source side * conversion to QIviPendingReply on the replica side Change-Id: Ic9030c89b8153626340cc786d97ecdae416e699d Fixes: AUTOSUITE-929 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* Add a QtRO-based media backend and media-simulation-serverDominik Holland2019-05-101-0/+81
The media-simulation is the same as from the simulation plugin and is reused in the server. Change-Id: Ie20f62b7aee1579322425278de167d2032c6bba1 Fixes: AUTOSUITE-814 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>