mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
mpegts: Update docs for DVB frequency list
This commit is contained in:
parent
8d6198d934
commit
ca2847e234
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,6 @@
|
|||
* handled in mpegtsbase:
|
||||
* * GST_MTS_DESC_DVB_DATA_BROADCAST_ID
|
||||
* * GST_MTS_DESC_DVB_CAROUSEL_IDENTIFIER
|
||||
* * GST_MTS_DESC_DVB_FREQUENCY_LIST
|
||||
*/
|
||||
|
||||
#define BCD_UN(a) ((a) & 0x0f)
|
||||
|
@ -1644,7 +1643,8 @@ gst_mpegts_descriptor_parse_dvb_private_data_specifier (const
|
|||
* gst_mpegts_descriptor_parse_dvb_frequency_list:
|
||||
* @descriptor: a %GST_MTS_DESC_DVB_FREQUENCY_LIST #GstMpegTsDescriptor
|
||||
* @offset: (out): %FALSE in Hz, %TRUE in kHz
|
||||
* @list: (out): a list of all frequencies in Hz/kHz depending from %offset
|
||||
* @list: (out) (element-type guint32): a list of all frequencies in Hz/kHz
|
||||
* depending on %offset
|
||||
*
|
||||
* Parses out a list of frequencies from the @descriptor.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue