[gstreamer-bugs] [Bug 639056] TDT tables are not parsed correctly
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jan 10 04:42:23 PST 2011
https://bugzilla.gnome.org/show_bug.cgi?id=639056
GStreamer | gst-plugins-bad | git
--- Comment #4 from Andoni Morales <ylatuya at gmail.com> 2011-01-10 12:42:19 UTC ---
TDT sections do not extend to several packets, so you don't need to use the gst
adapter anymore to wait for the section to be finished, and
mpegts_packetizer_parse_section_header will never be called for TDT sections.
These sections are parsed directly in
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/gst/mpegdemux/mpegtspacketizer.c#n2195,
and you jump after that to
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/gst/mpegdemux/mpegtspacketizer.c#n2297,
so I doubt you can reproduce this bug with the latest git checkout.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list