Bug#679531: gstreamer0.10-plugins-good: mp4 files produced with ffmpeg no longer supported in wheezy

2012-12-06 Thread intrigeri
Hi,

Al Grimstad wrote (05 Dec 2012 19:05:04 GMT) :
 OK. Before purging gstreamer0.10-plugins-bad, audio but no video in
 totem. After purging (and restarting totem), video as well as audio.
 After reinstalling gstreamer0.10-plugins-bad audio but no video, as
 before. This does rather seem to isolate the problem.

Sure, it does! Thank you.

Cheers,
-- 
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#679531: gstreamer0.10-plugins-good: mp4 files produced with ffmpeg no longer supported in wheezy

2012-12-05 Thread intrigeri
Hi,

Al Grimstad wrote (29 Jun 2012 13:39:14 GMT) :
 This is a modification of a bug I just submitted (appended).
 I've isolated the problem I've got with totem in 64-bit wheezy with
 mp4 files to files produced with ffmpeg. Other mp4 files seem to
 play OK with totem.

Thanks a lot for isolating the problem.

Can you now please try to:

1. reproduce this bug with the example file attached to
   https://bugzilla.gnome.org/show_bug.cgi?id=676174

2. reproduce this bug after removing gstreamer0.10-plugins-bad from
   your system

