mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
libs: more doc scanner fixes
gstbasetransform.h:196: Warning: GstBase: "@submit_input_buffer" parameter unexpected at this location: * @submit_input_buffer: Function which accepts a new input buffer and pre-processes it. gstnetcontrolmessagemeta.c:103: Warning: GstNet: gst_buffer_add_net_control_message_meta: unknown parameter 'message' in documentation comment, should be 'addr'
This commit is contained in:
parent
54f6540f16
commit
1164f91f1f
2 changed files with 2 additions and 3 deletions
|
@ -192,7 +192,6 @@ struct _GstBaseTransform {
|
||||||
* of the outgoing buffer.
|
* of the outgoing buffer.
|
||||||
* @transform_ip: Required if the element operates in-place.
|
* @transform_ip: Required if the element operates in-place.
|
||||||
* Transform the incoming buffer in-place.
|
* Transform the incoming buffer in-place.
|
||||||
*
|
|
||||||
* @submit_input_buffer: Function which accepts a new input buffer and pre-processes it.
|
* @submit_input_buffer: Function which accepts a new input buffer and pre-processes it.
|
||||||
* The default implementation performs caps (re)negotiation, then
|
* The default implementation performs caps (re)negotiation, then
|
||||||
* QoS if needed, and places the input buffer into the @queued_buf
|
* QoS if needed, and places the input buffer into the @queued_buf
|
||||||
|
|
|
@ -53,8 +53,8 @@ const GstMetaInfo *gst_net_control_message_meta_get_info (void);
|
||||||
#define GST_NET_CONTROL_MESSAGE_META_INFO \
|
#define GST_NET_CONTROL_MESSAGE_META_INFO \
|
||||||
(gst_net_control_message_meta_get_info())
|
(gst_net_control_message_meta_get_info())
|
||||||
|
|
||||||
GstNetControlMessageMeta * gst_buffer_add_net_control_message_meta (
|
GstNetControlMessageMeta * gst_buffer_add_net_control_message_meta (GstBuffer * buffer,
|
||||||
GstBuffer *buffer, GSocketControlMessage *addr);
|
GSocketControlMessage * message);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue