Define Gstreamer SH Video Encoder structure. More...
Data Fields | |
GstElement | element |
GstPad * | srcpad |
gint | offset |
SHCodecs_Format | format |
SHCodecs_Encoder * | encoder |
gint | width |
gint | height |
gint | fps_numerator |
gint | fps_denominator |
APPLI_INFO | ainfo |
capture * | ceu |
GstCaps * | out_caps |
gboolean | caps_set |
glong | frame_number |
GstClock * | clock |
gboolean | start_time_set |
GstClockTime | start_time |
GstBuffer * | output_buf |
pthread_t | enc_thread |
pthread_t | capture_thread |
struct Queue * | enc_input_q |
struct Queue * | enc_input_empty_q |
UIOMux * | uiomux |
SHVEU * | veu |
DISPLAY * | display |
int | cap_w |
int | cap_h |
GstCameraPreview | preview |
gboolean | hold_output |
gboolean | stop_capture_thr |
gboolean | stop_encode_thr |
Define Gstreamer SH Video Encoder structure.