From: moom Date: Mon, 6 Aug 2007 19:17:39 +0000 (+0000) Subject: * Fix a potential segv with the Gstreamer engine X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~432 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b82bfa68a9754da62f61f6ca005d8307ce60a9b1;p=profile%2Fivi%2Femotion.git * Fix a potential segv with the Gstreamer engine git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@31197 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/modules/emotion_gstreamer.c b/src/modules/emotion_gstreamer.c index 395a57a..693e83f 100644 --- a/src/modules/emotion_gstreamer.c +++ b/src/modules/emotion_gstreamer.c @@ -1276,7 +1276,7 @@ _em_fd_ev_active(void *data, Ecore_Fd_Handler *fdh) { int fd; int len; - void *buf[1]; + void *buf[2]; unsigned char *frame_data; Emotion_Gstreamer_Video *ev; GstBuffer *buffer;