Bug#452282: gstreamer0.10: Crackling sound after upgrade

2007-12-08 Thread Mathias Brodala
Hi Sebastian.

(Sorry for the delay.)

Sebastian Dr=C3=B6ge, 27.11.2007 16:48:
>>> And I guess
>>> gst-launch-0.10 audiotestsrc !=20
>>> "audio/x-raw-int,width=3D32,depth=3D32" ! alsasink
>>>
>>> gives crackling while
>>> =20
>>> gst-launch-0.10 audiotestsrc !=20
>>> "audio/x-raw-int,width=3D16,depth=3D16" ! alsasink
>>>
>>> does not?

None of both give me crackling.

>>> Or does
>>>
>>> gst-launch-0.10 audiotestsrc volume=3D1.0 !=20
>>> "audio/x-raw-int,width=3D32,depth=3D32" ! alsasink
>>>
>>> give crackling while
>>>
>>> gst-launch-0.10 audiotestsrc volume=3D1.0 !=20
>>> "audio/x-raw-int,width=3D16,depth=3D16" ! alsasink
>>>
>>> does not?

The first one clearly gives me crackling, the second one does not.

>> Another thing that would be nice to try would be:
>>
>> try with one of the pipelines above the have crackling to
>> set the buffer-time and latency-time properties of alsasink.
>>
>> You can do so by writing instead of "alsasink"
>> "alsasink buffer-time=3D20 latency-time=3D1"
>>
>> Try using higher values than these and please report if this makes
>> any difference.

No difference.

> Also please try if using "alsasink device=3Dhw:0"

This does not work:

> $ gst-launch-0.10 audiotestsrc volume=3D1.0 ! "audio/x-raw-int,width=3D=
32,depth=3D32" ! alsasink device=3Dhw:0
> Setting pipeline to PAUSED ...
> ERROR: Pipeline doesn't want to pause.
> FEHLER: Von Element /pipeline0/audiotestsrc0: Could not negotiate forma=
t
> Zus=C3=A4tzliche Debugginginformation:
> gstbasesrc.c(2293): gst_base_src_start (): /pipeline0/audiotestsrc0:
> Check your filtered caps, if any
> Setting pipeline to NULL ...
> FREEING pipeline ...

> or "alsasink
> device=3Ddemix" makes a difference.

Ditto:

> $ gst-launch-0.10 audiotestsrc volume=3D1.0 ! "audio/x-raw-int,width=3D=
32,depth=3D32" ! alsasink device=3Ddemix
> Setting pipeline to PAUSED ...
> ERROR: Pipeline doesn't want to pause.
> FEHLER: Von Element /pipeline0/alsasink0: Could not open audio device f=
or playback.
> Zus=C3=A4tzliche Debugginginformation:
> gstalsasink.c(656): gst_alsasink_open (): /pipeline0/alsasink0:
> Playback open error on device 'demix': Datei oder Verzeichnis nicht gef=
unden
> Setting pipeline to NULL ...
> FREEING pipeline ...


Regards, Mathias

--=20
debian/rules



signature.asc
Description: OpenPGP digital signature


Bug#452282: gstreamer0.10: Crackling sound after upgrade

