GNOME Bugzilla – Bug 614591
[h264parse] Not cleaning internal state properly for reuse
Last modified: 2010-04-02 17:49:50 UTC
Created attachment 157700 [details] test prog hi, we finally wrote a small test program which also segfault. just call this test program with any h264 rtsp source eg camera like this: ------------------------------- ./gst_rtsp_test rtsp://root:123456@10.30.0.107/axis-media/media.amp?videocodec=h264 ------------------------------- and you'll got a segfault. we test it with many camera and even with our own rtsp server. after the 2-3 run the program cause segfault ------------------------------- Program received signal SIGSEGV, Segmentation fault. 0x03f934df in g_slice_alloc () from /lib/libglib-2.0.so.0 (gdb) bt
+ Trace 221202
That's a bug in h264parse... it's not cleaning up properly.
commit c55b24b43dd03f09cad17d2eab1510dc0c030020 Author: Sebastian Dröge <sebastian.droege@collabora.co.uk> Date: Fri Apr 2 19:48:56 2010 +0200 h264parse: Correctly clean up internal state for reuse Fixes bug #614591.