Commit graph

7 commits

Author SHA1 Message Date
Tim-Philipp Müller
807e9c2af0 Update .def for new API 2014-10-29 13:51:40 +00:00
Gwenole Beauchesne
9bd186a960 codecparsers: h264: fix memory leak in GstH264PPS.
The gst_h264_parse_pps() function dynamically allocates the slice
group ids map array, so that needs to be cleared before parsing a
new PPS NAL unit again, or when it is no longer needed.

Likewise, a clean copy to the internal NAL parser state needs to be
performed so that to avoid a double-free corruption.

https://bugzilla.gnome.org/show_bug.cgi?id=707282

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
2014-06-27 14:00:10 +02:00
Tim-Philipp Müller
806a168b2e win32: update exports for changed h264 codec parser API 2014-06-17 13:48:10 +01:00
Edward Hervey
7228e92574 win32: update .def for new symbols 2014-05-26 13:29:53 +02:00
Sebastian Dröge
b2ce00c55d Release 1.3.1 2014-05-03 19:57:57 +02:00
Tim-Philipp Müller
f199399eb2 win32: add new codecparser API to .def file 2013-11-06 23:14:22 +00:00
Sreerenj Balachandran
7622c9b10a win32: update with the new file libgstcodecparsers.def
https://bugzilla.gnome.org/show_bug.cgi?id=708629
2013-10-02 10:59:03 +02:00