mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
asset-track-object: Minor doc fixing
This commit is contained in:
parent
1b8126d349
commit
6e33af939c
1 changed files with 1 additions and 3 deletions
|
@ -82,11 +82,9 @@ ges_asset_track_object_class_init (GESAssetTrackObjectClass * klass)
|
|||
object_class->set_property = _set_property;
|
||||
|
||||
/**
|
||||
* GESTimelineObject:supported-formats:
|
||||
* GESTimelineObject:track-type:
|
||||
*
|
||||
* The formats supported by the object.
|
||||
*
|
||||
* Since: 0.10.XX
|
||||
*/
|
||||
properties[PROP_TRACK_TYPE] = g_param_spec_flags ("track-type",
|
||||
"Track type", "The GESTrackType in which the object is",
|
||||
|
|
Loading…
Reference in a new issue