Edward Hervey a40842545f Revert "mpegtspacketizer: memcmp potentially seen_before data"
This reverts commit fcad4cc646a23e4e621ec5e8485958ab78d98090.

This was wrong is so many ways.

* The memcmp was badly used (it should use == 0 to check the data is identical,
  and not != 0)
* There was no boundary checks on the present stream section_data when passing
  it to memcmp.
* The return value should have been TRUE (i.e. we have done all checks, none of
  them failed, therefore the section has been seen before)
* stream->section_data would *always* be NULL if the section had already been
  processed

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1559

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3421>
2022-11-16 12:20:41 +00:00
..
2022-11-15 16:25:45 +00:00
2022-11-08 02:08:08 +00:00
2022-11-08 02:08:08 +00:00
2022-11-08 02:08:08 +00:00
2022-11-08 02:08:08 +00:00
2022-11-08 02:08:08 +00:00
2022-11-08 02:08:08 +00:00
2022-09-17 22:41:40 +00:00
2022-09-23 11:08:06 -04:00
2022-09-23 11:08:06 -04:00
2022-09-23 11:08:06 -04:00
2022-11-08 02:08:08 +00:00
2022-09-23 11:08:06 -04:00
2022-09-23 11:08:06 -04:00
2022-09-23 11:08:06 -04:00
2022-10-11 14:53:40 -04:00
2022-09-23 11:08:06 -04:00
2022-09-23 11:08:06 -04:00
2022-09-23 11:08:06 -04:00
2022-10-31 23:50:28 +00:00
2022-09-17 22:41:40 +00:00
2022-09-23 11:08:06 -04:00