diff options
Diffstat (limited to 'gst')
-rw-r--r-- | gst/camerabin/gstcamerabin.c | 1 | ||||
-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 | ||||
-rw-r--r-- | gst/rtpmanager/rtpjitterbuffer.c | 2 | ||||
-rw-r--r-- | gst/rtpmux/gstrtpdtmfmux.c | 1 | ||||
-rw-r--r-- | gst/rtpmux/gstrtpmux.c | 2 | ||||
-rw-r--r-- | gst/selector/gstinputselector.c | 7 |
9 files changed, 12 insertions, 17 deletions
diff --git a/gst/camerabin/gstcamerabin.c b/gst/camerabin/gstcamerabin.c index d3965bfc..5dbd386f 100644 --- a/gst/camerabin/gstcamerabin.c +++ b/gst/camerabin/gstcamerabin.c @@ -20,7 +20,6 @@ /** * SECTION:element-camerabin - * @short_description: camera capture bin * * GstCameraBin is a high-level camera object that encapsulates the gstreamer * internals and provides a task based API for the application. It consists of 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 diff --git a/gst/rtpmanager/rtpjitterbuffer.c b/gst/rtpmanager/rtpjitterbuffer.c index 52b774b6..123d26f0 100644 --- a/gst/rtpmanager/rtpjitterbuffer.c +++ b/gst/rtpmanager/rtpjitterbuffer.c @@ -569,7 +569,7 @@ rtp_jitter_buffer_get_ts_diff (RTPJitterBuffer * jbuf) * @clock_rate: clock-rate of @rtptime * @last_rtptime: last seen rtptime. * - * Returns the relation between the RTP timestamp and the GStreamer timestamp + * Calculates the relation between the RTP timestamp and the GStreamer timestamp * used for constructing timestamps. * * For extended RTP timestamp @rtptime with a clock-rate of @clock_rate, diff --git a/gst/rtpmux/gstrtpdtmfmux.c b/gst/rtpmux/gstrtpdtmfmux.c index 9928cc6e..f98d7a04 100644 --- a/gst/rtpmux/gstrtpdtmfmux.c +++ b/gst/rtpmux/gstrtpdtmfmux.c @@ -25,7 +25,6 @@ /** * SECTION:element-rtpdtmfmux - * @short_description: mixes RTP DTMF streams into other RTP streams * @see_also: rtpdtmfsrc, dtmfsrc * * The RTPDTMFMuxer mixes/muxes RTP DTMF stream(s) into other RTP diff --git a/gst/rtpmux/gstrtpmux.c b/gst/rtpmux/gstrtpmux.c index bdf29cf7..23730b96 100644 --- a/gst/rtpmux/gstrtpmux.c +++ b/gst/rtpmux/gstrtpmux.c @@ -25,8 +25,6 @@ /** * SECTION:element-rtpmux - * @short_description: Muxer that takes one or several RTP streams - * and muxes them to a single rtp stream. * * The rtp muxer takes multiple RTP streams having the same clock-rate and * muxes into a single stream with a single SSRC. diff --git a/gst/selector/gstinputselector.c b/gst/selector/gstinputselector.c index 6184b65f..ec1ae542 100644 --- a/gst/selector/gstinputselector.c +++ b/gst/selector/gstinputselector.c @@ -802,8 +802,11 @@ gst_input_selector_class_init (GstInputSelectorClass * klass) * If @pad is the same as the current active pad, the element will cancel any * previous block without adjusting segments. * - * Since: 0.10.7 the signal changed from accepting the pad name to the pad - * object. + * <note><simpara> + * the signal changed from accepting the pad name to the pad object. + * </simpara></note> + * + * Since: 0.10.7 */ gst_input_selector_signals[SIGNAL_SWITCH] = g_signal_new ("switch", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_LAST, |