Merge lp:~kentb/ubuntu/oneiric/xine-lib/xine-lib-fix-810407 into lp:ubuntu/oneiric/xine-lib

Proposed by Kent Baxley
Status: Rejected
Rejected by: Martin Pitt
Proposed branch: lp:~kentb/ubuntu/oneiric/xine-lib/xine-lib-fix-810407
Merge into: lp:ubuntu/oneiric/xine-lib
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
src/audio_out/audio_directx2_out.c (+1/-1)
To merge this branch: bzr merge lp:~kentb/ubuntu/oneiric/xine-lib/xine-lib-fix-810407
Reviewer Review Type Date Requested Status
Scott Moser Disapprove
Ubuntu branches Pending
Review via email: mp+68306@code.launchpad.net

Description of the change

Fixed the typo mentioned in LP #810407

To post a comment you must log in.
Revision history for this message
Jani Monoses (jani) wrote :

Thanks, I wonder if this should not use quilt (.pc patches) as some other of ubuntu changes do in xine-lib?

Revision history for this message
Scott Moser (smoser) wrote :

Hi, Thank you for your interest and help in making ubuntu better.

As Mark and Luke stated in the bug 810407, it generally would be best to fix this in upstream xine and have it trickle down.

Please mark this merge proposal as such, or delete it.

review: Disapprove

Unmerged revisions

88. By Kent Baxley

Fixed small typo in src/audio_out/audio_directx2_out (LP #810407)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-05-27 20:06:13 +0000
3+++ debian/changelog 2011-07-18 22:08:34 +0000
4@@ -1,3 +1,9 @@
5+xine-lib (1.1.19-2ubuntu7) oneiric; urgency=low
6+
7+ * Fixed small typo in src/audio_out/audio_directx2_out (LP #810407)
8+
9+ -- Kent Baxley <kb4xley@gmail.com> Mon, 18 Jul 2011 17:03:52 -0500
10+
11 xine-lib (1.1.19-2ubuntu6) oneiric; urgency=low
12
13 * Tighten dependencies on Libav 0.7
14
15=== modified file 'src/audio_out/audio_directx2_out.c'
16--- src/audio_out/audio_directx2_out.c 2009-12-01 13:01:32 +0000
17+++ src/audio_out/audio_directx2_out.c 2011-07-18 22:08:34 +0000
18@@ -389,7 +389,7 @@
19 err = IDirectSoundBuffer_Lock(this->dsbuffer, this->write_pos, size, &ptr1, &size1, &ptr2, &size2, 0);
20 /* try to restore the buffer, if necessary */
21 if (err == DSERR_BUFFERLOST) {
22- xine_log(this->class->xine, XINE_LOG_MSG, _(LOG_MODULE ": buffer lost, tryig to restore\n"));
23+ xine_log(this->class->xine, XINE_LOG_MSG, _(LOG_MODULE ": buffer lost, trying to restore\n"));
24 IDirectSoundBuffer_Restore(this->dsbuffer);
25 err = IDirectSoundBuffer_Lock(this->dsbuffer, this->write_pos, size, &ptr1, &size1, &ptr2, &size2, 0); }
26 if (err != DS_OK) {

Subscribers

People subscribed via source and target branches

to all changes: