raster pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=67bbb685d42536a9613315e52349bdbcb3dbc293
commit 67bbb685d42536a9613315e52349bdbcb3dbc293 Author: Al Poole <[email protected]> Date: Thu Jan 19 19:16:21 2017 +0900 gstreamer buffer unref emotion: too many urefs! Seems I read the documention incorrectly!!! Reviewers: raster, jpeg, cedric Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D4572 --- src/modules/emotion/gstreamer1/emotion_gstreamer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/emotion/gstreamer1/emotion_gstreamer.c b/src/modules/emotion/gstreamer1/emotion_gstreamer.c index 5fced21..9c863ca 100644 --- a/src/modules/emotion/gstreamer1/emotion_gstreamer.c +++ b/src/modules/emotion/gstreamer1/emotion_gstreamer.c @@ -1042,7 +1042,6 @@ em_meta_artwork_get(void *video, Evas_Object *img, const char *path, Emotion_Art eina_file_close(f); evas_object_event_callback_add(img, EVAS_CALLBACK_DEL, _img_del_cb, buffer); } - gst_buffer_unref(buffer); gst_sample_unref(sample); } else --
