multihandlesink: Don't pass NULL caps to gst_caps_is_equal
authorJan Alexander Steffens (heftig) <jan.steffens@ltnglobal.com>
Thu, 1 Oct 2020 09:22:51 +0000 (11:22 +0200)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 8 Oct 2020 21:55:38 +0000 (21:55 +0000)
commitc272a5e1a5c08cfa43ea6af4783f9a2d125f2408
tree845ef03ba5f3671f8b356cb86fa8740f1c2b5e11
parent28ff6b377dd8c6ced70633a9d132bcd971c58ced
multihandlesink: Don't pass NULL caps to gst_caps_is_equal

Apparently the sinkpad caps can get cleared when shutting down the
pipeline while the sink is working, provoking a critical warning.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/842>
gst/tcp/gstmultihandlesink.c