docs: fix broken xrefs
authorStefan Kost <ensonic@users.sf.net>
Fri, 27 Nov 2009 14:39:37 +0000 (16:39 +0200)
committerStefan Kost <ensonic@users.sf.net>
Fri, 27 Nov 2009 14:39:37 +0000 (16:39 +0200)
libs/gst/base/gstbasesink.c
libs/gst/base/gstcollectpads.c
libs/gst/base/gstdataqueue.c
libs/gst/dataprotocol/dataprotocol.c
libs/gst/net/gstnetclientclock.c

index b27e90d..ea914ff 100644 (file)
@@ -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
index 77a1ba3..d27cff7 100644 (file)
@@ -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.
  *
index b408b42..569f3b2 100644 (file)
@@ -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.
index f253b41..61705ca 100644 (file)
@@ -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
index c1f19b3..dcaa975 100644 (file)
@@ -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