[Bug 736003] mpegts : How to determine the same section

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 5 02:22:03 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=736003
  GStreamer | gst-plugins-bad | git

--- Comment #5 from jingbo.hou <jingbo.hou at samsung.com> 2014-09-05 09:22:02 UTC ---
(In reply to comment #1)
> Furthermore, checking crc32 on *all* sections would be way too expensive, it
> should only be done on (potentially) new ones.
> 

i won't  check crc32 on all sections, only compare with continuous two sections
having same section_number. it will not be spent too much.  although even using
crc32 comparing still can't guarantee that sections having different contents
are not ignored, but it will let percentage of ignored section reduce. I will
try to use this method to modify this issue.

-- 
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