[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#753369: marked as done (dvbcut: play function misses sound)



Your message dated Thu, 02 Oct 2014 13:03:43 +0000
with message-id <E1XZg2p-0003T2-LZ@franck.debian.org>
and subject line Bug#753369: fixed in dvbcut 0.5.4+svn178-8
has caused the Debian Bug report #753369,
regarding dvbcut: play function misses sound
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
753369: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753369
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: dvbcut
Version: 0.5.4+svn178-7
Severity: normal
Tags: patch

Dear Maintainer,

   * What led up to the situation?
- Load a TS record into dvbcut.
- Use the play function

   * What was the outcome of this action?
- Video plays, but audio is missing

   * What outcome did you expect instead?
- Audio should be playing


dvbcut uses mplayer for its play function:
mplayer -noconsolecontrols -wid 0x52000bc -sb 3751916 -geometry 1024x576+0+0
-aid 0x83f /mnt/file.ts

If using just the number of audio stream counted from 0 mplayer plays audio
just fine.


Patch:
--- dvbcut-0.5.4+svn178.orig/src/dvbcut.cpp
+++ dvbcut-0.5.4+svn178/src/dvbcut.cpp
@@ -1182,7 +1182,7 @@ void dvbcut::playPlay()
   arguments << "-geometry" <<
QString().sprintf("%dx%d+0+0",int(ui->imagedisplay->width()),int(ui->imagedisplay->height()));

   if (currentaudiotrack>=0 && currentaudiotrack<mpg->getaudiostreams()) {
-    arguments << "-aid" <<
QString().sprintf("0x%x",int(mpg->mplayeraudioid(currentaudiotrack)));
+    arguments << "-aid" << QString().sprintf("0x%x", currentaudiotrack);
     }

   // for now, pass all filenames from the current one up to the last one



-- System Information:
Debian Release: jessie/sid
  APT prefers testing-updates
  APT policy: (990, 'testing-updates'), (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages dvbcut depends on:
ii  liba52-0.7.4       0.7.4-17
ii  libao4             1.1.0-2
ii  libavcodec55       6:10.1-1
ii  libavformat55      6:10.1-1
ii  libavutil53        6:10.1-1
ii  libc6              2.19-3
ii  libgcc1            1:4.9.0-7
ii  libmad0            0.15.1b-8
ii  libqt4-network     4:4.8.6+dfsg-2
ii  libqt4-qt3support  4:4.8.6+dfsg-2
ii  libqt4-sql         4:4.8.6+dfsg-2
ii  libqt4-xml         4:4.8.6+dfsg-2
ii  libqtcore4         4:4.8.6+dfsg-2
ii  libqtgui4          4:4.8.6+dfsg-2
ii  libstdc++6         4.9.0-7
ii  libswscale2        6:10.1-1

Versions of packages dvbcut recommends:
ii  mplayer2 [mplayer]  2.0-728-g2c378c7-2

dvbcut suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: dvbcut
Source-Version: 0.5.4+svn178-8

We believe that the bug you reported is fixed in the latest version of
dvbcut, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 753369@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bernhard Übelacker <bernhardu@vr-web.de> (supplier of updated dvbcut package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 21 Sep 2014 12:16:23 +0200
Source: dvbcut
Binary: dvbcut
Architecture: source amd64
Version: 0.5.4+svn178-8
Distribution: unstable
Urgency: medium
Maintainer: Reinhard Tartler <siretart@debian.org>
Changed-By: Bernhard Übelacker <bernhardu@vr-web.de>
Description:
 dvbcut     - Qt application for cutting parts out of DVB streams
Closes: 715843 741655 753347 753369
Changes:
 dvbcut (0.5.4+svn178-8) unstable; urgency=medium
 .
   * Fix crash on export video (Closes: #753347)
   * Fix crash when calling with malformed parameters (Closes: #715843)
   * Fix playing audio with mplayer2 (Closes: #753369)
   * Try to fix Hurd build by avoiding PATH_MAX
   * Include dpkg-buildflags hinted by lintian
   * Set maintainer to Bernhard Übelacker (Closes: #741655)
Checksums-Sha1:
 69d29f808a742412398b381705a8c5d790e3f70d 1787 dvbcut_0.5.4+svn178-8.dsc
 aa76bca89db861d6ecfddc7a6fc1533a2c7b60eb 67756 dvbcut_0.5.4+svn178-8.debian.tar.xz
 fefc1a2ea15127e4641f44addf0aa09df5989d8a 187452 dvbcut_0.5.4+svn178-8_amd64.deb
Checksums-Sha256:
 a99f4c108be7f36b6eea20c415ed8b28ba4c1ce0846a34e7b7e00d3d35059d6e 1787 dvbcut_0.5.4+svn178-8.dsc
 46366f24da2eff7a8d70df562b8b9f58959b411c06470e7f55a33e11a74d8a59 67756 dvbcut_0.5.4+svn178-8.debian.tar.xz
 63fc9a54e281266ac2ae8ba9c09df5da539fb53b8e8e2e9000198ec2d94341f8 187452 dvbcut_0.5.4+svn178-8_amd64.deb
Files:
 e6c3dcc90a528e02fc5c28386ce1d931 187452 graphics optional dvbcut_0.5.4+svn178-8_amd64.deb
 f5b1e65dac1523fc7619905025e31af4 1787 graphics optional dvbcut_0.5.4+svn178-8.dsc
 b129a57b959972d48c83c1a1d3a3e422 67756 graphics optional dvbcut_0.5.4+svn178-8.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQGcBAEBAgAGBQJULUtNAAoJEIuAbIZKeKRF7igMAI2G8yChlAg5N3og9QY4TCLh
VbGESTnQiV/mbkmxgNFEnT1WokP3r6+IpuMdZGYNGR1y4LciuZlMWoKMiT8gS9qQ
nawYAf/VAhqVdnHX0k0aJO5iy9I4aXt80MT9u72Fp12aM8s8mgWOb/PF+7l/+VbN
R+Z4jD0eqn6/VhszlESEq47Y0HDpfJ/gKD4abXDthIOMNj0GOnw/UCN9LDSora/a
7vsJsxugSdXK5oKUWDIExP/YHueoHxIiQWi4FlhJCNsbZUGX3gxWj8DQ9bj+1vze
ykbpT0k1uDrGyUa6UNCasDSpUfhf/+s50Td1/ckKdkH/RyJJBHexWabEnClzlPS/
/Pit8I+u3e1A0au+7qp71gN1cr1KoqwQfDp+MWmfdUY/LZCNCqaNfEWxa6/rhc3L
suOBBxXF0+ofhay37b00L1NIEuiEPaA8o7bjmjYiY/hkbU90DSamlBvnsiZjEpVg
8GuKNtv3Iphu9uwg18xnd/j8VmD+tFPR2hgCWyzGPw==
=yFFy
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: