[Bug 640872] playbin2 crashes when changing volume

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Mar 30 23:07:56 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=640872
  GStreamer | gst-plugins-base | 0.10.31

--- Comment #11 from Andres Colubri <andres.colubri at gmail.com> 2011-03-31 06:07:53 UTC ---
I was able to get a segfault in C while playing a long audio file. But I did a
small change in the test code, I use g_object_set_property() instead of
g_object_set(), since the former is the function called from the java bindings.
I'm adding the new test code as an attachment.

I'm having some trouble getting the stack trace though. I installed all the dbg
packages for gstreamer, and also the bug-buddy application. But when the
application crashed, no bug report was automatically generated. Do I need to
compile the test app including debug symbols?

Note: I'm currently using pkg-config:

gcc `pkg-config --cflags --libs gstreamer-0.10` voltest.c -o voltest

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