vaapisink: fix minor memory leak in debug mode.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 2 Mar 2015 16:04:20 +0000 (17:04 +0100)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 6 Mar 2015 09:37:40 +0000 (10:37 +0100)
commit7524b5eea620f97bbd2ff02507fa0433c602d7da
treeac7504bb3f0a9748e29a3fbe54a51b124c60762d
parent73b726418b8233c5f8edbed89496cf95d79cf27c
vaapisink: fix minor memory leak in debug mode.

The gst_video_colorimetry_to_string() function returns a newly created
string that represents the GstVideoColorimetry value. So, that needs
to be released after usage, in e.g. GST_DEBUG().
gst/vaapi/gstvaapisink.c