Top | ![]() |
![]() |
![]() |
![]() |
GstVaapiParserFrame * | gst_vaapi_parser_frame_new () |
void | gst_vaapi_parser_frame_free () |
void | gst_vaapi_parser_frame_append_unit () |
#define | gst_vaapi_parser_frame_ref() |
#define | gst_vaapi_parser_frame_unref() |
#define | gst_vaapi_parser_frame_replace() |
GstVaapiParserFrame * gst_vaapi_parser_frame_new (guint width
,guint height
);
Creates a new GstVaapiParserFrame object.
void
gst_vaapi_parser_frame_free (GstVaapiParserFrame *frame
);
Deallocates any internal resources bound to the supplied decoder
frame
.
note
This is an internal function used to implement lightweight
sub-classes.
void gst_vaapi_parser_frame_append_unit (GstVaapiParserFrame *frame
,GstVaapiDecoderUnit *unit
);
Appends unit to the frame
.