From: Stefan Kost Date: Tue, 30 Oct 2007 20:32:14 +0000 (+0000) Subject: Fix the docs according to what gtk-doc complained about. X-Git-Tag: RELEASE-0_10_15~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ffa52e2eace523b98770adb7aa90cc46f8c419c0;p=platform%2Fupstream%2Fgst-plugins-base.git 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. --- diff --git a/ChangeLog b/ChangeLog index 2c37d7a..12ec27b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2007-10-30 Stefan Kost + * 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 + * tests/icles/stress-playbin.c: Fix the build. diff --git a/docs/libs/gst-plugins-base-libs-sections.txt b/docs/libs/gst-plugins-base-libs-sections.txt index 5e998ee..fb43291 100644 --- a/docs/libs/gst-plugins-base-libs-sections.txt +++ b/docs/libs/gst-plugins-base-libs-sections.txt @@ -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
@@ -553,9 +552,7 @@ gst_video_orientation_set_vflip 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
diff --git a/gst-libs/gst/audio/gstaudiofilter.h b/gst-libs/gst/audio/gstaudiofilter.h index 27a1328..8306706 100644 --- a/gst-libs/gst/audio/gstaudiofilter.h +++ b/gst-libs/gst/audio/gstaudiofilter.h @@ -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 diff --git a/gst-libs/gst/interfaces/mixer.h b/gst-libs/gst/interfaces/mixer.h index cfb605c..c4679a4 100644 --- a/gst-libs/gst/interfaces/mixer.h +++ b/gst-libs/gst/interfaces/mixer.h @@ -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 diff --git a/gst-libs/gst/rtp/gstbasertpdepayload.c b/gst-libs/gst/rtp/gstbasertpdepayload.c index eff855b..2bfa08a 100644 --- a/gst-libs/gst/rtp/gstbasertpdepayload.c +++ b/gst-libs/gst/rtp/gstbasertpdepayload.c @@ -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; diff --git a/gst-libs/gst/rtp/gstbasertpdepayload.h b/gst-libs/gst/rtp/gstbasertpdepayload.h index 11093db..a22f37c 100644 --- a/gst-libs/gst/rtp/gstbasertpdepayload.h +++ b/gst-libs/gst/rtp/gstbasertpdepayload.h @@ -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 diff --git a/gst-libs/gst/sdp/gstsdpmessage.c b/gst-libs/gst/sdp/gstsdpmessage.c index a4e8e5c..d538603 100644 --- a/gst-libs/gst/sdp/gstsdpmessage.c +++ b/gst-libs/gst/sdp/gstsdpmessage.c @@ -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.