From 2ba8b37d159aa07b0a2107066c62772558b40e9e Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Fri, 27 Nov 2009 16:39:37 +0200 Subject: [PATCH] docs: fix broken xrefs --- libs/gst/base/gstbasesink.c | 2 +- libs/gst/base/gstcollectpads.c | 2 +- libs/gst/base/gstdataqueue.c | 2 +- libs/gst/dataprotocol/dataprotocol.c | 6 +++--- libs/gst/net/gstnetclientclock.c | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libs/gst/base/gstbasesink.c b/libs/gst/base/gstbasesink.c index b27e90da51..ea914ff869 100644 --- a/libs/gst/base/gstbasesink.c +++ b/libs/gst/base/gstbasesink.c @@ -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 diff --git a/libs/gst/base/gstcollectpads.c b/libs/gst/base/gstcollectpads.c index 77a1ba3b0e..d27cff7c59 100644 --- a/libs/gst/base/gstcollectpads.c +++ b/libs/gst/base/gstcollectpads.c @@ -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. * diff --git a/libs/gst/base/gstdataqueue.c b/libs/gst/base/gstdataqueue.c index b408b425aa..569f3b236f 100644 --- a/libs/gst/base/gstdataqueue.c +++ b/libs/gst/base/gstdataqueue.c @@ -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. diff --git a/libs/gst/dataprotocol/dataprotocol.c b/libs/gst/dataprotocol/dataprotocol.c index f253b415eb..61705ca93a 100644 --- a/libs/gst/dataprotocol/dataprotocol.c +++ b/libs/gst/dataprotocol/dataprotocol.c @@ -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 diff --git a/libs/gst/net/gstnetclientclock.c b/libs/gst/net/gstnetclientclock.c index c1f19b30bf..dcaa975891 100644 --- a/libs/gst/net/gstnetclientclock.c +++ b/libs/gst/net/gstnetclientclock.c @@ -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