[Bug 680726] [0.10] segfault using gst_caps_to_string
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Sat Jul 28 01:56:04 PDT 2012
https://bugzilla.gnome.org/show_bug.cgi?id=680726
GStreamer | gstreamer (core) | 0.10.x
--- Comment #2 from Nicola <lists at svrinformatica.it> 2012-07-28 08:56:01 UTC ---
the caps are in an on_pad_added callback
caps = gst_pad_get_caps(pad);
gchar * caps_as_string = gst_caps_to_string(caps);
you can find here a test media that show the issue here:
http://77.43.75.110/temp/2012_07_27_19_45_24_455_recovered.mov
please run with:
gst-launch filesrc location=/tmp/2012_07_27_19_45_24_455_recovered.mov !
qtdemux name=demux demux. ! queue ! jpegdec ! xvimagesink demux. ! queue !
adpcmdec ! alsasink
the media was produced with gstreamer itself, in this particular case the
recording was interrupted by a system shutdown and the media was recovered with
qtmoovrecover with a pipeline like this:
qtmoovrecover recovery-input=.. broken-input=.. fixed-output=..
--
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