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:
Tim-Philipp Müller 2015-06-13 15:05:05 +01:00
parent 54f6540f16
commit 1164f91f1f
2 changed files with 2 additions and 3 deletions

View file

@ -192,7 +192,6 @@ struct _GstBaseTransform {
* of the outgoing buffer.
* @transform_ip: Required if the element operates in-place.
* Transform the incoming buffer in-place.
*
* @submit_input_buffer: Function which accepts a new input buffer and pre-processes it.
* The default implementation performs caps (re)negotiation, then
* QoS if needed, and places the input buffer into the @queued_buf

View file

@ -53,8 +53,8 @@ const GstMetaInfo *gst_net_control_message_meta_get_info (void);
#define GST_NET_CONTROL_MESSAGE_META_INFO \
(gst_net_control_message_meta_get_info())
GstNetControlMessageMeta * gst_buffer_add_net_control_message_meta (
GstBuffer *buffer, GSocketControlMessage *addr);
GstNetControlMessageMeta * gst_buffer_add_net_control_message_meta (GstBuffer * buffer,
GSocketControlMessage * message);
G_END_DECLS