2007-11-27 Thread Sebastian Dröge
Am Dienstag, den 27.11.2007, 09:10 +0100 schrieb Sebastian Dröge:
> Am Freitag, den 23.11.2007, 17:51 +0100 schrieb Mathias Brodala:
> > Hi Sebastian.
> > 
> > Sebastian Dröge, 23.11.2007 08:07:
> > > Great. Can you please test the following:
> > > 
> > > gst-launch-0.10 audiotestsrc num-buffers=1000 ! audioconvert !
> > > "audio/x-raw-int,width=32,depth=32" ! wavenc ! filesink
> > > location=test1.wav
> > > 
> > > gst-launch-0.10 audiotestsrc num-buffers=1000 ! audioconvert !
> > > "audio/x-raw-int,width=16,depth=16" ! wavenc ! filesink
> > > location=test2.wav
> > > 
> > > And then run
> > > aplay test1.wav
> > > and
> > > aplay test2.wav
> > > ?
> > > 
> > > Do you get crackling on test1.wav too and not on test2.wav?
> > 
> > Nope, no crackling on any of those files. Neither created with the Unstable 
> > nor
> > with the Testing packages.
> 
> And I guess
> gst-launch-0.10 audiotestsrc ! 
> "audio/x-raw-int,width=32,depth=32" ! alsasink
> 
> gives crackling while
>  
> gst-launch-0.10 audiotestsrc ! 
> "audio/x-raw-int,width=16,depth=16" ! alsasink
> 
> does not?
> 
> Or does
> 
> gst-launch-0.10 audiotestsrc volume=1.0 ! 
> "audio/x-raw-int,width=32,depth=32" ! alsasink
> 
> give crackling while
> 
> gst-launch-0.10 audiotestsrc volume=1.0 ! 
> "audio/x-raw-int,width=16,depth=16" ! alsasink
> 
> does not?


Another thing that would be nice to try would be:

try with one of the pipelines above the have crackling to
set the buffer-time and latency-time properties of alsasink.

You can do so by writing instead of "alsasink"
"alsasink buffer-time=20 latency-time=1"

Try using higher values than these and please report if this makes
any difference.

Thanks




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#452282: gstreamer0.10: Crackling sound after upgrade

2007-11-27 Thread Sebastian Dröge
Am Dienstag, den 27.11.2007, 16:44 +0100 schrieb Sebastian Dröge:
> Am Dienstag, den 27.11.2007, 09:10 +0100 schrieb Sebastian Dröge:
> > Am Freitag, den 23.11.2007, 17:51 +0100 schrieb Mathias Brodala:
> > > Hi Sebastian.
> > > 
> > > Sebastian Dröge, 23.11.2007 08:07:
> > > > Great. Can you please test the following:
> > > > 
> > > > gst-launch-0.10 audiotestsrc num-buffers=1000 ! audioconvert !
> > > > "audio/x-raw-int,width=32,depth=32" ! wavenc ! filesink
> > > > location=test1.wav
> > > > 
> > > > gst-launch-0.10 audiotestsrc num-buffers=1000 ! audioconvert !
> > > > "audio/x-raw-int,width=16,depth=16" ! wavenc ! filesink
> > > > location=test2.wav
> > > > 
> > > > And then run
> > > > aplay test1.wav
> > > > and
> > > > aplay test2.wav
> > > > ?
> > > > 
> > > > Do you get crackling on test1.wav too and not on test2.wav?
> > > 
> > > Nope, no crackling on any of those files. Neither created with the 
> > > Unstable nor
> > > with the Testing packages.
> > 
> > And I guess
> > gst-launch-0.10 audiotestsrc ! 
> > "audio/x-raw-int,width=32,depth=32" ! alsasink
> > 
> > gives crackling while
> >  
> > gst-launch-0.10 audiotestsrc ! 
> > "audio/x-raw-int,width=16,depth=16" ! alsasink
> > 
> > does not?
> > 
> > Or does
> > 
> > gst-launch-0.10 audiotestsrc volume=1.0 ! 
> > "audio/x-raw-int,width=32,depth=32" ! alsasink
> > 
> > give crackling while
> > 
> > gst-launch-0.10 audiotestsrc volume=1.0 ! 
> > "audio/x-raw-int,width=16,depth=16" ! alsasink
> > 
> > does not?
> 
> 
> Another thing that would be nice to try would be:
> 
> try with one of the pipelines above the have crackling to
> set the buffer-time and latency-time properties of alsasink.
> 
> You can do so by writing instead of "alsasink"
> "alsasink buffer-time=20 latency-time=1"
> 
> Try using higher values than these and please report if this makes
> any difference.


Also please try if using "alsasink device=hw:0" or "alsasink
device=demix" makes a difference.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#452282: gstreamer0.10: Crackling sound after upgrade

2007-11-27 Thread Sebastian Dröge

