h265parse: Fix buffer memory leak.
authorVineeth TM <vineeth.tm@samsung.com>
Mon, 25 Jan 2016 03:05:12 +0000 (12:05 +0900)
committerThiago Santos <thiagoss@osg.samsung.com>
Mon, 25 Jan 2016 13:07:55 +0000 (10:07 -0300)
commit6a35a4018e4274ce1965054161e92291d19f6291
tree478a34841a238d7560b838aa8f18b00b93cf023b
parente294866bd73ecff059f7058030b0c3df25b500bf
h265parse: Fix buffer memory leak.

While setting caps, codec_data buffer is mapped, but not being unmapped
leading to memory leaks.

https://bugzilla.gnome.org/show_bug.cgi?id=761070
gst/videoparsers/gsth265parse.c