docs: fix broken xrefs

This commit is contained in:
Stefan Kost 2009-11-27 16:39:37 +02:00
parent efcad155e0
commit 2ba8b37d15
5 changed files with 7 additions and 7 deletions

View file

@ -22,7 +22,7 @@
/** /**
* SECTION:gstbasesink * SECTION:gstbasesink
* @short_description: Base class for sink elements * @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 * #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 * xvimagesink or filesink. It is a layer on top of #GstElement that provides a

View file

@ -153,7 +153,7 @@ gst_collect_pads_finalize (GObject * object)
/** /**
* gst_collect_pads_new: * 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. * Returns: a new #GstCollectPads, or NULL in case of an error.
* *

View file

@ -331,7 +331,7 @@ gst_data_queue_is_empty (GstDataQueue * queue)
* @queue: a #GstDataQueue. * @queue: a #GstDataQueue.
* *
* Queries if @queue is full. This check will be done using the * Queries if @queue is full. This check will be done using the
* #GstDataQueueCheckFullCallback registered with @queue. * #GstDataQueueCheckFullFunction registered with @queue.
* MT safe. * MT safe.
* *
* Returns: #TRUE if @queue is full. * Returns: #TRUE if @queue is full.

View file

@ -367,7 +367,7 @@ gst_dp_header_payload_type (const guint8 * header)
/** /**
* gst_dp_header_from_buffer: * gst_dp_header_from_buffer:
* @buffer: a #GstBuffer to create a header for * @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 * @length: a guint pointer to store the header length in
* @header: a guint8 * pointer to store a newly allocated header byte array 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: * gst_dp_packet_from_caps:
* @caps: a #GstCaps to create a packet for * @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 * @length: a guint pointer to store the header length in
* @header: a guint8 pointer to store a newly allocated header byte array 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 * @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: * gst_dp_packet_from_event:
* @event: a #GstEvent to create a packet for * @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 * @length: a guint pointer to store the header length in
* @header: a guint8 pointer to store a newly allocated header byte array 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 * @payload: a guint8 pointer to store a newly allocated payload byte array in

View file

@ -522,7 +522,7 @@ gst_net_client_clock_stop (GstNetClientClock * self)
* @base_time: initial time of the clock * @base_time: initial time of the clock
* *
* Create a new #GstNetClientClock that will report the time * 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. * @remote_port.
* *
* Returns: a new #GstClock that receives a time from the remote * Returns: a new #GstClock that receives a time from the remote