Am Freitag, den 23.11.2007, 17:51 +0100 schrieb Mathias Brodala:
> Hi Sebastian.
> 
> Sebastian Dröge, 23.11.2007 08:07:
> > Great. Can you please test the following:
> > 
> > gst-launch-0.10 audiotestsrc num-buffers=1000 ! audioconvert !
> > "audio/x-raw-int,width=32,depth=32" ! wavenc ! filesink
> > location=test1.wav
> > 
> > gst-launch-0.10 audiotestsrc num-buffers=1000 ! audioconvert !
> > "audio/x-raw-int,width=16,depth=16" ! wavenc ! filesink
> > location=test2.wav
> > 
> > And then run
> > aplay test1.wav
> > and
> > aplay test2.wav
> > ?
> > 
> > Do you get crackling on test1.wav too and not on test2.wav?
> 
> Nope, no crackling on any of those files. Neither created with the Unstable 
> nor
> with the Testing packages.

And I guess
gst-launch-0.10 audiotestsrc ! 
"audio/x-raw-int,width=32,depth=32" ! alsasink

gives crackling while
 
gst-launch-0.10 audiotestsrc ! 
"audio/x-raw-int,width=16,depth=16" ! alsasink

does not?

Or does

gst-launch-0.10 audiotestsrc volume=1.0 ! 
"audio/x-raw-int,width=32,depth=32" ! alsasink

give crackling while

gst-launch-0.10 audiotestsrc volume=1.0 ! 
"audio/x-raw-int,width=16,depth=16" ! alsasink

does not?


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#452282: gstreamer0.10: Crackling sound after upgrade

2007-11-23 Thread Mathias Brodala
Hi Sebastian.

Sebastian Dröge, 23.11.2007 08:07:
> Great. Can you please test the following:
> 
> gst-launch-0.10 audiotestsrc num-buffers=1000 ! audioconvert !
> "audio/x-raw-int,width=32,depth=32" ! wavenc ! filesink
> location=test1.wav
> 
> gst-launch-0.10 audiotestsrc num-buffers=1000 ! audioconvert !
> "audio/x-raw-int,width=16,depth=16" ! wavenc ! filesink
> location=test2.wav
> 
> And then run
> aplay test1.wav
> and
> aplay test2.wav
> ?
> 
> Do you get crackling on test1.wav too and not on test2.wav?

Nope, no crackling on any of those files. Neither created with the Unstable nor
with the Testing packages.


Regards, Mathias

-- 
debian/rules



signature.asc
Description: OpenPGP digital signature


Bug#452282: gstreamer0.10: Crackling sound after upgrade

2007-11-22 Thread Sebastian Dröge

Am Donnerstag, den 22.11.2007, 21:02 +0100 schrieb Mathias Brodala:
> Sebastian Dr=C3=B6ge, 22.11.2007 10:59:
> > Am Donnerstag, den 22.11.2007, 00:13 +0100 schrieb Mathias Brodala:
> >> Sebastian Dr=C3=B6ge, 21.11.2007 19:23:
> >>> Am Mittwoch, den 21.11.2007, 16:46 +0100 schrieb Mathias Brodala:
>  After upgrading to the latest version playing any file results in cr=
> acks during
>  playback. Downgrading all gstreamer0.10 related packages to the Test=
> ing version
>  fixes this problem for now. I=E2=80=99m using a soundcard with the C=
> MI8783 chipset.
> >>> can you do
> >>> GST_DEBUG=3D5 GST_DEBUG_NO_COLOR=3D1 gst-launch-0.10 playbin
> >>> uri=3Dfile:///path/to/file &> log
> >>>
> >>> [=E2=80=A6]
> >=20
> > Also, could you try:
> >=20
> > gst-launch-0.10 filesrc location=3D/path/to/file ! decodebin !
> > audioconvert ! alsasink
> >=20
> > and
> >=20
> > gst-launch-0.10 filesrc location=3D/path/to/file ! decodebin !
> > audioconvert ! "audio/x-raw-int,width=3D16,depth=3D16" ! alsasink
> >=20
> > (both in one line of course).
> >=20
> > I'd assume that the first involves crackling and the second doesn't, ca=
> n
> > you confirm that?
> 
> Yep, it=E2=80=99s exactly as you say. The second line gives the same outp=
> ut as with the
> Testing packages. So the change from 16 to 32 bit seems to be the right l=
> ead.

