* Fix a potential segv with the Gstreamer engine

SVN revision: 31197
This commit is contained in:
moom 2007-08-06 19:17:39 +00:00 committed by moom
parent 2409b26057
commit 6ad92c53eb
1 changed files with 1 additions and 1 deletions

View File

@ -1276,7 +1276,7 @@ _em_fd_ev_active(void *data, Ecore_Fd_Handler *fdh)
{ {
int fd; int fd;
int len; int len;
void *buf[1]; void *buf[2];
unsigned char *frame_data; unsigned char *frame_data;
Emotion_Gstreamer_Video *ev; Emotion_Gstreamer_Video *ev;
GstBuffer *buffer; GstBuffer *buffer;