GNOME Bugzilla – Bug 729200
h264parse: fix leak of force-key-unit-event
Last modified: 2014-04-29 15:44:58 UTC
See attached patch.
Created attachment 275429 [details] [review] unref/replace force_key_unit_event in gst_h264_parse_reset
Nice! This will unref the previous event if there was one. Looks good to me.
Thanks for the patch, pushed to master. commit 36a2acae45a8da28401ca8ed8a5c116f50921fa2 Author: Haakon Sporsheim (ieei) <haakon.sporsheim@gmail.com> Date: Tue Apr 29 15:06:00 2014 +0000 h264parse: unref/replace force_key_unit_event in gst_h264_parse_reset https://bugzilla.gnome.org/show_bug.cgi?id=729200
Also pushed to 1.2 branch: commit 4f01875cfe40f06b6ad98d5644938a90a7adfbbc Author: Haakon Sporsheim (ieei) <haakon.sporsheim@gmail.com> Date: Tue Apr 29 15:06:00 2014 +0000
Thank you very much Haakon. Good one. Thiago! \o/