(Rationale: I'm wondering if this is a duplicate of #681652.)

Thanks in advance!


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#679531: gstreamer0.10-plugins-good: mp4 files produced with ffmpeg no longer supported in wheezy

2012-12-05 Thread Al Grimstad
On Wed, 2012-12-05 at 16:14 +0100, intrigeri wrote:
 Hi,
 
 Al Grimstad wrote (29 Jun 2012 13:39:14 GMT) :
  This is a modification of a bug I just submitted (appended).
  I've isolated the problem I've got with totem in 64-bit wheezy with
  mp4 files to files produced with ffmpeg. Other mp4 files seem to
  play OK with totem.
 
 Thanks a lot for isolating the problem.
 
 Can you now please try to:
 
 1. reproduce this bug with the example file attached to
https://bugzilla.gnome.org/show_bug.cgi?id=676174
 
 2. reproduce this bug after removing gstreamer0.10-plugins-bad from
your system
 
 (Rationale: I'm wondering if this is a duplicate of #681652.)

When I play the file attached to the bug report in totem, I get sound
but no video. My current workaround for this is to import the file into
openshot and then simply export it. After doing this I see as well as
hear the video using totem on the file written by openshot. This is with
gstreamer0.10-plugins-bad installed.

For you, I'll go to the trouble of removing the plugins-bad package.
Let's see what happens ... 

code
# apt-get remove gstreamer0.10-plugins-bad
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer
required:
  libmozjs18d libx264-128
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
  empathy gnome-control-center gnome-core gstreamer0.10-plugins-bad
libcheese-gtk21 libcheese3
  libfarstream-0.1-0 libpurple-bin libpurple0 libtelepathy-farstream2
nautilus-sendto-empathy
  task-gnome-desktop telepathy-haze
0 upgraded, 0 newly installed, 13 to remove and 3 not upgraded.
After this operation, 23.9 MB disk space will be freed.
Do you want to continue [Y/n]? n
Abort.
/code

It seems that removing this particular plugin isn't too good an idea. By
the way

code
# apt-cache policy gstreamer0.10-plugins-bad
gstreamer0.10-plugins-bad:
  Installed: 0.10.23-7
  Candidate: 0.10.23-7
  Version table:
 *** 0.10.23-7 0
500 http://ftp.us.debian.org/debian/ wheezy/main amd64 Packages
100 /var/lib/dpkg/status
/code

-- al


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#679531: gstreamer0.10-plugins-good: mp4 files produced with ffmpeg no longer supported in wheezy

2012-12-05 Thread intrigeri
Hi,

Al Grimstad wrote (05 Dec 2012 16:39:48 GMT) :
 Can you now please try to:
 
 1. reproduce this bug with the example file attached to
https://bugzilla.gnome.org/show_bug.cgi?id=676174
 
 2. reproduce this bug after removing gstreamer0.10-plugins-bad from
your system
 
 (Rationale: I'm wondering if this is a duplicate of #681652.)

 When I play the file attached to the bug report in totem, I get
 sound but no video. [...] This is with
 gstreamer0.10-plugins-bad installed.

Thank you, this is helpful.

 For you, I'll go to the trouble of removing the plugins-bad package.

Thank you.
This is helpful not only for me, but for many Debian users.

 Let's see what happens ... 

 code
 # apt-get remove gstreamer0.10-plugins-bad
[...]
 Do you want to continue [Y/n]? n
 Abort.
 /code

 It seems that removing this particular plugin isn't too good
 an idea.

Indeed, there are reverse dependencies.

Anyhow, can you please try to temporarily forcibly remove it for
testing purposes, to help fix this bug in Debian:

  # dpkg --force-all --purge gstreamer0.10-plugins-bad

?

(That's what I did to confirm #681652 -- I reinstalled immediately
after testing, no problem. Sorry, I should have made it clear right
from the beginning what exact steps were needed to test this.)

Cheers,
-- 
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#679531: gstreamer0.10-plugins-good: mp4 files produced with ffmpeg no longer supported in wheezy

2012-12-05 Thread Al Grimstad
On Wed, 2012-12-05 at 19:41 +0100, intrigeri wrote:
...
  It seems that removing this particular plugin isn't too good
  an idea.
 
 Indeed, there are reverse dependencies.
 
 Anyhow, can you please try to temporarily forcibly remove it for
 testing purposes, to help fix this bug in Debian:
 
   # dpkg --force-all --purge gstreamer0.10-plugins-bad
 
 ?
 
 (That's what I did to confirm #681652 -- I reinstalled immediately
 after testing, no problem. Sorry, I should have made it clear right
 from the beginning what exact steps were needed to test this.)

OK. Before purging gstreamer0.10-plugins-bad, audio but no video in
totem. After purging (and restarting totem), video as well as audio.
After reinstalling gstreamer0.10-plugins-bad audio but no video, as
before. This does rather seem to isolate the problem. -- al


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#679531: gstreamer0.10-plugins-good: mp4 files produced with ffmpeg no longer supported in wheezy

2012-06-29 Thread Al Grimstad
Package: gstreamer0.10-plugins-good
Version: 0.10.31-3
Severity: normal

This is a modification of a bug I just submitted (appended). I've isolated the
problem I've got with totem in 64-bit wheezy with mp4 files to files produced
with ffmpeg. Other mp4 files seem to play OK with totem. The files in question
were downloads from youtube. These mp4 files--produced with the current ffmpeg
--play with mplayer2 and vlc. In squeeze I did not have this problem, so this
is to me a regression.
---
previous bug report
---
Package: totem
Version: 3.0.1-8
Severity: normal

totem does not play mp4 files on a new wheezy amd64 installation. I'm reporting
this here because wheezy is testing and one assumes you want to hear about
things before it becomes stable.

mplayer2 and vlc work fine for mp4s. Also totem generally works for CDs and
DVDs, as I've installed the deb-multimedia codecs. I believe I have the correct
gstreamer modules installed too:

# dpkg --listfiles gstreamer0.10-plugins-good|grep mp
/usr/lib/x86_64-linux-gnu/gstreamer-0.10/libgstisomp4.so

Isn't this what totem is supposed to use for playing mp4 files?




-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

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

Versions of packages gstreamer0.10-plugins-good depends on:
ii  gstreamer0.10-gconf   0.10.31-3
ii  gstreamer0.10-plugins-base0.10.36-1
ii  libaa11.4p5-39.1
ii  libavc1394-0  0.5.4-1
ii  libbz2-1.01.0.6-3
ii  libc6 2.13-33
ii  libcaca0  0.99.beta18-1
ii  libcairo-gobject2 1.12.2-1
ii  libcairo2 1.12.2-1
ii  libdv41.0.0-4
ii  libflac8  1.2.1-6
ii  libgcc1   1:4.7.0-8
ii  libgdk-pixbuf2.0-02.26.1-1
ii  libglib2.0-0  2.32.3-1
ii  libgstreamer-plugins-base0.10-0   0.10.36-1
ii  libgstreamer0.10-00.10.36-1
ii  libgudev-1.0-0175-3.1
ii  libiec61883-0 1.2.0-0.1
ii  libjack-jackd2-0 [libjack-0.116]  1.9.8~dfsg.4+20120529git007cdc37-1
ii  libjpeg8  8d-1
ii  liborc-0.4-0  1:0.4.16-2
ii  libpng12-01.2.49-1
ii  libraw1394-11 2.0.9-1
ii  libshout3 2.2.2-8
ii  libsoup-gnome2.4-12.38.1-2
ii  libsoup2.4-1  2.38.1-2
ii  libspeex1 1.2~rc1-6
ii  libstdc++64.7.0-8
ii  libtag1c2a1.7.1-3
ii  libv4l-0  0.8.8-2
ii  libwavpack1   4.60.1-3
ii  libx11-6  2:1.5.0-1
ii  libxdamage1   1:1.1.3-2
ii  libxext6  2:1.3.1-2
ii  libxfixes31:5.0-4
ii  libxml2   2.8.0+dfsg1-4
ii  libxv12:1.0.7-1
ii  zlib1g1:1.2.7.dfsg-13

Versions of packages gstreamer0.10-plugins-good recommends:
ii  gstreamer0.10-x  0.10.36-1

gstreamer0.10-plugins-good suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org