summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager/gstrtpptdemux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/rtpmanager/gstrtpptdemux.c')
-rw-r--r--gst/rtpmanager/gstrtpptdemux.c6
1 files changed, 3 insertions, 3 deletions
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