Great. Can you please test the following:

gst-launch-0.10 audiotestsrc num-buffers=1000 ! audioconvert !
"audio/x-raw-int,width=32,depth=32" ! wavenc ! filesink
location=test1.wav

gst-launch-0.10 audiotestsrc num-buffers=1000 ! audioconvert !
"audio/x-raw-int,width=16,depth=16" ! wavenc ! filesink
location=test2.wav

And then run
aplay test1.wav
and
aplay test2.wav
?

Do you get crackling on test1.wav too and not on test2.wav?


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#452282: gstreamer0.10: Crackling sound after upgrade

2007-11-22 Thread Mathias Brodala
Sebastian Dr=C3=B6ge, 22.11.2007 10:59:
> Am Donnerstag, den 22.11.2007, 00:13 +0100 schrieb Mathias Brodala:
>> Sebastian Dr=C3=B6ge, 21.11.2007 19:23:
>>> Am Mittwoch, den 21.11.2007, 16:46 +0100 schrieb Mathias Brodala:
 After upgrading to the latest version playing any file results in cr=
acks during
 playback. Downgrading all gstreamer0.10 related packages to the Test=
ing version
 fixes this problem for now. I=E2=80=99m using a soundcard with the C=
MI8783 chipset.
>>> can you do
>>> GST_DEBUG=3D5 GST_DEBUG_NO_COLOR=3D1 gst-launch-0.10 playbin
>>> uri=3Dfile:///path/to/file &> log
>>>
>>> [=E2=80=A6]
>=20
> Also, could you try:
>=20
> gst-launch-0.10 filesrc location=3D/path/to/file ! decodebin !
> audioconvert ! alsasink
>=20
> and
>=20
> gst-launch-0.10 filesrc location=3D/path/to/file ! decodebin !
> audioconvert ! "audio/x-raw-int,width=3D16,depth=3D16" ! alsasink
>=20
> (both in one line of course).
>=20
> I'd assume that the first involves crackling and the second doesn't, ca=
n
> you confirm that?

Yep, it=E2=80=99s exactly as you say. The second line gives the same outp=
ut as with the
Testing packages. So the change from 16 to 32 bit seems to be the right l=
ead.


Regards, Mathias

--=20
debian/rules



signature.asc
Description: OpenPGP digital signature


Bug#452282: gstreamer0.10: Crackling sound after upgrade

2007-11-22 Thread Sebastian Dröge
Am Donnerstag, den 22.11.2007, 00:13 +0100 schrieb Mathias Brodala:
> Hi.
> 
> Sebastian Dröge, 21.11.2007 19:23:
> > Am Mittwoch, den 21.11.2007, 16:46 +0100 schrieb Mathias Brodala:
> >> After upgrading to the latest version playing any file results in cracks 
> >> during
> >> playback. Downgrading all gstreamer0.10 related packages to the Testing 
> >> version
> >> fixes this problem for now. I’m using a soundcard with the CMI8783 chipset.
> > 
> > can you do
> > GST_DEBUG=5 GST_DEBUG_NO_COLOR=1 gst-launch-0.10 playbin
> > uri=file:///path/to/file &> log
> > 
> > and attach the log (bzipped) to this bugreport?
> 
> I did that including the output for the Testing packages for comparison
> purposes. I canceled the playback a few seconds after the cracks appeared to
> keep the logfile "small". (And approx. the same time for the Testing 
> packages.)
> 
> Since my mail was rejected because of its size, you can find both logfiles 
> here:
> 
> 
> 
> 

Also, could you try:

gst-launch-0.10 filesrc location=/path/to/file ! decodebin !
audioconvert ! alsasink

and

gst-launch-0.10 filesrc location=/path/to/file ! decodebin !
audioconvert ! "audio/x-raw-int,width=16,depth=16" ! alsasink

(both in one line of course).

