Valgrind error with gstreamer

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Valgrind error with gstreamer

Baby Octopus
Administrator
valgrind_gst.txt

gst-launch-1.0 filesrc location=/mnt/CIF_akiyo.yuv ! videoparse width=352 height=288 ! tee name=video_tee video_tee.! queue ! videorate ! videoconvert ! videoscale ! avenc_mpeg4 ! filesink location=/mnt/akiyo_cif.mpeg4 video_tee.! queue ! videorate ! videoconvert ! videoscale ! video/x-raw,width=174,height=144 ! avenc_mpeg4 ! filesink location=/mnt/akiyo_qcif.mpeg4


Just ran the above command with gst-launch and got the summary
==8532== ERROR SUMMARY: 414 errors from 414 contexts (suppressed: 0 from 0)

I have attached the log. Is something seriously wrong?

~BO

Reply | Threaded
Open this post in threaded view
|

Re: Valgrind error with gstreamer

Nicolas Dufresne
Le vendredi 30 novembre 2012 à 04:25 -0800, Baby Octopus a écrit :
>
> I have attached the log. Is something seriously wrong?

No, there is nothing seriously wrong here. The "errors" displayed in you
log are leaks as detected by valgrind. In GStreamer (and GLib) we no
longer free the the structures holding object class information, or
other static information like static pad caps. For this reason, we
provide a supression file to removes the false positive. It can be found
in gstreamer/common/gst.supp and can be passed to valgrind using
--supressions=gstreamer/common/gst.supp.

regards,
Nicolas

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel