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
This commit is contained in:
Al Poole 2017-01-19 19:16:21 +09:00 committed by Carsten Haitzler (Rasterman)
parent 66af7d1928
commit 67bbb685d4
1 changed files with 0 additions and 1 deletions

View File

@ -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