spa: remove wrong comment

This commit is contained in:
Wim Taymans 2020-07-01 15:27:55 +02:00
parent 4d7d9484e6
commit 3695488241
2 changed files with 3 additions and 3 deletions

View file

@ -92,7 +92,7 @@ enum spa_media_subtype {
/** properties for audio SPA_TYPE_OBJECT_Format */
enum spa_format {
SPA_FORMAT_START, /**< id of the object, one of enum spa_param_type */
SPA_FORMAT_START,
SPA_FORMAT_mediaType, /**< media type (Id enum spa_media_type) */
SPA_FORMAT_mediaSubtype, /**< media subtype (Id enum spa_media_subtype) */

View file

@ -33,7 +33,7 @@ extern "C" {
/** properties of SPA_TYPE_OBJECT_PropInfo */
enum spa_prop_info {
SPA_PROP_INFO_START, /**< id of object, one of enum spa_param_type */
SPA_PROP_INFO_START,
SPA_PROP_INFO_id, /**< associated id of the property */
SPA_PROP_INFO_name, /**< name of the property */
SPA_PROP_INFO_type, /**< type and range/enums of property */
@ -46,7 +46,7 @@ enum spa_prop_info {
/** predefined properties for SPA_TYPE_OBJECT_Props */
enum spa_prop {
SPA_PROP_START, /**< id of object, one of enum spa_param_type */
SPA_PROP_START,
SPA_PROP_unknown, /**< an unknown property */