diff options
author | Stefan Kost <ensonic@users.sf.net> | 2009-02-25 11:45:05 +0200 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-02-25 12:42:36 +0200 |
commit | 53f975f63ce82c6466250e5f450c0663f46f5056 (patch) | |
tree | 1b4fe046cc32d9c0611a11c25845cd31f88bf854 /gst/dtmf | |
parent | 9a0e1e0dca06d419af23d49ab87b681ae8313efc (diff) | |
download | gst-plugins-bad-53f975f63ce82c6466250e5f450c0663f46f5056.tar.gz gst-plugins-bad-53f975f63ce82c6466250e5f450c0663f46f5056.tar.bz2 gst-plugins-bad-53f975f63ce82c6466250e5f450c0663f46f5056.zip |
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.
Diffstat (limited to 'gst/dtmf')
-rw-r--r-- | gst/dtmf/gstdtmfsrc.c | 1 | ||||
-rw-r--r-- | gst/dtmf/gstdtmfsrc.h | 13 | ||||
-rw-r--r-- | gst/dtmf/gstrtpdtmfdepay.c | 1 | ||||
-rw-r--r-- | gst/dtmf/gstrtpdtmfsrc.c | 1 |
4 files changed, 6 insertions, 10 deletions
diff --git a/gst/dtmf/gstdtmfsrc.c b/gst/dtmf/gstdtmfsrc.c index 8c5485b1..8595adf8 100644 --- a/gst/dtmf/gstdtmfsrc.c +++ b/gst/dtmf/gstdtmfsrc.c @@ -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 diff --git a/gst/dtmf/gstdtmfsrc.h b/gst/dtmf/gstdtmfsrc.h index 1d7c5ca0..aa5d35a6 100644 --- a/gst/dtmf/gstdtmfsrc.h +++ b/gst/dtmf/gstdtmfsrc.h @@ -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 >*/ diff --git a/gst/dtmf/gstrtpdtmfdepay.c b/gst/dtmf/gstrtpdtmfdepay.c index 237792b3..85e7d1c2 100644 --- a/gst/dtmf/gstrtpdtmfdepay.c +++ b/gst/dtmf/gstrtpdtmfdepay.c @@ -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 diff --git a/gst/dtmf/gstrtpdtmfsrc.c b/gst/dtmf/gstrtpdtmfsrc.c index 3efa4602..738be59e 100644 --- a/gst/dtmf/gstrtpdtmfsrc.c +++ b/gst/dtmf/gstrtpdtmfsrc.c @@ -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 |