diff options
Diffstat (limited to 'gst-libs/gst')
-rw-r--r-- | gst-libs/gst/mpegts/gst-dvb-section.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/mpegts/gst-dvb-section.c b/gst-libs/gst/mpegts/gst-dvb-section.c index 7626caf25..fe3d09f43 100644 --- a/gst-libs/gst/mpegts/gst-dvb-section.c +++ b/gst-libs/gst/mpegts/gst-dvb-section.c @@ -739,6 +739,7 @@ _parse_tot (GstMpegTsSection * section) data = section->data + 8; desc_len = GST_READ_UINT16_BE (data) & 0xFFF; + data += 2; tot->descriptors = gst_mpegts_parse_descriptors (data, desc_len); return tot; |