| GStreamer VA-API Plugins 1.0 Library Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
struct GstVaapiParamSpecID; GParamSpec * gst_vaapi_param_spec_id (const gchar *name,const gchar *nick,const gchar *blurb,GstVaapiID default_value,GParamFlags flags);
struct GstVaapiParamSpecID {
GParamSpec parent_instance;
GstVaapiID default_value;
};
A GParamSpec derived structure that contains the meta data for GstVaapiID properties.
GParamSpec |
super class |
GstVaapiID |
default value |
GParamSpec * gst_vaapi_param_spec_id (const gchar *name,const gchar *nick,const gchar *blurb,GstVaapiID default_value,GParamFlags flags);
This function creates an ID GParamSpec for use by GstVaapiObject
objects. This function is typically used in connection with
g_object_class_install_property() in a GObjects's instance_init
function.
|
canonical name of the property specified |
|
nick name for the property specified |
|
description of the property specified |
|
default value |
|
flags for the property specified |
Returns : |
a newly created parameter specification |