[Bug 649954] crash with wv files

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 1 12:01:10 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=649954
  GStreamer | don't know | unspecified

--- Comment #42 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2011-06-01 19:01:03 UTC ---
 > ichael at wst2:~> gst-launch-0.10 filesrc
> location="/home/michael/anniversaire/09.Milord.wv"
>  (snip)
> michael at wst2:~> ! wavpackparse ! wavpackdec ! fakesink
> If 'wavpackparse' is not a typo you can use command-not-found to lookup the
> package that contains it, like this:
>     cnf wavpackparse

That was all supposed to go into one single line. Copy-and-pasting it from the
browser might not work (because it might insert a newline where there was only
a line wrap). So everything from gst-launch-0.10 to fakesink should be in the
same line.

Alternatively, try copy'n'pasting this, maybe that works:

gst-launch-0.10 filesrc \
  location="/home/michael/anniversaire/09.Milord.wv" \
  ! wavpackparse ! wavpackdec ! fakesink

and then (if it does crash):

G_SLICE=always-malloc valgrind \
  /usr/bin/gst-launch-0.10 filesrc \
  location="/home/michael/anniversaire/09.Milord.wv" \
  ! wavpackparse ! wavpackdec ! fakesink

-- 
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