From 1749dc66c5f4e2cbf96a36b3bd8adadbfd78ca13 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Fri, 20 Nov 2020 16:07:36 +0100 Subject: [PATCH] mpegts: Documentation fixes gtk-doc was complaining :) Part-of: --- gst-libs/gst/mpegts/gst-dvb-descriptor.c | 5 +++-- gst-libs/gst/mpegts/gst-dvb-descriptor.h | 5 ----- gst-libs/gst/mpegts/gstmpegtsdescriptor.c | 2 ++ gst-libs/gst/mpegts/gstmpegtsdescriptor.h | 5 ----- 4 files changed, 5 insertions(+), 12 deletions(-) diff --git a/gst-libs/gst/mpegts/gst-dvb-descriptor.c b/gst-libs/gst/mpegts/gst-dvb-descriptor.c index 2fd4613..399f405 100644 --- a/gst-libs/gst/mpegts/gst-dvb-descriptor.c +++ b/gst-libs/gst/mpegts/gst-dvb-descriptor.c @@ -2462,15 +2462,16 @@ gst_mpegts_descriptor_parse_dvb_t2_delivery_system (const GstMpegtsDescriptor } /** - * gst_mpegts_descriptor_parse_audio_selection_list: + * gst_mpegts_descriptor_parse_audio_preselection_list: * @descriptor: a %GST_MTS_DESC_EXT_DVB_AUDIO_PRESELECTION #GstMpegtsDescriptor * @list: (out) (transfer full) (element-type GstMpegtsAudioPreselectionDescriptor): * the list of audio preselection * - * * Parses out a list of audio preselection from the @descriptor. * * Returns: %TRUE if the parsing happened correctly, else %FALSE. + * + * Since: 1.20 */ gboolean gst_mpegts_descriptor_parse_audio_preselection_list (const GstMpegtsDescriptor diff --git a/gst-libs/gst/mpegts/gst-dvb-descriptor.h b/gst-libs/gst/mpegts/gst-dvb-descriptor.h index f6b34c2..e41047e 100644 --- a/gst-libs/gst/mpegts/gst-dvb-descriptor.h +++ b/gst-libs/gst/mpegts/gst-dvb-descriptor.h @@ -1101,11 +1101,6 @@ struct _GstMpegtsAudioPreselectionDescriptor guint8 message_id; }; -/** - * gst_mpegts_descriptor_parse_audio_preselection_list: - * - * Since: 1.20 - */ GST_MPEGTS_API gboolean gst_mpegts_descriptor_parse_audio_preselection_list (const GstMpegtsDescriptor diff --git a/gst-libs/gst/mpegts/gstmpegtsdescriptor.c b/gst-libs/gst/mpegts/gstmpegtsdescriptor.c index c5b758a..46e883d 100644 --- a/gst-libs/gst/mpegts/gstmpegtsdescriptor.c +++ b/gst-libs/gst/mpegts/gstmpegtsdescriptor.c @@ -1342,6 +1342,8 @@ gst_mpegts_descriptor_from_custom (guint8 tag, const guint8 * data, * Creates a #GstMpegtsDescriptor with custom @tag, @tag_extension and @data * * Returns: #GstMpegtsDescriptor + * + * Since: 1.20 */ GstMpegtsDescriptor * gst_mpegts_descriptor_from_custom_with_extension (guint8 tag, diff --git a/gst-libs/gst/mpegts/gstmpegtsdescriptor.h b/gst-libs/gst/mpegts/gstmpegtsdescriptor.h index 70c1be7..a775c29 100644 --- a/gst-libs/gst/mpegts/gstmpegtsdescriptor.h +++ b/gst-libs/gst/mpegts/gstmpegtsdescriptor.h @@ -380,11 +380,6 @@ GstMpegtsDescriptor * gst_mpegts_descriptor_from_custom (guint8 tag, const guint8 *data, gsize length); -/** - * gst_mpegts_descriptor_from_custom_with_extension: - * - * Since: 1.20 - */ GST_MPEGTS_API GstMpegtsDescriptor * gst_mpegts_descriptor_from_custom_with_extension (guint8 tag, guint8 tag_extension, const guint8 *data, gsize length); -- 2.7.4