drop_ccp_from_cc_data() will return a negative value if there was an error. Storing that in an unsigned value will cause the checks for errors to never happen. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8229>
drop_ccp_from_cc_data() will return a negative value if there was an error. Storing that in an unsigned value will cause the checks for errors to never happen. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8229>