~jhodapp/media-hub/add-integrations-tests

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
media-hub (3.0.0) UNRELEASED; urgency=medium

  * Refactor client-facing interfaces to pull out explicit dependency on hybris-based media layer.

 -- Thomas Voss <thomas.voss@canonical.com>  Tue, 11 Nov 2014 17:15:52 +0100

media-hub (2.0.0+15.04.20141120.1-0ubuntu1) vivid; urgency=low

  [ Jim Hodapp ]
  * Pause playback when a headphone is unplugged or an A2DP device is
    unpaired (LP: #1368300)

  [ Ricardo Mendoza ]
  * Pause playback when a headphone is unplugged or an A2DP device is
    unpaired (LP: #1368300)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 20 Nov 2014 18:33:08 +0000

media-hub (2.0.0+15.04.20141111-0ubuntu1) vivid; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Justin McPherson ]
  * #1239432 Music fails to pause on incoming/outgoing calls (LP:
    #1239432)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 11 Nov 2014 20:18:50 +0000

media-hub (2.0.0+15.04.20141110.1-0ubuntu1) vivid; urgency=low

  [ thomas-voss ]
  * Bump build dependency on dbus-cpp to pull in exception safe dtor.
    (LP: #1390618)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 10 Nov 2014 11:53:11 +0000

media-hub (2.0.0+15.04.20141105.1-0ubuntu1) vivid; urgency=low

  [ Ricardo Mendoza ]
  * Use new hybris interface to correctly register for client deaths.
    (LP: #1380848)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 05 Nov 2014 20:41:14 +0000

media-hub (2.0.0+15.04.20141105-0ubuntu1) vivid; urgency=low

  [ thomas-voss ]
  * Disconnect signal translation layer on destruction. (LP: #1386803)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 05 Nov 2014 08:24:08 +0000

media-hub (2.0.0+15.04.20141104-0ubuntu1) vivid; urgency=low

  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 04 Nov 2014 06:10:54 +0000

media-hub (2.0.0+14.10.20141030~rtm-0ubuntu1) 14.09; urgency=low

  [ thomas-voss ]
  * Bump build dependency. (LP: #1386803)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 30 Oct 2014 14:29:53 +0000

media-hub (2.0.0+14.10.20141024~rtm-0ubuntu1) 14.09; urgency=low

  [ Alberto Aguirre ]
  * No change, package rebuild

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 24 Oct 2014 13:04:48 +0000

media-hub (2.0.0+14.10.20141020-0ubuntu1) utopic; urgency=low

  [ Alberto Aguirre ]
  * Move worker thread from player stub to service stub.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 20 Oct 2014 13:47:46 +0000

media-hub (2.0.0+14.10.20141016-0ubuntu1) 14.09; urgency=low

  [ Jim Hodapp ]
  * Add an Orientation property which will indicate how the video should
    be rotated for playback vs how it was recorded. Get the video frame
    height/width from mirsink and pass it to the media-hub client via a
    Signal. (LP: #1191934)

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 16 Oct 2014 20:02:01 +0000

media-hub (2.0.0+14.10.20141015.1-0ubuntu1) 14.09; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Ricardo Mendoza ]
  * Make use of MediaRecorderObserver interface from hybris to register
    as listeners for recording operations, so that we can then decide
    whether to hold a screen lock or not. (LP: #1362658)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 15 Oct 2014 21:15:45 +0000

media-hub (2.0.0+14.10.20141015-0ubuntu1) 14.09; urgency=low

  [ Jamie Strandboge ]
  * debian/usr.bin.media-hub-server: update for recent denials: allow
    read access to /etc/udev/udev.conf (LP: #1356883). add video
    abstraction. silence access to /run/udev/data/** like we do
    elsewhere. allow read on /dev/video*. allow read on
    /sys/devices/**/video4linux/video**. allow read on
    /sys/devices/**/video4linux/**/uevent (LP: #1356883)
  * debian/usr.bin.media-hub-server: allow reads on custom sounds (LP:
    #1377966) (LP: #1377966)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 15 Oct 2014 17:45:58 +0000

media-hub (2.0.0+14.10.20141014-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Only expose the service as MPRIS instance if explicitly requested
    via env variable. (LP: #1381069)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 14 Oct 2014 17:37:41 +0000

media-hub (2.0.0+14.10.20141010-0ubuntu1) utopic; urgency=low

  [ Alberto Aguirre ]
  * Fix potential access to dead objects. (LP: #1364483)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 10 Oct 2014 19:46:25 +0000

media-hub (2.0.0+14.10.20140926-0ubuntu1) utopic; urgency=low

  [ Alberto Aguirre ]
  * Prevent dead object access by asynchronous calls to clear_wakelock
    in media::PlayerImplementation::Private
  * Fix self deadlock when clients disconnect from media::Player

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 26 Sep 2014 04:06:06 +0000

media-hub (2.0.0+14.10.20140917-0ubuntu1) utopic; urgency=low

  [ Alberto Aguirre ]
  * Fix wake lock state machine and subtle race conditions on wake lock
    refcounts. (LP: #1368786)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 17 Sep 2014 19:59:51 +0000

media-hub (2.0.0+14.10.20140910.2-0ubuntu1) utopic; urgency=medium

  [ Thomas Voß ]
  * Bump major version to account for signature changes in public interface. 

  [ Ubuntu daily release ]
  * debian/libmedia-hub-common2.symbols: auto-update to released version

  [ thomas-voss ]
  * Get rid of custom macros and use the ones provided by dbus-cpp.
    Adjust to changes due to making org.mpris.MediaPlayer2.Player
    compliant to the spec.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 10 Sep 2014 21:11:02 +0000

media-hub (1.0.0+14.10.20140908-0ubuntu1) utopic; urgency=low

  [ Jim Hodapp ]
  * When power hits the low or very low levels, pause all Players with
    role of multimedia. When the warning notification is cleared from
    the screen, resume playback.

  [ Ricardo Salveti de Araujo ]
  * playbin: fixing audio-sink gst property name

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 08 Sep 2014 14:26:38 +0000

media-hub (1.0.0+14.10.20140829.1-0ubuntu1) utopic; urgency=low

  [ Jim Hodapp ]
  * Add an audio stream role that allows the client app to categorize
    what type of audio stream it's requesting playback for. Pause
    playback of playing Players only if the requesting Player and other
    Player are both of role multimedia .

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 29 Aug 2014 21:47:29 +0000

media-hub (1.0.0+14.10.20140818-0ubuntu1) utopic; urgency=low

  [ Jim Hodapp ]
  * Allow confined apps to play sounds from /usr/share/sounds

  [ CI bot ]
  * Allow confined apps to play sounds from /usr/share/sounds.
    debian/usr.bin.media-hub-server: remove 'audit deny owner /** m,'
    since it. is overriding the rule to allow mmap of /tmp/orcexec files
    (AppArmor will still deny other mmap access) - LP: #1357348 (LP:
    #1357348)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 18 Aug 2014 20:12:10 +0000

media-hub (1.0.0+14.10.20140813-0ubuntu2) utopic; urgency=medium

  * debian/usr.bin.media-hub-server: remove 'audit deny owner /** m,' since it
    is overriding the rule to allow mmap of /tmp/orcexec files (AppArmor will
    still deny other mmap access)
    - LP: #1357348

 -- Jamie Strandboge <jamie@ubuntu.com>  Fri, 15 Aug 2014 07:22:05 -0500

media-hub (1.0.0+14.10.20140813-0ubuntu1) utopic; urgency=low

  [ Jim Hodapp ]
  * Allow music to advance to the next song when the device is not
    charging (LP: #1342351)

  [ Jim Hodapp<jim.hodapp@canonical.com> ]
  * Allow music to advance to the next song when the device is not
    charging (LP: #1342351)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 13 Aug 2014 01:42:00 +0000

media-hub (1.0.0+14.10.20140808.1-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Ricardo Salveti de Araujo ]
  * add /media to allowed playback paths for SD card support

  [ Oliver Grawert ]
  * add /media to allowed playback paths for SD card support

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 08 Aug 2014 02:29:10 +0000

media-hub (1.0.0+14.10.20140731-0ubuntu1) utopic; urgency=low

  [ Jim Hodapp ]
  * Allow mmap access for media-hub-server to /tmp/orcexec* to fix
    apparmor denials (LP: #1350870)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 31 Jul 2014 17:04:25 +0000

media-hub (1.0.0+14.10.20140724.1-0ubuntu1) utopic; urgency=medium

  [ Alfonso Sanchez-Beato (email Canonical) ]
  * Fix 720p limit for OEM device

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 24 Jul 2014 14:37:18 +0000

media-hub (1.0.0+14.10.20140722-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Bump major revision and so name to account for toolchain update.

  [ Steve Langasek ]
  * Bump major revision and so name to account for toolchain update.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 22 Jul 2014 01:45:03 +0000

media-hub (0.0.2+14.10.20140715-0ubuntu1) utopic; urgency=low

  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 15 Jul 2014 14:16:45 +0000

media-hub (0.0.2+14.10.20140710-0ubuntu1) utopic; urgency=low

  [ Ricardo Mendoza ]
  * Increase default timeout for MPRIS handlers. (Author: Alfonso
    Sanchez-Beato)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 10 Jul 2014 12:57:59 +0000

media-hub (0.0.2+14.10.20140624.4-0ubuntu3) utopic; urgency=medium

  * apparmor: add missing proc file used by the mediatek soc

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Tue, 01 Jul 2014 11:16:54 +0800

media-hub (0.0.2+14.10.20140624.4-0ubuntu2) utopic; urgency=medium

  * debian/usr.bin.media-hub-server:
    - allow create of ~/.cache/gstreamer*/
    - allow ix for gst-plugin-scanner
    - allow playing of camera_click.ogg
    - allow us to ptrace read ourselves

 -- Jamie Strandboge <jamie@ubuntu.com>  Thu, 26 Jun 2014 22:55:41 -0500

media-hub (0.0.2+14.10.20140624.4-0ubuntu1) utopic; urgency=low

  [ Alberto Aguirre ]
  * Use new interface for keeping display on.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 24 Jun 2014 22:34:29 +0000

media-hub (0.0.2+14.10.20140521-0ubuntu1) utopic; urgency=low

  [ Jim Hodapp ]
  * Whitelist gallery app to be able to play media in ~/Videos and
    ~/Music unti the trusted helper is ready

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 21 May 2014 08:40:05 +0000

media-hub (0.0.2+14.10.20140520.1-0ubuntu1) utopic; urgency=low

  [ Oliver Grawert ]
  * make sure media-hub-server only starts on real ubuntu-touch sessions (i.e.
    not in the new unity8 desktop session which lacks the codecs)
    (LP: 1321204)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 20 May 2014 11:59:10 +0000

media-hub (0.0.2+14.10.20140507-0ubuntu1) utopic; urgency=medium

  [ Ricardo Mendoza ]
  * Toolchain change, patch version bump.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 07 May 2014 10:49:50 +0000

media-hub (0.0.1+14.10.20140430-0ubuntu1) utopic; urgency=medium

  [ Sergio Schvezov ]
  * Repackaging from original music-hub.
  * Polishing packaging.
  * Enable the position property for getting the current playback
    position. Added duration to the dbus interface. Also added a service
    acceptance test for position and duration.
  * Make sure seek_to sends a reply to the client. Disabled
    position/duration test for now.

  [ Jim Hodapp ]
  * Modify directory structure to be generic media-hub instead of music-
    specific.
  * Added README file which describes how to build and how to run the
    tests. Also changed the namespaces to be the more general
    core::ubuntu::media instead of music-specific.
  * Removed com directory since it's no longer needed. All source under
    com was moved to core.
  * Removed com include directory since it's no longer needed. All
    source under com was moved to core.
  * Enable adding a videosink to the playbin pipeline. Added a couple of
    unit tests that test hardware decoding/software rendering, pause,
    play, seek and stop.
  * Added a very simple media-hub-server, which is the server side of
    the dbus MPRIS interface. Will fill this out more in the future to
    make it a full daemon.
  * Merged with EOS branch from tvoss. Added on_frame_available listener
    and callback. Create a decoding session and pass it to the hybris
    layer. Allow playback to work again after a client quits or dies.
    Added two new properties to see if the opened media is video or
    audio. Background playlist support. Add powerd control interface.
    One Engine instance per PlayerImplementation instance instead of one
    global Engine instance. Pause other playing sessions when starting
    playback of a new foreground player. Emit a PlaybackStatusChanged
    signal so that qtubuntu-media knows when PlaybackStatus changes from
    underneath it. Use GST_SEEK_FLAG_KEY_UNIT instead because seeking
    doesn't perform well enough with GST_SEEK_FLAG_ACCURATE .

  [ thomas-voss ]
  * Ramp up acceptance testing.
  * WIP.
  * Add stub and skeleton implementations.
  * Add first wave of acceptance tests and ensure that they are passing.
  * More refactoring of local spike.
  * More tests passing.
  * Add missing build dep on google-mock.
  * Add missing build-dependency on libgstreamer1.0-dev.
  * Add missing build dependencies.
  * Fix build dependencies on libboost-system-dev. Disable two failing
    tests.
  * Add build-dependency on libboost-program-options-dev.
  * Add fakesink for testing purposes.
  * Ensure that the audio sink is set to a fake sink for unit testing
    purposes.
  * Merged lp:~thomas-voss/media-hub/switch-to-properties-cpp

  [ Thomas Voß ]
  * Initial commit.
  * Added packaging setup.
  * Add backend and server implementation headers.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 30 Apr 2014 01:16:41 +0000