}
/**
- * 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
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
* 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,
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);