gstbasevideoutils

gstbasevideoutils

Functions

Description

Functions

gst_base_video_rawvideo_convert ()

gboolean
gst_base_video_rawvideo_convert (GstVideoState *state,
                                 GstFormat src_format,
                                 gint64 src_value,
                                 GstFormat *dest_format,
                                 gint64 *dest_value);

gst_base_video_encoded_video_convert ()

gboolean
gst_base_video_encoded_video_convert (GstVideoState *state,
                                      gint64 bytes,
                                      gint64 time,
                                      GstFormat src_format,
                                      gint64 src_value,
                                      GstFormat *dest_format,
                                      gint64 *dest_value);

gst_video_state_get_timestamp ()

GstClockTime
gst_video_state_get_timestamp (const GstVideoState *state,
                               GstSegment *segment,
                               int frame_number);

Types and Values