After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 760867 - Cannot play anything that gst-launch-1.0 playbin can, not even wave file ( => not codec related)
Cannot play anything that gst-launch-1.0 playbin can, not even wave file ( =>...
Status: RESOLVED DUPLICATE of bug 760234
Product: totem
Classification: Core
Component: GStreamer backend
3.19.x
Other Linux
: Normal critical
: ---
Assigned To: Maintainer alias for GStreamer component of Totem
Maintainer alias for GStreamer component of Totem
Depends on:
Blocks:
 
 
Reported: 2016-01-19 22:57 UTC by Alexandre Mazari
Modified: 2016-01-19 23:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexandre Mazari 2016-01-19 22:57:41 UTC
$ totem --version
totem 3.19.3

$ pactl info
Server String: unix:/run/user/1000/pulse/native
Library Protocol Version: 30
Server Protocol Version: 30
Is Local: yes
Client Index: 45
Tile Size: 65472
User Name: scaroo
Host Name: xipi.localdomain
Server Name: pulseaudio
Server Version: 7.99.2
Default Sample Specification: s16le 2ch 44100Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.pci-0000_00_1f.3.analog-stereo
Default Source: alsa_input.pci-0000_00_1f.3.analog-stereo
Cookie: 3854:d6a6

$ sudo dnf list installed gstreamer1*
Installed Packages
gstreamer1.x86_64                                                                          1.7.1-1.fc24                                                    @System           
gstreamer1-debuginfo.x86_64                                                                1.7.1-1.fc24                                                    @rawhide-debuginfo
gstreamer1-devel.x86_64                                                                    1.7.1-1.fc24                                                    @rawhide          
gstreamer1-plugins-bad-free.x86_64                                                         1.7.1-2.fc24                                                    @System           
gstreamer1-plugins-base.x86_64                                                             1.7.1-1.fc24                                                    @System           
gstreamer1-plugins-base-debuginfo.x86_64                                                   1.7.1-1.fc24                                                    @rawhide-debuginfo
gstreamer1-plugins-base-devel.x86_64                                                       1.7.1-1.fc24                                                    @rawhide          
gstreamer1-plugins-good.x86_64                                                             1.7.1-1.fc24                                                    @System           
gstreamer1-plugins-good-extras.x86_64                                                      1.7.1-1.fc24                                                    @rawhide          


$ gst-launch-1.0 playbin uri=file:///usr/share/sounds/alsa/Front_Center.wav
=> Sound comes from my speakers

totem /usr/share/sounds/alsa/Front_Center.wav
=> No sound comes from my speakers, error message in totem UI: "This file cannot be played over the network. Try downloading it locally first."

GST_DEBUG=5 output attached

Commenting out the custom audiosink definition (bacon-video-widget.c:6176) fixes the issue for all kind of media files.
Comment 1 Tim-Philipp Müller 2016-01-19 23:14:34 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed in the code repository.

*** This bug has been marked as a duplicate of bug 760234 ***