mpegts: fix docs

Signed-off-by: Stefan Ringel <linuxtv@stefanringel.de>

https://bugzilla.gnome.org/show_bug.cgi?id=727356
This commit is contained in:
Stefan Ringel 2014-03-30 21:02:45 +02:00 committed by Edward Hervey
parent b7efacfe15
commit 73862d5096
2 changed files with 13 additions and 2 deletions

View file

@ -240,6 +240,7 @@ gst_mpeg_ts_atsc_descriptor_type_get_type
<SECTION> <SECTION>
<FILE>gst-dvb-descriptor</FILE> <FILE>gst-dvb-descriptor</FILE>
GstMpegTsDVBDescriptorType GstMpegTsDVBDescriptorType
GstMpegTsDVBExtendedDescriptorType
<SUBSECTION content> <SUBSECTION content>
GstMpegTsContent GstMpegTsContent
gst_mpegts_descriptor_parse_dvb_content gst_mpegts_descriptor_parse_dvb_content
@ -270,6 +271,11 @@ GstMpegTsTerrestrialHierarchy
GstMpegTsModulationType GstMpegTsModulationType
GstMpegTsDVBCodeRate GstMpegTsDVBCodeRate
gst_mpegts_descriptor_parse_terrestrial_delivery_system gst_mpegts_descriptor_parse_terrestrial_delivery_system
<SUBSECTION t2_delivery>
GstMpegTsT2DeliverySystemCellExtension
GstMpegTsT2DeliverySystemCell
GstMpegTsT2DeliverySystemDescriptor
gst_mpegts_descriptor_parse_dvb_t2_delivery_system
<SUBSECTION short_event> <SUBSECTION short_event>
gst_mpegts_descriptor_parse_dvb_short_event gst_mpegts_descriptor_parse_dvb_short_event
<SUBSECTION network_name> <SUBSECTION network_name>
@ -286,9 +292,14 @@ gst_mpegts_descriptor_parse_dvb_teletext_nb
<SUBSECTION subtitling> <SUBSECTION subtitling>
gst_mpegts_descriptor_parse_dvb_subtitling gst_mpegts_descriptor_parse_dvb_subtitling
gst_mpegts_descriptor_from_dvb_subtitling gst_mpegts_descriptor_from_dvb_subtitling
<SUBSECTION data_broadcast>
GstMpegTsDataBroadcastDescriptor
gst_mpegts_descriptor_parse_dvb_data_broadcast
<SUBSECTION stream_identifier>
gst_mpegts_descriptor_parse_dvb_stream_identifier
<SUBSECTION Standard> <SUBSECTION Standard>
GST_TYPE_MPEG_TSDVB_CODE_RATE GST_TYPE_MPEG_TSDVB_CODE_RATE
gst_mpeg_tsdvb_code_rate_get_type gst_mpegts_dvb_code_rate_get_type
</SECTION> </SECTION>
<SECTION> <SECTION>

View file

@ -993,7 +993,7 @@ gst_mpegts_descriptor_parse_terrestrial_delivery_system (const
/* GST_MTS_DESC_DVB_DATA_BROADCAST (0x64) */ /* GST_MTS_DESC_DVB_DATA_BROADCAST (0x64) */
/** /**
* gst_mpegts_descriptor_parse_data_broadcast: * gst_mpegts_descriptor_parse_dvb_data_broadcast:
* @descriptor: a %GST_MTS_DESC_DVB_DATA_BROADCAST #GstMpegTsDescriptor * @descriptor: a %GST_MTS_DESC_DVB_DATA_BROADCAST #GstMpegTsDescriptor
* @res: (out) (transfer none): #GstMpegTsDataBroadcastDescriptor * @res: (out) (transfer none): #GstMpegTsDataBroadcastDescriptor
* *