GNOME Bugzilla – Bug 728322
omvideodec: don't unref caps before logging field from it
Last modified: 2014-07-23 08:15:02 UTC
Created attachment 274431 [details] [review] omxvideodec: don't unref caps before logging field from it In gst_omx_video_dec_negotiate() function, we log negotiating format extracted from caps. However, caps structure has been unref before. It causes logging to access memory it should not. I attached a patch which fix it.
commit da4cf3da1f15e06307c5bc6ff45a953b29e6e0ae Author: Aurélien Zanelli <aurelien.zanelli@parrot.com> Date: Wed Apr 16 11:00:55 2014 +0200 omxvideodec: don't unref caps before logging field from it https://bugzilla.gnome.org/show_bug.cgi?id=728322