mpegts: Documentation fixes
authorEdward Hervey <edward@centricular.com>
Fri, 20 Nov 2020 15:07:36 +0000 (16:07 +0100)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Sat, 21 Nov 2020 08:58:43 +0000 (08:58 +0000)
gtk-doc was complaining :)

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1825>

gst-libs/gst/mpegts/gst-dvb-descriptor.c
gst-libs/gst/mpegts/gst-dvb-descriptor.h
gst-libs/gst/mpegts/gstmpegtsdescriptor.c
gst-libs/gst/mpegts/gstmpegtsdescriptor.h

index 2fd4613..399f405 100644 (file)
@@ -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
index f6b34c2..e41047e 100644 (file)
@@ -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
index c5b758a..46e883d 100644 (file)
@@ -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,
index 70c1be7..a775c29 100644 (file)
@@ -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);