I'd assume that the first involves crackling and the second doesn't, can
you confirm that?




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#452282: gstreamer0.10: Crackling sound after upgrade

2007-11-22 Thread Sebastian Dröge
reassign 452282 gstreamer0.10-alsa
forwarded 452282 http://bugzilla.gnome.org/show_bug.cgi?id=498928
tags 452282 + upstream
thanks

Am Donnerstag, den 22.11.2007, 00:13 +0100 schrieb Mathias Brodala:
> Hi.
> 
> Sebastian Dröge, 21.11.2007 19:23:
> > Am Mittwoch, den 21.11.2007, 16:46 +0100 schrieb Mathias Brodala:
> >> After upgrading to the latest version playing any file results in cracks 
> >> during
> >> playback. Downgrading all gstreamer0.10 related packages to the Testing 
> >> version
> >> fixes this problem for now. I’m using a soundcard with the CMI8783 chipset.
> > 
> > can you do
> > GST_DEBUG=5 GST_DEBUG_NO_COLOR=1 gst-launch-0.10 playbin
> > uri=file:///path/to/file &> log
> > 
> > and attach the log (bzipped) to this bugreport?
> 
> I did that including the output for the Testing packages for comparison
> purposes. I canceled the playback a few seconds after the cracks appeared to
> keep the logfile "small". (And approx. the same time for the Testing 
> packages.)
> 
> Since my mail was rejected because of its size, you can find both logfiles 
> here:
> 
> 
> 
> 

Thanks, I've forwarded your bug upstream:
http://bugzilla.gnome.org/show_bug.cgi?id=498928




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#452282: gstreamer0.10: Crackling sound after upgrade

2007-11-21 Thread Mathias Brodala
Hi.

Sebastian Dröge, 21.11.2007 19:23:
> Am Mittwoch, den 21.11.2007, 16:46 +0100 schrieb Mathias Brodala:
>> After upgrading to the latest version playing any file results in cracks 
>> during
>> playback. Downgrading all gstreamer0.10 related packages to the Testing 
>> version
>> fixes this problem for now. I’m using a soundcard with the CMI8783 chipset.
> 
> can you do
> GST_DEBUG=5 GST_DEBUG_NO_COLOR=1 gst-launch-0.10 playbin
> uri=file:///path/to/file &> log
> 
> and attach the log (bzipped) to this bugreport?

I did that including the output for the Testing packages for comparison
purposes. I canceled the playback a few seconds after the cracks appeared to
keep the logfile "small". (And approx. the same time for the Testing packages.)

Since my mail was rejected because of its size, you can find both logfiles here:






Regards, Mathias

-- 
debian/rules



signature.asc
Description: OpenPGP digital signature


Bug#452282: gstreamer0.10: Crackling sound after upgrade

2007-11-21 Thread Sebastian Dröge

Am Mittwoch, den 21.11.2007, 16:46 +0100 schrieb Mathias Brodala:
> Package: gstreamer0.10
> Version: 0.10.15-1
> Severity: important
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> After upgrading to the latest version playing any file results in cracks 
> during
> playback. Downgrading all gstreamer0.10 related packages to the Testing 
> version
> fixes this problem for now. I’m using a soundcard with the CMI8783 chipset.

Hi,
can you do
GST_DEBUG=5 GST_DEBUG_NO_COLOR=1 gst-launch-0.10 playbin
uri=file:///path/to/file &> log

and attach the log (bzipped) to this bugreport?

Thanks


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#452282: gstreamer0.10: Crackling sound after upgrade

2007-11-21 Thread Mathias Brodala
Package: gstreamer0.10
Version: 0.10.15-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

After upgrading to the latest version playing any file results in cracks during
playback. Downgrading all gstreamer0.10 related packages to the Testing version
fixes this problem for now. I’m using a soundcard with the CMI8783 chipset.

- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-k7 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/bash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHRFLLYfUFJ3ewsJgRAkEEAJ99TIsSHBAnkNkqg8daOTljxLfBiwCeP1PK
3ZCeT3ZqIvFnSceJgkVtdik=
=fszL
-END PGP SIGNATURE-