| GStreamer FFMPeg 0.10 Plugins Reference Manual |
|---|
ffencffenc — |
GstFFMpegEnc;
typedef struct {
GstElement element;
/* We need to keep track of our pads, so we do so here. */
GstPad *srcpad;
GstPad *sinkpad;
AVCodecContext *context;
AVFrame *picture;
gboolean opened;
GstBuffer *cache;
/* cache */
gulong bitrate;
gint me_method;
gint gop_size;
gulong buffer_size;
gulong rtp_payload_size;
} GstFFMpegEnc;
| << gst-ffmpeg Element Types | gst-ffmpeg Elements >> |