mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
docs: fix two more Since: tags
This commit is contained in:
parent
62cd1215c7
commit
a1712ad87c
2 changed files with 2 additions and 2 deletions
|
@ -174,7 +174,7 @@ gst_multipart_demux_class_init (GstMultipartDemuxClass * klass)
|
|||
* not change and emit no-more-pads as soon as the first boundary
|
||||
* content is parsed, decoded, and pads are linked.
|
||||
*
|
||||
* Since: 0.10.30
|
||||
* Since: 0.10.31
|
||||
*/
|
||||
g_object_class_install_property (gobject_class, PROP_SINGLE_STREAM,
|
||||
g_param_spec_boolean ("single-stream", "Single Stream",
|
||||
|
|
|
@ -442,7 +442,7 @@ gst_v4l2_object_install_properties_helper (GObjectClass * gobject_class,
|
|||
*
|
||||
* TV norm
|
||||
*
|
||||
* Since: 0.10.30
|
||||
* Since: 0.10.31
|
||||
*/
|
||||
g_object_class_install_property (gobject_class, PROP_TV_NORM,
|
||||
g_param_spec_enum ("norm", "TV norm",
|
||||
|
|
Loading…
Reference in a new issue