Change logs for qtubuntu-media source package in Wily

  • qtubuntu-media (0.7.1+15.10.20150903.1-0ubuntu2) wily; urgency=medium
    
      * debian/control: Don't depend explicitly on libmediascanner. This is unused
        and would be generated anyway if necessary.
    
     -- Iain Lane <email address hidden>  Mon, 19 Oct 2015 13:47:46 +0100
  • qtubuntu-media (0.7.1+15.10.20150903.1-0ubuntu1) wily; urgency=medium
    
      [ Alfonso Sanchez-Beato ]
      * [ Jim Hodapp ] Added background playlist support connecting
        qtmultimedia with media-hub. added:
        src/aal/aalmediaplaylistcontrol.cpp
        src/aal/aalmediaplaylistcontrol.h
        src/aal/aalmediaplaylistprovider.cpp
        src/aal/aalmediaplaylistprovider.h src/aal/aalutility.cpp
        src/aal/aalutility.h src/aal/private/
        src/aal/private/qmediaplaylistnavigator_p.h
        src/aal/private/qmediaplaylistprovider_p.h
        src/aal/qmediaplaylistcontrol_p.h tests/integration/
        tests/integration/integration.pro tests/integration/testdata/
        tests/integration/testdata/testfile.mp4
        tests/integration/testdata/testfile.ogg
        tests/integration/tst_mediaplaylist.cpp
        tests/integration/tst_mediaplaylist.h tests/tests.pro tests/unit/
        tests/unit/player_mock.cpp tests/unit/player_mock.h
        tests/unit/tst_mediaplaylistcontrol.cpp
        tests/unit/tst_mediaplaylistcontrol.h renamed: unittests/ => tests/
        unittests/player.cpp => tests/unit/player.cpp unittests/player.h =>
        tests/unit/player.h unittests/service.cpp => tests/unit/service.cpp
        unittests/service.h => tests/unit/service.h
        unittests/setup_mediascanner.sh => tests/unit/setup_mediascanner.sh
        unittests/tst_mediaplayerplugin.cpp =>
        tests/unit/tst_mediaplayerplugin.cpp
        unittests/tst_mediaplayerplugin.h =>
        tests/unit/tst_mediaplayerplugin.h
        unittests/tst_metadatareadercontrol.cpp =>
        tests/unit/tst_metadatareadercontrol.cpp
        unittests/tst_metadatareadercontrol.h =>
        tests/unit/tst_metadatareadercontrol.h unittests/unittests.pro =>
        tests/unit/unit.pro
    
     -- CI Train Bot <email address hidden>  Thu, 03 Sep 2015 08:25:29 +0000
  • qtubuntu-media (0.7.1+15.10.20150710-0ubuntu2~gcc5.2) wily; urgency=medium
    
      * No-change test rebuild for g++5 ABI transition
    
     -- Matthias Klose <email address hidden>  Thu, 30 Jul 2015 12:09:11 +0200
  • qtubuntu-media (0.7.1+15.10.20150710-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Jim Hodapp ]
      * Make sure video can play a different media source using the same
        player instance and not produce a black screen.
    
     -- CI Train Bot <email address hidden>  Fri, 10 Jul 2015 18:12:45 +0000
  • qtubuntu-media (0.7.1+15.10.20150602.3-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Jim Hodapp ]
      * Don't auto play when playing a video unless
        QMediaPlayerControl::play() was actually called. (LP: #1457972)
    
     -- CI Train Bot <email address hidden>  Tue, 02 Jun 2015 19:37:22 +0000
  • qtubuntu-media (0.7.1+15.10.20150602.1-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Jim Hodapp ]
      * Get rid of the gcc-4.9 build dependency. (LP: #1452340)
    
     -- CI Train Bot <email address hidden>  Tue, 02 Jun 2015 16:55:53 +0000
  • qtubuntu-media (0.7.1+15.10.20150527.2-0ubuntu1) wily; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Jim Hodapp ]
      * Wrap seek_to() in a try/catch block so that an exception from
        libmedia-hub-client is not pushed up to the QML level. Do the same
        for get/set audio role. (LP: #1457129)
    
     -- CI Train Bot <email address hidden>  Wed, 27 May 2015 18:38:32 +0000
  • qtubuntu-media (0.7.1+15.10.20150522-0ubuntu1) wily; urgency=medium
    
      [ Jim Hodapp ]
      * Make sure that stopped and ready (same state for QMediaPlayer) are
        reported to the client app. (LP: #1435088)
    
    qtubuntu-media (0.7.1+15.04.20150513.1-0ubuntu1) vivid; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Jim Hodapp ]
      * Fix duration() not getting reported after playback starts. (LP:
        #1438115)
    
     -- CI Train Bot <email address hidden>  Fri, 22 May 2015 17:36:57 +0000
  • qtubuntu-media (0.7.1+15.04.20150427.2-0ubuntu1) vivid; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Jim Hodapp ]
      * Fix ringtone not looping (QMediaPlaylist loop mode) regression. (LP:
        #1447606)
    
      [ Ricardo Mendoza ]
      * Fix ringtone not looping (QMediaPlaylist loop mode) regression. (LP:
        #1447606)
    
     -- CI Train Bot <email address hidden>  Mon, 27 Apr 2015 23:02:44 +0000
  • qtubuntu-media (0.7.1+15.04.20150320-0ubuntu1) vivid; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Jim Hodapp ]
      * Make necessary adaptations for media-hub-3 interface changes. Make
        sure video plays any number of times after hitting the end of
        stream. Don't continue to receive frame_available callbacks after
        the AalVideoRendererControl instance is destroyed. Don't crash in
        the unit tests if m_frameAvailableConnection hasn't been
        instantiated, also making sure it's connected to the signal before
        disconnecting it. Fix the point srubbing EOS case (tap right at the
        end of the stream on the timeline). Only reset the video sink if we
        are playing video. Don't load anything related to the video renderer
        control if we are playing audio only.
    
      [ Ricardo Mendoza ]
      * Make necessary adaptations for media-hub-3 interface changes. Make
        sure video plays any number of times after hitting the end of
        stream. Don't continue to receive frame_available callbacks after
        the AalVideoRendererControl instance is destroyed. Don't crash in
        the unit tests if m_frameAvailableConnection hasn't been
        instantiated, also making sure it's connected to the signal before
        disconnecting it. Fix the point srubbing EOS case (tap right at the
        end of the stream on the timeline). Only reset the video sink if we
        are playing video. Don't load anything related to the video renderer
        control if we are playing audio only.
    
      [ thomas-voss ]
      * Make necessary adaptations for media-hub-3 interface changes. Make
        sure video plays any number of times after hitting the end of
        stream. Don't continue to receive frame_available callbacks after
        the AalVideoRendererControl instance is destroyed. Don't crash in
        the unit tests if m_frameAvailableConnection hasn't been
        instantiated, also making sure it's connected to the signal before
        disconnecting it. Fix the point srubbing EOS case (tap right at the
        end of the stream on the timeline). Only reset the video sink if we
        are playing video. Don't load anything related to the video renderer
        control if we are playing audio only.
     -- CI Train Bot <email address hidden>   Fri, 20 Mar 2015 13:17:19 +0000