summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-11-27 16:39:37 +0200
committerTim-Philipp Müller <tim@centricular.net>2012-09-11 01:54:39 +0100
commitc1574cfbd11de71fc6597be1b93e1954bfa74d0c (patch)
tree06c94647d2e477e5fed10f8e08bb88d2b5837633
parent1774354a3a791ea2d383fad5d4b474103efbab7c (diff)
gdp: fix broken xrefs in docs
-rw-r--r--gst/gdp/dataprotocol.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/gdp/dataprotocol.c b/gst/gdp/dataprotocol.c
index f253b415e..61705ca93 100644
--- a/gst/gdp/dataprotocol.c
+++ b/gst/gdp/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