[gst-devel] libfame
Thomas Vander Stichele
thomas at urgent.rug.ac.be
Fri May 31 03:20:02 CEST 2002
Hi,
I'm trying to write a plugin to use libfame, an mpeg1/4 video encoder.
There's one thing I'm not too sure about; the functions encoding stuff
require a fame_yuv_t datatype
defined like this :
typedef struct _fame_yuv_t_ {
unsigned int w, h, p;
unsigned char *y;
unsigned char *u;
unsigned char *v;
} fame_yuv_t;
I suppose I need to convert the "data" buffers to this type. Do we
already have a function like that, or do I need to write one for this
plugin only, and if so, how ?
Thanks,
Thomas
--
The Dave/Dina Project : future TV today ! - http://davedina.apestaart.org/
<-*- -*->
That's all changed for good
No more worries and doubts
The good will come out
<-*- thomas at apestaart.org -*->
URGent, the best radio on the Internet - 24/7 ! - http://urgent.rug.ac.be/
More information about the gstreamer-devel
mailing list