[gst-devel] Problems with Wx::MediaCtrl GStreamer wrapper on Kubuntu

Tim-Philipp Müller t.i.m at zen.co.uk
Sat Oct 23 18:21:57 CEST 2010


On Fri, 2010-10-22 at 22:25 -0200, Steve wrote:

> 1) Wx::MediaCtrl crashes at end of file (Kubuntu 9.10 only as it doesn't
> occur on Windows - maybe GST is not there anyway - and my colleague didn't
> see it on his Debian setup).  I've rebuilt on 2 different Kubuntu machines
> with the same result.  I've not tried Lucid.

You should probably try 10.10 and/or the GStreamer PPA (which has newer
packages).

Does the crash also occur if you play the file/stream from the command
line like this:

  gst-launch-0.10 playbin2 uri=file:///file/to/foo.bar

?

If yes, maybe you could install the various -dbg packages
(libgstreamer0.10-0-dbg, gstreamer0.10-plugins-base-dbg,
gstreamer0.10-plugins-good-dbg etc.) and then get a stack trace with:

 gdb --args /usr/bin/gst-launch-0.10 playbin2
uri=file:///file/to/foo.bar
 (gdb)run
  ... wait for crash ...
 (gdb) thread all apply bt
  ...
 (gdb) kill

Cheers
 -Tim






More information about the gstreamer-devel mailing list