From ca2847e234ab06900455e1328b9ce61b03c2f8a1 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 28 May 2014 15:52:03 +0200 Subject: [PATCH] mpegts: Update docs for DVB frequency list --- gst-libs/gst/mpegts/gst-dvb-descriptor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst-libs/gst/mpegts/gst-dvb-descriptor.c b/gst-libs/gst/mpegts/gst-dvb-descriptor.c index 01125458dd..f4ea5944e6 100644 --- a/gst-libs/gst/mpegts/gst-dvb-descriptor.c +++ b/gst-libs/gst/mpegts/gst-dvb-descriptor.c @@ -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. *