[gstreamer-bugs] [Bug 637216] Banshee crash due to error in GStreamer (was: beat detection on and file name like " C' est à Hambourg .wv"

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 3 12:21:25 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=637216
  GStreamer | gst-plugins-bad | unspecified

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk
          Component|gstreamer (core)            |gst-plugins-bad
            Version|0.10.30                     |unspecified

--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-02-03 20:21:21 UTC ---
I have no idea what's going on here.

The accents and other non-ASCII characters shouldn't pose a problem for
GStreamer. From GStreamer's point of view, those are just some byte values that
correspond to some byte values in the filesystem directory structure. Byte
values that are not printable non-space ASCII characters will need to be
escaped when creating an URI, before passing that URI to GStreamer.

The problems you had with gst-launch and the shell are due to you not escaping
things properly when passing it to the shell.

The stack trace suggests a crash in libsoundtouch, but there aren't any usable
details I'm afraid. Also, I really don't know why this would only happen with
files with a certain filename - might just be a concidence.

If you still have this problem with current versions of GStreamer, you need to
install libsoundtouch and GStreamer packages (esp. gst-plugins-bad) with
debugging symbols, so we can see exactly where it's crashing and why.

Moving to -bad since it looks soundtouch-related (if it's GStreamer related at
all).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the gstreamer-bugs mailing list