mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
docs: fix gtk-doc warnings
This commit is contained in:
parent
0a68003efe
commit
0a7ef67ad0
2 changed files with 4 additions and 4 deletions
|
@ -1358,7 +1358,7 @@ flushing:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* This funcion will push out buffers on the source pad.
|
* 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
|
* For each pushed buffer, the seqnum is recorded, if the next buffer B has a
|
||||||
|
|
|
@ -97,7 +97,7 @@ GST_STATIC_PAD_TEMPLATE ("src_%d",
|
||||||
GST_DEBUG_CATEGORY_STATIC (gst_rtp_pt_demux_debug);
|
GST_DEBUG_CATEGORY_STATIC (gst_rtp_pt_demux_debug);
|
||||||
#define GST_CAT_DEFAULT gst_rtp_pt_demux_debug
|
#define GST_CAT_DEFAULT gst_rtp_pt_demux_debug
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Item for storing GstPad<->pt pairs.
|
* Item for storing GstPad<->pt pairs.
|
||||||
*/
|
*/
|
||||||
struct _GstRtpPtDemuxPad
|
struct _GstRtpPtDemuxPad
|
||||||
|
@ -425,7 +425,7 @@ find_pad_for_pt (GstRtpPtDemux * rtpdemux, guint8 pt)
|
||||||
return respad;
|
return respad;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Reserves resources for the object.
|
* Reserves resources for the object.
|
||||||
*/
|
*/
|
||||||
static gboolean
|
static gboolean
|
||||||
|
@ -437,7 +437,7 @@ gst_rtp_pt_demux_setup (GstRtpPtDemux * ptdemux)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* Free resources for the object.
|
* Free resources for the object.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue