mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
docs: fix broken xrefs
This commit is contained in:
parent
efcad155e0
commit
2ba8b37d15
5 changed files with 7 additions and 7 deletions
|
@ -22,7 +22,7 @@
|
|||
/**
|
||||
* SECTION:gstbasesink
|
||||
* @short_description: Base class for sink elements
|
||||
* @see_also: #GstBaseTransform, #GstBaseSource
|
||||
* @see_also: #GstBaseTransform, #GstBaseSrc
|
||||
*
|
||||
* #GstBaseSink is the base class for sink elements in GStreamer, such as
|
||||
* xvimagesink or filesink. It is a layer on top of #GstElement that provides a
|
||||
|
|
|
@ -153,7 +153,7 @@ gst_collect_pads_finalize (GObject * object)
|
|||
/**
|
||||
* gst_collect_pads_new:
|
||||
*
|
||||
* Create a new instance of #GstCollectsPads.
|
||||
* Create a new instance of #GstCollectPads.
|
||||
*
|
||||
* Returns: a new #GstCollectPads, or NULL in case of an error.
|
||||
*
|
||||
|
|
|
@ -331,7 +331,7 @@ gst_data_queue_is_empty (GstDataQueue * queue)
|
|||
* @queue: a #GstDataQueue.
|
||||
*
|
||||
* Queries if @queue is full. This check will be done using the
|
||||
* #GstDataQueueCheckFullCallback registered with @queue.
|
||||
* #GstDataQueueCheckFullFunction registered with @queue.
|
||||
* MT safe.
|
||||
*
|
||||
* Returns: #TRUE if @queue is full.
|
||||
|
|
|
@ -367,7 +367,7 @@ gst_dp_header_payload_type (const guint8 * header)
|
|||
/**
|
||||
* gst_dp_header_from_buffer:
|
||||
* @buffer: a #GstBuffer to create a header for
|
||||
* @flags: the #GDPHeaderFlags to create the header with
|
||||
* @flags: the #GstDPHeaderFlag to create the header with
|
||||
* @length: a guint pointer to store the header length in
|
||||
* @header: a guint8 * pointer to store a newly allocated header byte array in
|
||||
*
|
||||
|
@ -398,7 +398,7 @@ gst_dp_header_from_buffer_1_0 (const GstBuffer * buffer, GstDPHeaderFlag flags,
|
|||
/**
|
||||
* gst_dp_packet_from_caps:
|
||||
* @caps: a #GstCaps to create a packet for
|
||||
* @flags: the #GDPHeaderFlags to create the header with
|
||||
* @flags: the #GstDPHeaderFlag to create the header with
|
||||
* @length: a guint pointer to store the header length in
|
||||
* @header: a guint8 pointer to store a newly allocated header byte array in
|
||||
* @payload: a guint8 pointer to store a newly allocated payload byte array in
|
||||
|
@ -430,7 +430,7 @@ gst_dp_packet_from_caps_1_0 (const GstCaps * caps, GstDPHeaderFlag flags,
|
|||
/**
|
||||
* gst_dp_packet_from_event:
|
||||
* @event: a #GstEvent to create a packet for
|
||||
* @flags: the #GDPHeaderFlags to create the header with
|
||||
* @flags: the #GstDPHeaderFlag to create the header with
|
||||
* @length: a guint pointer to store the header length in
|
||||
* @header: a guint8 pointer to store a newly allocated header byte array in
|
||||
* @payload: a guint8 pointer to store a newly allocated payload byte array in
|
||||
|
|
|
@ -522,7 +522,7 @@ gst_net_client_clock_stop (GstNetClientClock * self)
|
|||
* @base_time: initial time of the clock
|
||||
*
|
||||
* Create a new #GstNetClientClock that will report the time
|
||||
* provided by the #GstNetClockProvider on @remote_address and
|
||||
* provided by the #GstNetTimeProvider on @remote_address and
|
||||
* @remote_port.
|
||||
*
|
||||
* Returns: a new #GstClock that receives a time from the remote
|
||||
|
|
Loading…
Reference in a new issue