mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
docs: various doc fixes
No short-desc as we have them in the element details. Also keep things (Makefile.am and sections.txt) sorted. Reword ambigous returns. No text after since please.
This commit is contained in:
parent
c0ad75c810
commit
68811432dc
4 changed files with 6 additions and 10 deletions
|
@ -27,7 +27,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-dtmfsrc
|
||||
* @short_description: Generates DTMF packets
|
||||
* @see_also: rtpdtmsrc, rtpdtmfmuxx
|
||||
*
|
||||
* The DTMFSrc element generates DTMF (ITU-T Q.23 Specification) tone packets on request
|
||||
|
|
|
@ -42,13 +42,6 @@ G_BEGIN_DECLS
|
|||
typedef struct _GstDTMFSrc GstDTMFSrc;
|
||||
typedef struct _GstDTMFSrcClass GstDTMFSrcClass;
|
||||
|
||||
/**
|
||||
* GstDTMFSrc:
|
||||
* @element: the parent element.
|
||||
*
|
||||
* The opaque #GstDTMFSrc data structure.
|
||||
*/
|
||||
|
||||
enum _GstDTMFEventType
|
||||
{
|
||||
DTMF_EVENT_TYPE_START,
|
||||
|
@ -69,6 +62,12 @@ struct _GstDTMFSrcEvent
|
|||
|
||||
typedef struct _GstDTMFSrcEvent GstDTMFSrcEvent;
|
||||
|
||||
/**
|
||||
* GstDTMFSrc:
|
||||
* @element: the parent element.
|
||||
*
|
||||
* The opaque #GstDTMFSrc data structure.
|
||||
*/
|
||||
struct _GstDTMFSrc
|
||||
{
|
||||
/*< private >*/
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
*/
|
||||
/**
|
||||
* SECTION:element-rtpdtmfdepay
|
||||
* @short_description: Transforms RFC 4733/2833 RTP dtmf packets into sound
|
||||
* @see_also: rtpdtmfsrc, rtpdtmfmux
|
||||
*
|
||||
* This element takes RTP DTMF packets and produces sound. It also emits a
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
/**
|
||||
* SECTION:element-rtpdtmfsrc
|
||||
* @short_description: Generates RTP DTMF packets
|
||||
* @see_also: dtmfsrc, rtpdtmfdepay, rtpdtmfmux
|
||||
*
|
||||
* The RTPDTMFSrc element generates RTP DTMF (RFC 2833) event packets on request
|
||||
|
|
Loading…
Reference in a new issue