GNOME Bugzilla – Bug 686398
gio smb:/// behaves badly in pull mode
Last modified: 2013-05-21 18:54:04 UTC
Created attachment 226754 [details] debug log made with GST_DEBUG=*src:6 See attached debug log. When doing: $ gst-launch-1.0 playbin uri=smb://jstpierre-win7/music/Three%20Dog%20Night/Greatest%20Hits/09%20-%20Joy%20to%20the%20World.mp3 I either get no sound output, or a short snippet of sound output before cutting out entirely. Grepping through the debug log shows that I'm using pull mode. Forcing push mode, everything works fine: $ gst-launch-1.0 smb://jstpierre-win7/music/Three%20Dog%20Night/Greatest%20Hits/09%20-%20Joy%20to%20the%20World.mp3 ! queue ! decodebin ! audioconvert ! pulsesink
Could you attach a GST_DEBUG=*:6 log as well please ? (gzipped if too big for bugzilla)
Created attachment 226826 [details] debug log made with GST_DEBUG=*:6
Bastian says there were a couple of major bug fixes in gvfs to bugs that rendered giosrc unusable. Could you re-test with glib/gio/gvfs git master by any chance?
Seems to be fixed now.
Great, thanks for letting us know.