Re: [PATCH v3 0/1] MR4665: winegstreamer: In error case don't dereference null pointer (Coverity)
20 Jan
2024
20 Jan
'24
9:39 p.m.
Fwiw gst_pad_push_event already does NULL check and prints a Glib critical error message if that's the case. That's semantically equivalent to an assert according to the Glib documentation, so IMO we could just get rid of the checks on our side entirely, and do `push_event(gst_event_new...)`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4665#note_58301
775
Age (days ago)
775
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rémi Bernon