gstbasevideoutils

gstbasevideoutils

Synopsis

gboolean            gst_base_video_rawvideo_convert     (GstVideoState *state,
                                                         GstFormat src_format,
                                                         gint64 src_value,
                                                         GstFormat *dest_format,
                                                         gint64 *dest_value);
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);
GstClockTime        gst_video_state_get_timestamp       (const GstVideoState *state,
                                                         GstSegment *segment,
                                                         int frame_number);

Description

Details

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);