Fix the docs according to what gtk-doc complained about.

Original commit message from CVS:
* docs/libs/gst-plugins-base-libs-sections.txt:
* gst-libs/gst/audio/gstaudiofilter.h:
* gst-libs/gst/interfaces/mixer.h:
* gst-libs/gst/rtp/gstbasertpdepayload.c:
* gst-libs/gst/rtp/gstbasertpdepayload.h:
* gst-libs/gst/sdp/gstsdpmessage.c:
Fix the docs according to what gtk-doc complained about.
This commit is contained in:
Stefan Kost 2007-10-30 20:32:14 +00:00
parent 19867dfaaf
commit ffa52e2eac
7 changed files with 19 additions and 6 deletions

View file

@ -1,3 +1,13 @@
2007-10-30 Stefan Kost <ensonic@users.sf.net>
* docs/libs/gst-plugins-base-libs-sections.txt:
* gst-libs/gst/audio/gstaudiofilter.h:
* gst-libs/gst/interfaces/mixer.h:
* gst-libs/gst/rtp/gstbasertpdepayload.c:
* gst-libs/gst/rtp/gstbasertpdepayload.h:
* gst-libs/gst/sdp/gstsdpmessage.c:
Fix the docs according to what gtk-doc complained about.
2007-10-30 Stefan Kost <ensonic@users.sf.net>
* tests/icles/stress-playbin.c:

View file

@ -49,7 +49,6 @@ GST_TYPE_AUDIO_FILTER
gst_audio_filter_get_type
GST_AUDIO_FILTER_CLASS
GST_IS_AUDIO_FILTER_CLASS
GST_AUDIO_FILTER_GET_CLASS
</SECTION>
<SECTION>
@ -553,9 +552,7 @@ gst_video_orientation_set_vflip
<SUBSECTION Standard>
GST_TYPE_VIDEO_ORIENTATION
GST_VIDEO_ORIENTATION
GST_VIDEO_ORIENTATION_CLASS
GST_IS_VIDEO_ORIENTATION
GST_IS_VIDEO_ORIENTATION_CLASS
GST_VIDEO_ORIENTATION_GET_IFACE
gst_video_orientation_get_type
</SECTION>

View file

@ -83,7 +83,7 @@ struct _GstAudioFilterClass {
GType gst_audio_filter_get_type (void);
void gst_audio_filter_class_add_pad_templates (GstAudioFilterClass * klass,
const GstCaps * caps);
const GstCaps * allowed_caps);
G_END_DECLS

View file

@ -77,7 +77,7 @@ typedef enum
/**
* GstMixerFlags:
* @GST_MIXER_FLAG_NONE: No flags
* @GST_MIXER_AUTO_NOTIFICATIONS: The mixer implementation automatically sends
* @GST_MIXER_FLAG_AUTO_NOTIFICATIONS: The mixer implementation automatically sends
* notification messages.
*
* Flags for supported features. Whether the element automatically sends

View file

@ -124,10 +124,12 @@ gst_base_rtp_depayload_class_init (GstBaseRTPDepayloadClass * klass)
* Deprecated: Use a jitterbuffer or RTP session manager to delay packet
* playback. This property has no effect anymore since 0.10.15.
*/
#ifndef GST_REMOVE_DEPRECATED
g_object_class_install_property (gobject_class, PROP_QUEUE_DELAY,
g_param_spec_uint ("queue-delay", "Queue Delay",
"Amount of ms to queue/buffer, deprecated", 0, G_MAXUINT,
DEFAULT_QUEUE_DELAY, G_PARAM_READWRITE));
#endif
gstelement_class->change_state = gst_base_rtp_depayload_change_state;

View file

@ -59,6 +59,7 @@ struct _GstBaseRTPDepayload
GstPad *sinkpad, *srcpad;
#ifndef GST_REMOVE_DEPRECATED
/* lock to protect the queue, deprecated */
GStaticRecMutex queuelock;
@ -66,12 +67,15 @@ struct _GstBaseRTPDepayload
gboolean thread_running;
/* the releaser thread, deprecated */
GThread *thread;
#endif
/* this attribute must be set by the child */
guint clock_rate;
#ifndef GST_REMOVE_DEPRECATED
/* this value can be modified by the child if needed, deprecated */
guint queue_delay;
#endif
/* we will queue up to RTP_QUEUEDELAY ms of packets,
* reordering them if necessary

View file

@ -809,7 +809,7 @@ DEFINE_ARRAY_GETTER (zone, zones, const GstSDPZone);
/**
* gst_sdp_message_add_zone:
* @msg: a #GstSDPMessage
* @time: the NTP time that a time zone adjustment happens
* @adj_time: the NTP time that a time zone adjustment happens
* @typed_time: the offset from the time when the session was first scheduled
*
* Add time zone information to @msg.