From 40e7bfd35de2263c8ee0cbe34a0e8f8a5fe1cec1 Mon Sep 17 00:00:00 2001 From: Stefan Ringel Date: Wed, 26 Feb 2014 22:26:48 +0100 Subject: [PATCH] docs: mpegts: add missed docs Signed-off-by: Stefan Ringel https://bugzilla.gnome.org/show_bug.cgi?id=725278 --- docs/libs/gst-plugins-bad-libs-sections.txt | 12 ++++++++++++ gst-libs/gst/mpegts/gst-dvb-descriptor.c | 8 ++++---- gst-libs/gst/mpegts/gst-dvb-descriptor.h | 12 ++++++++++-- 3 files changed, 26 insertions(+), 6 deletions(-) diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt index ab1d78a0f0..adf4a7d2fa 100644 --- a/docs/libs/gst-plugins-bad-libs-sections.txt +++ b/docs/libs/gst-plugins-bad-libs-sections.txt @@ -240,6 +240,9 @@ gst_mpeg_ts_atsc_descriptor_type_get_type
gst-dvb-descriptor GstMpegTsDVBDescriptorType + +GstMpegTsContent +gst_mpegts_descriptor_parse_dvb_content GstMpegTsComponentDescriptor gst_mpegts_descriptor_parse_dvb_component @@ -258,6 +261,15 @@ gst_mpegts_descriptor_parse_satellite_delivery_system GstMpegTsCableDeliverySystemDescriptor GstMpegTsCableOuterFECScheme gst_mpegts_descriptor_parse_cable_delivery_system + +GstMpegTsTerrestrialDeliverySystemDescriptor +GstMpegTsTerrestrialBandwidth +GstMpegTsTerrestrialTransmissionMode +GstMpegTsTerrestrialGuardInterval +GstMpegTsTerrestrialHierarchy +GstMpegTsModulationType +GstMpegTsDVBCodeRate +gst_mpegts_descriptor_parse_terrestrial_delivery_system gst_mpegts_descriptor_parse_dvb_short_event diff --git a/gst-libs/gst/mpegts/gst-dvb-descriptor.c b/gst-libs/gst/mpegts/gst-dvb-descriptor.c index b66409c06f..c87aa94162 100644 --- a/gst-libs/gst/mpegts/gst-dvb-descriptor.c +++ b/gst-libs/gst/mpegts/gst-dvb-descriptor.c @@ -671,7 +671,7 @@ gst_mpegts_descriptor_parse_dvb_component (const GstMpegTsDescriptor * @descriptor: a %GST_MTS_DESC_DVB_CONTENT #GstMpegTsDescriptor * @content: (out) (transfer none) (element-type GstMpegTsContent): #GstMpegTsContent * - * Extracts the DVB content information from @descriptor: + * Extracts the DVB content information from @descriptor. * * Returns: %TRUE if the parsing happened correctly, else %FALSE. */ @@ -706,11 +706,11 @@ gst_mpegts_descriptor_parse_dvb_content (const GstMpegTsDescriptor /* GST_MTS_DESC_DVB_TERRESTRIAL_DELIVERY_SYSTEM (0x5A) */ /** - * gst_mpegts_descriptor_parse_dvb_terrestrial_delivary_system: + * gst_mpegts_descriptor_parse_terrestrial_delivery_system: * @descriptor: a %GST_MTS_DESC_DVB_TERRESTRIAL_DELIVERY_SYSTEM #GstMpegTsDescriptor - * @res: (out) (transfer none): #GstMpegTsTerrestrialSystemDescriptor + * @res: (out) (transfer none): #GstMpegTsTerrestrialDeliverySystemDescriptor * - * Parses out the terrestrial delivery system from the @descriptor: + * Parses out the terrestrial delivery system from the @descriptor. * * Returns: %TRUE if the parsing happened correctly, else %FALSE. */ diff --git a/gst-libs/gst/mpegts/gst-dvb-descriptor.h b/gst-libs/gst/mpegts/gst-dvb-descriptor.h index 931959be7d..0cd523ac1b 100644 --- a/gst-libs/gst/mpegts/gst-dvb-descriptor.h +++ b/gst-libs/gst/mpegts/gst-dvb-descriptor.h @@ -312,8 +312,16 @@ struct _GstMpegTsExtendedEventItem }; /** - * @items: (element-type GstMpegTsExtendedEventItem): - */ + * GstMpegTsExtendedEventDescriptor: + * @desctiptor_number: + * @last_descriptor_number: + * @language_code: + * @nb_items: + * @items: (element-type GstMpegTsExtendedEventItem): the #GstMpegTsExtendedEventItem + * @text: + * + * Extended Event Descriptor (EN 300 468 v.1.13.1) + */ struct _GstMpegTsExtendedEventDescriptor { guint8 descriptor_number;