gstreamer/gst/videoparsers
Vineeth TM e389211aa5 h265parse: Fix buffer leak when sps is not present
When sps data is NULL, the buffer allocated and mapped is not being freed.
In this scenario there is no need to allocate the buffer as we are supposed to return NULL.

https://bugzilla.gnome.org/show_bug.cgi?id=761070
2016-01-25 10:07:55 -03:00
..
dirac_parse.c
dirac_parse.h
gstdiracparse.c videoparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:08:43 +01:00
gstdiracparse.h
gsth263parse.c videoparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:08:43 +01:00
gsth263parse.h
gsth264parse.c videoparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:08:43 +01:00
gsth264parse.h
gsth265parse.c h265parse: Fix buffer leak when sps is not present 2016-01-25 10:07:55 -03:00
gsth265parse.h
gstmpeg4videoparse.c videoparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:08:43 +01:00
gstmpeg4videoparse.h
gstmpegvideoparse.c videoparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:08:43 +01:00
gstmpegvideoparse.h
gstpngparse.c videoparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:08:43 +01:00
gstpngparse.h
gstvc1parse.c videoparsers: Check for NULL return value of gst_pad_get_current_caps() 2015-12-16 10:08:43 +01:00
gstvc1parse.h
h263parse.c
h263parse.h
Makefile.am
plugin.c