Skip to content
  • Edward Hervey's avatar
    gstreamer: remove unneeded casts · d60a3b8a
    Edward Hervey authored
    G_PARAM_SPEC_VALUE_TYPE does an expensive type check, whereas the
    value_type field is a public field, so we can just use it directly.
    d60a3b8a