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 686398 - gio smb:/// behaves badly in pull mode
gio smb:/// behaves badly in pull mode
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
unspecified
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-18 16:47 UTC by Jasper St. Pierre (not reading bugmail)
Modified: 2013-05-21 18:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
debug log made with GST_DEBUG=*src:6 (63.01 KB, text/x-log)
2012-10-18 16:47 UTC, Jasper St. Pierre (not reading bugmail)
Details
debug log made with GST_DEBUG=*:6 (512.87 KB, application/x-xz)
2012-10-19 15:00 UTC, Jasper St. Pierre (not reading bugmail)
Details

Description Jasper St. Pierre (not reading bugmail) 2012-10-18 16:47:21 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
Comment 1 Tim-Philipp Müller 2012-10-18 21:36:41 UTC
Could you attach a GST_DEBUG=*:6 log as well please ? (gzipped if too big for bugzilla)
Comment 2 Jasper St. Pierre (not reading bugmail) 2012-10-19 15:00:04 UTC
Created attachment 226826 [details]
debug log made with GST_DEBUG=*:6
Comment 3 Tim-Philipp Müller 2013-04-12 11:37:25 UTC
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?
Comment 4 Jasper St. Pierre (not reading bugmail) 2013-05-21 17:12:08 UTC
Seems to be fixed now.
Comment 5 Tim-Philipp Müller 2013-05-21 18:54:04 UTC
Great, thanks for letting us know.