mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
docs: fix up some Since: markers
This commit is contained in:
parent
5d3852d91a
commit
d7fc45f42e
5 changed files with 14 additions and 12 deletions
|
@ -436,7 +436,7 @@ gst_text_overlay_class_init (GstTextOverlayClass * klass)
|
||||||
*
|
*
|
||||||
* Whether to display a shadow of each letter under the text.
|
* Whether to display a shadow of each letter under the text.
|
||||||
*
|
*
|
||||||
* Since: 0.10.35
|
* Since: 0.10.36
|
||||||
**/
|
**/
|
||||||
g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_SHADOW,
|
g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_SHADOW,
|
||||||
g_param_spec_boolean ("shadow", "create shadow of text",
|
g_param_spec_boolean ("shadow", "create shadow of text",
|
||||||
|
@ -527,7 +527,7 @@ gst_text_overlay_class_init (GstTextOverlayClass * klass)
|
||||||
*
|
*
|
||||||
* Color of the outline of the rendered text.
|
* Color of the outline of the rendered text.
|
||||||
*
|
*
|
||||||
* Since: 0.10.35
|
* Since: 0.10.36
|
||||||
**/
|
**/
|
||||||
g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_OUTLINE_COLOR,
|
g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_OUTLINE_COLOR,
|
||||||
g_param_spec_uint ("outline-color", "Text Outline Color",
|
g_param_spec_uint ("outline-color", "Text Outline Color",
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
/**
|
/**
|
||||||
* SECTION:gstaudioiec61937
|
* SECTION:gstaudioiec61937
|
||||||
* @short_description: Utility functions for IEC 61937 payloading
|
* @short_description: Utility functions for IEC 61937 payloading
|
||||||
* @since: 0.10.35
|
* @since: 0.10.36
|
||||||
*
|
*
|
||||||
* This module contains some helper functions for encapsulating various
|
* This module contains some helper functions for encapsulating various
|
||||||
* audio formats in IEC 61937 headers and padding.
|
* audio formats in IEC 61937 headers and padding.
|
||||||
|
@ -69,7 +69,7 @@ caps_get_string_field (const GstCaps * caps, const gchar * field)
|
||||||
* Returns: the size or 0 if the given @type is not supported or cannot be
|
* Returns: the size or 0 if the given @type is not supported or cannot be
|
||||||
* payloaded.
|
* payloaded.
|
||||||
*
|
*
|
||||||
* Since: 0.10.35
|
* Since: 0.10.36
|
||||||
*/
|
*/
|
||||||
guint
|
guint
|
||||||
gst_audio_iec61937_frame_size (const GstRingBufferSpec * spec)
|
gst_audio_iec61937_frame_size (const GstRingBufferSpec * spec)
|
||||||
|
@ -145,7 +145,7 @@ gst_audio_iec61937_frame_size (const GstRingBufferSpec * spec)
|
||||||
* Returns: transfer-full: %TRUE if the payloading was successful, %FALSE
|
* Returns: transfer-full: %TRUE if the payloading was successful, %FALSE
|
||||||
* otherwise.
|
* otherwise.
|
||||||
*
|
*
|
||||||
* Since: 0.10.35
|
* Since: 0.10.36
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
gst_audio_iec61937_payload (const guint8 * src, guint src_n, guint8 * dst,
|
gst_audio_iec61937_payload (const guint8 * src, guint src_n, guint8 * dst,
|
||||||
|
|
|
@ -252,7 +252,7 @@ gst_base_audio_sink_class_init (GstBaseAudioSinkClass * klass)
|
||||||
* Controls the amount of time in nanoseconds that timestamps are allowed
|
* Controls the amount of time in nanoseconds that timestamps are allowed
|
||||||
* to drift from their ideal time before choosing not to align them.
|
* to drift from their ideal time before choosing not to align them.
|
||||||
*
|
*
|
||||||
* Since: 0.10.26
|
* Since: 0.10.36
|
||||||
*/
|
*/
|
||||||
g_object_class_install_property (gobject_class, PROP_ALIGNMENT_THRESHOLD,
|
g_object_class_install_property (gobject_class, PROP_ALIGNMENT_THRESHOLD,
|
||||||
g_param_spec_int64 ("alignment-threshold", "Alignment Threshold",
|
g_param_spec_int64 ("alignment-threshold", "Alignment Threshold",
|
||||||
|
@ -265,6 +265,8 @@ gst_base_audio_sink_class_init (GstBaseAudioSinkClass * klass)
|
||||||
*
|
*
|
||||||
* A window of time in nanoseconds to wait before creating a discontinuity as
|
* A window of time in nanoseconds to wait before creating a discontinuity as
|
||||||
* a result of breaching the drift-tolerance.
|
* a result of breaching the drift-tolerance.
|
||||||
|
*
|
||||||
|
* Since: 0.10.36
|
||||||
*/
|
*/
|
||||||
g_object_class_install_property (gobject_class, PROP_DISCONT_WAIT,
|
g_object_class_install_property (gobject_class, PROP_DISCONT_WAIT,
|
||||||
g_param_spec_int64 ("discont-wait", "Discont Wait",
|
g_param_spec_int64 ("discont-wait", "Discont Wait",
|
||||||
|
@ -714,7 +716,7 @@ gst_base_audio_sink_get_drift_tolerance (GstBaseAudioSink * sink)
|
||||||
*
|
*
|
||||||
* Controls the sink's alignment threshold.
|
* Controls the sink's alignment threshold.
|
||||||
*
|
*
|
||||||
* Since: 0.10.31
|
* Since: 0.10.36
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
gst_base_audio_sink_set_alignment_threshold (GstBaseAudioSink * sink,
|
gst_base_audio_sink_set_alignment_threshold (GstBaseAudioSink * sink,
|
||||||
|
@ -735,7 +737,7 @@ gst_base_audio_sink_set_alignment_threshold (GstBaseAudioSink * sink,
|
||||||
*
|
*
|
||||||
* Returns: The current alignment threshold used by @sink.
|
* Returns: The current alignment threshold used by @sink.
|
||||||
*
|
*
|
||||||
* Since: 0.10.31
|
* Since: 0.10.36
|
||||||
*/
|
*/
|
||||||
GstClockTime
|
GstClockTime
|
||||||
gst_base_audio_sink_get_alignment_threshold (GstBaseAudioSink * sink)
|
gst_base_audio_sink_get_alignment_threshold (GstBaseAudioSink * sink)
|
||||||
|
@ -758,7 +760,7 @@ gst_base_audio_sink_get_alignment_threshold (GstBaseAudioSink * sink)
|
||||||
*
|
*
|
||||||
* Controls how long the sink will wait before creating a discontinuity.
|
* Controls how long the sink will wait before creating a discontinuity.
|
||||||
*
|
*
|
||||||
* Since: 0.10.31
|
* Since: 0.10.36
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
gst_base_audio_sink_set_discont_wait (GstBaseAudioSink * sink,
|
gst_base_audio_sink_set_discont_wait (GstBaseAudioSink * sink,
|
||||||
|
@ -779,7 +781,7 @@ gst_base_audio_sink_set_discont_wait (GstBaseAudioSink * sink,
|
||||||
*
|
*
|
||||||
* Returns: The current discont wait used by @sink.
|
* Returns: The current discont wait used by @sink.
|
||||||
*
|
*
|
||||||
* Since: 0.10.31
|
* Since: 0.10.36
|
||||||
*/
|
*/
|
||||||
GstClockTime
|
GstClockTime
|
||||||
gst_base_audio_sink_get_discont_wait (GstBaseAudioSink * sink)
|
gst_base_audio_sink_get_discont_wait (GstBaseAudioSink * sink)
|
||||||
|
|
|
@ -144,7 +144,7 @@ struct _GstBaseAudioSink {
|
||||||
* @payload: payload data in a format suitable to write to the sink. If no
|
* @payload: payload data in a format suitable to write to the sink. If no
|
||||||
* payloading is required, returns a reffed copy of the original
|
* payloading is required, returns a reffed copy of the original
|
||||||
* buffer, else returns the payloaded buffer with all other metadata
|
* buffer, else returns the payloaded buffer with all other metadata
|
||||||
* copied. (Since: 0.10.35)
|
* copied. (Since: 0.10.36)
|
||||||
*
|
*
|
||||||
* #GstBaseAudioSink class. Override the vmethod to implement
|
* #GstBaseAudioSink class. Override the vmethod to implement
|
||||||
* functionality.
|
* functionality.
|
||||||
|
|
|
@ -2081,7 +2081,7 @@ gst_video_format_get_size (GstVideoFormat format, int width, int height)
|
||||||
* Calculates the total number of bytes in the raw video format for the given
|
* Calculates the total number of bytes in the raw video format for the given
|
||||||
* caps. This number should be used when allocating a buffer for raw video.
|
* caps. This number should be used when allocating a buffer for raw video.
|
||||||
*
|
*
|
||||||
* Since: 0.10.34
|
* Since: 0.10.36
|
||||||
*
|
*
|
||||||
* Returns: %TRUE if the size could be calculated from the caps
|
* Returns: %TRUE if the size could be calculated from the caps
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue