Function
RBgst_get_encoding_profile
Declaration [src]
GstEncodingProfile*
rb_gst_get_encoding_profile (
const char* media_type
)
Parameters
media_type
-
Type:
const char*
Media type to get a profile for.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: GstEncodingProfile
Encoding profile.
The caller of the function takes ownership of the data, and is responsible for freeing it. |