Skip to content
  • Robert Rosengren's avatar
    gst/src: fix crash when current_caps is NULL · 95127d8a
    Robert Rosengren authored and Wim Taymans's avatar Wim Taymans committed
    gst_pad_get_current_caps may return NULL and passing that into
    gst_caps_is_equal may result in fatal critical log due to the
    "g_return_val_if_fail (GST_IS_CAPS (caps1)" check. Fix by checking for
    NULL to avoid this.
    95127d8a