All of lore.kernel.org
 help / color / mirror / Atom feed
* GstVolume with dizzy is not working when changing to a value inferior to 1
@ 2015-03-03 10:13 scerveau
  2015-03-03 10:42 ` scerveau
  2015-03-03 12:20 ` Otavio Salvador
  0 siblings, 2 replies; 10+ messages in thread
From: scerveau @ 2015-03-03 10:13 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

Dear all,

I'm facing an issue with dizzy on imx6q and gstreamer 1.4.1. The volume 
element is not working properly.
Whith this pipeline:

gst-launch-1.0 audiotestsrc ! volume volume=0.5 ! alsasink

The sound level is equal to 0 instead of half of the standard volume. If 
i put volume=1 this is working properly.
Affter investigation i understood that it is related to this line

gstvolume.c:251 self->current_volume = volume; in volume_update_volume

If i put any log just after this line, the behaviour is coming back to 
normal. If i compile with -00 its also working fine.

CFLAGS += " -O0"

That's my fix for now ;)

Please advise on how to fix this issue because i dont know if its 
related to the compiler (4.9.1) or to gstreamer.

Best regards.

Stéphane.


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-03-05 13:39 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-03 10:13 GstVolume with dizzy is not working when changing to a value inferior to 1 scerveau
2015-03-03 10:42 ` scerveau
2015-03-03 12:20 ` Otavio Salvador
2015-03-03 13:09   ` Carlos Rafael Giani
2015-03-03 13:13     ` scerveau
2015-03-05  9:54     ` scerveau
2015-03-05 10:53       ` Carlos Rafael Giani
2015-03-05 11:14         ` scerveau
2015-03-05 13:34         ` scerveau
2015-03-05 13:39           ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.