summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-09-10 10:28:48 +0300
committerStefan Kost <ensonic@users.sf.net>2009-09-10 10:28:48 +0300
commit0a7ef67ad0015e34d5f9af1ef8ad295f0e5ee1ae (patch)
tree726c2d9dcd5b50a673c6b6a808e0edff668deeb4 /gst/rtpmanager
parent0a68003efe44b05e03adaa263da3bb97649d8d60 (diff)
docs: fix gtk-doc warnings
Diffstat (limited to 'gst/rtpmanager')
-rw-r--r--gst/rtpmanager/gstrtpjitterbuffer.c2
-rw-r--r--gst/rtpmanager/gstrtpptdemux.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/gst/rtpmanager/gstrtpjitterbuffer.c b/gst/rtpmanager/gstrtpjitterbuffer.c
index 4ef449ba..964f08c4 100644
--- a/gst/rtpmanager/gstrtpjitterbuffer.c
+++ b/gst/rtpmanager/gstrtpjitterbuffer.c
@@ -1358,7 +1358,7 @@ flushing:
}
}
-/**
+/*
* This funcion will push out buffers on the source pad.
*
* For each pushed buffer, the seqnum is recorded, if the next buffer B has a
diff --git a/gst/rtpmanager/gstrtpptdemux.c b/gst/rtpmanager/gstrtpptdemux.c
index 6e34705e..8510776c 100644
--- a/gst/rtpmanager/gstrtpptdemux.c
+++ b/gst/rtpmanager/gstrtpptdemux.c
@@ -97,7 +97,7 @@ GST_STATIC_PAD_TEMPLATE ("src_%d",
GST_DEBUG_CATEGORY_STATIC (gst_rtp_pt_demux_debug);
#define GST_CAT_DEFAULT gst_rtp_pt_demux_debug
-/**
+/*
* Item for storing GstPad<->pt pairs.
*/
struct _GstRtpPtDemuxPad
@@ -425,7 +425,7 @@ find_pad_for_pt (GstRtpPtDemux * rtpdemux, guint8 pt)
return respad;
}
-/**
+/*
* Reserves resources for the object.
*/
static gboolean
@@ -437,7 +437,7 @@ gst_rtp_pt_demux_setup (GstRtpPtDemux * ptdemux)
return TRUE;
}
-/**
+/*
* Free resources for the object.
*/
static void